Home
last modified time | relevance | path

Searched refs:test_process (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/targets/lm3s6965evb-qemu/py/lm3s6965evb_qemu_utils/
Dunit_test_runner.py51 test_process = subprocess.run(cmd, stdout=subprocess.PIPE)
52 print(test_process.stdout.decode('utf-8'))
53 return handle_test_results(test_process.stdout)
/external/toolchain-utils/bestflags/
Dexample_algorithms.py170 test_process = PipelineProcess(num_testers, 'tester', {}, TEST_STAGE,
180 test_process.start()
185 test_process.join()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D9-1.c68 static void test_process(void) in test_process() function
177 test_process(); in main()
/external/webrtc/audio/test/
Dlow_bandwidth_audio_test.py285 test_process = subprocess.Popen(
293 lines = iter(test_process.stdout.readline, '')
321 test_process.terminate()
333 return test_process.wait()
/external/crosvm/ci/
Dtest_runner.py339 test_process = cargo_test_process(
342 if test_process.returncode != 0:
350 test_process = cargo_test_process(cwd=crate.name, run=False)
351 if test_process.returncode != 0:
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py212 def test_process(self): member in _TestProcess
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py326 def test_process(self): member in _TestProcess