Searched refs:Process (Results 1 – 11 of 11) sorted by relevance
20 var result = PreLexer.Process(string.Empty); in ShouldProcessEmptyFile()32 var result = PreLexer.Process(source); in ShouldProcessSimpleFile()52 var result = PreLexer.Process(source); in ShouldProcessDoubleDedent()70 var result = PreLexer.Process(source); in ShouldProcessDoubleDedentAtTheEndOfFile()85 var result = PreLexer.Process(source); in ShouldProcessTwoLinesWithNoIndent()100 var result = PreLexer.Process(source); in ShouldProcessTwoLinesWithNoIndentAndSeparation()117 var result = PreLexer.Process(source); in ShouldHandleEmptyLinesAtTheEndOfSource()134 var result = PreLexer.Process(source); in ShouldNotProcessIndentInBraces()150 var result = PreLexer.Process(source); in ShouldHandleCorrectLineComments()166 var result = PreLexer.Process(source); in ShouldHandleUncorrectLineComments()[all …]
551 var result = PreLexer.Process(source);
3 Library Process38 …# http://robotframework.org/robotframework/latest/libraries/Process.html#Standard%20output%20and%2…51 Start Process mono ${BINARY_NAME} @{PARAMS} cwd=${DIRECTORY}57 Start Process ${BINARY_NAME} @{PARAMS} cwd=${DIRECTORY} shell=true63 Start Process dotnet ${BINARY_NAME} @{PARAMS} cwd=${DIRECTORY} shell=true67 Start Process mono115 Wait For Process226 …${proc}= Start Process dotnet trace collect -p ${RENODE_PID} --format Sp…231 Terminate Process ${PROFILER_PROCESS}
185 proc = psutil.Process(pid)206 for proc in [psutil.Process(pid) for pid in psutil.pids()]:501 process = psutil.Process(proc.pid)
33 Run Process chmod +x ${FS_PATH}90 …${FS_PROCESS}= Start Process ${FS_PATH} ${SHARED_DIR} --socket ${SOCK_PAT…102 Terminate Process ${FS_PROCESS} kill=true103 Run Process rm ${SOCK_PATH}
75 wiresharkProces = new Process(); in TryOpenWireshark()207 private Process wiresharkProces;
109 Linux Should Run Init Process210 Linux Should Run Init Process251 Linux Should Run Init Process289 Linux Should Run Init Process315 Linux Should Run Init Process347 Linux Should Run Init Process
258 cosimulatedProcess = new Process in InitCoSimulatedProcess()352 private Process cosimulatedProcess;
430 systemcProcess = new Process in StartSystemCProcess()737 private Process systemcProcess;
17 public static IEnumerable<string> Process(string source, string path = "") in Process() method in Antmicro.Renode.PlatformDescription.PreLexer
228 …var output = PreLexer.Process(description, fileName).Aggregate((x, y) => x + Environment.NewLine +… in ParseDescription()