Home
last modified time | relevance | path

Searched refs:process (Results 1 – 18 of 18) sorted by relevance

/test/vts-testcase/hal/tv/cec/V1_0/host_cec_client/
Dcec_utils.py36 process = None variable in CecUtils
48 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 …]
/test/mlts/benchmark/
DREADME.txt50 executed in parallel. Tests are running in a separate process so crashes can be detected and
53 * parallel-inference-stress-in-process: same as parallel-inference-stress but the tests are running
54 in the same process of the test so in case of crash the testing app will crash too
57 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 not
61 * multi-process-inference-stress: this extends the `parallel-inference-stress` running inference
62 on a single model in multiple processes and threads with different probabilities in client process
65 * multi-process-model-load-stress: this extends the `parallel-inference-stress` running inference
66 on a single model in multiple processes and threads with different probabilities in client process
Dbuild_and_run_benchmark.sh73 parallel-inference-stress-in-process)
81 multi-process-inference-stress)
86 multi-process-model-load-stress)
/test/vts/utils/python/systrace/
Dsystrace_controller.py136 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
Dsystrace_utils.py113 process = controller.process_name
118 test=test_name, process=process, time=time)
/test/vts-testcase/kernel/checkpoint/
Dcheckpoint_utils.py63 kill = lambda process:process.kill() argument
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DCrashUtils.java163 String process = null; in addAllCrashes() local
175 process = pidtidNameMatcher.group(4).trim(); in addAllCrashes()
194 crash.put(PROCESS, process); in addAllCrashes()
/test/vts/testcases/host/kernel_proc_file_api_test/
Dproc_utils.py158 kill = lambda process:process.kill() argument
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DCrashUtilsTest.java79 int pid, int tid, String name, String process, String faultaddress, String signal) { in createCrashJson() argument
85 json.put(CrashUtils.PROCESS, process); in createCrashJson()
/test/vti/test_serving/configs/infra/prod/vtslab-config-prod/
Dacl.cfg6 # This file is cached in process memory of instances for 10min
/test/vti/test_serving/configs/infra/test/vtslab-config-test/
Dacl.cfg6 # This file is cached in process memory of instances for 10min
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DProcessHelper.java236 public ProcessHelper(Process process) { in ProcessHelper() argument
237 mProcess = process; in ProcessHelper()
/test/vts-testcase/vndk/golden/
DAndroid.bp31 // process the large file group.
/test/vts/proto/
DVtsFuzzTaskMessage.proto30 // task in process
DVtsReportMessage.proto176 // the target process name used by systrace
/test/vts/utils/python/controllers/
Dandroid_device.py1394 def process(self, msg, kwargs): member in AndroidDeviceLoggerAdapter
/test/mlts/models/assets/asr_float/
DLICENSE116 process that requires permission under the Licensed Rights, such
/test/suite_harness/common/util/tests/assets/
Dlogcat.txt187 05-04 21:59:23.695 9363 9363 I crash_dump64: performing dump of process 8373 (target tid = 8414)