Searched refs:process (Results 1 – 18 of 18) sorted by relevance
36 process = None variable in CecUtils48 self.process = subprocess.Popen(list,56 stdoutFlags = fcntl.fcntl(self.process.stdout, fcntl.F_GETFL)57 fcntl.fcntl(self.process.stdout, fcntl.F_SETFL,69 self.process.stdin.write(message + '\n')70 self.process.stdin.flush()83 self.process.stdin.write("tx " + source + destination + ":" + message + '\n')84 self.process.stdin.flush()136 if (self.process.poll() is None):138 line = self.process.stdout.readline()[all …]
50 executed in parallel. Tests are running in a separate process so crashes can be detected and53 * parallel-inference-stress-in-process: same as parallel-inference-stress but the tests are running54 in the same process of the test so in case of crash the testing app will crash too57 It spawns a separate process each running a set of parallel threads compiling different models.58 The process is then forcibly terminated. The test validates that the targeted driver is not61 * multi-process-inference-stress: this extends the `parallel-inference-stress` running inference62 on a single model in multiple processes and threads with different probabilities in client process65 * multi-process-model-load-stress: this extends the `parallel-inference-stress` running inference66 on a single model in multiple processes and threads with different probabilities in client process
73 parallel-inference-stress-in-process)81 multi-process-inference-stress)86 multi-process-model-load-stress)
136 process = subprocess.Popen(145 while process.poll() is None:146 line += process.stdout.read(1)157 stdout, stderr = process.communicate()160 logging.error('ret_code: %s', process.returncode)163 self._subprocess = process
113 process = controller.process_name118 test=test_name, process=process, time=time)
63 kill = lambda process:process.kill() argument
163 String process = null; in addAllCrashes() local175 process = pidtidNameMatcher.group(4).trim(); in addAllCrashes()194 crash.put(PROCESS, process); in addAllCrashes()
158 kill = lambda process:process.kill() argument
79 int pid, int tid, String name, String process, String faultaddress, String signal) { in createCrashJson() argument85 json.put(CrashUtils.PROCESS, process); in createCrashJson()
6 # This file is cached in process memory of instances for 10min
236 public ProcessHelper(Process process) { in ProcessHelper() argument237 mProcess = process; in ProcessHelper()
31 // process the large file group.
30 // task in process
176 // the target process name used by systrace
1394 def process(self, msg, kwargs): member in AndroidDeviceLoggerAdapter
116 process that requires permission under the Licensed Rights, such
187 05-04 21:59:23.695 9363 9363 I crash_dump64: performing dump of process 8373 (target tid = 8414)