Home
last modified time | relevance | path

Searched refs:test_proc (Results 1 – 16 of 16) sorted by relevance

/external/grpc-grpc/src/ruby/end2end/
Dgrpc_class_init_client.rb22 def construct_many(test_proc) argument
27 test_proc.call
32 test_proc.call
37 def run_gc_stress_test(test_proc) argument
41 run_default_test(test_proc)
44 run_default_test(test_proc)
47 run_default_test(test_proc)
50 def run_concurrency_stress_test(test_proc) argument
54 test_proc.call
57 test_proc.call
[all …]
/external/sdv/vsomeip/third_party/boost/config/test/
Dboost_no_mem_tem_keyword.ipp35 void test_proc(T i)
49 void test_proc(T)
56 test_proc(0);
Dboost_no_mem_templates.ipp38 void test_proc(T i)
52 test_proc(0);
/external/cronet/stable/build/chromeos/
Dtest_runner.py171 test_proc = None
176 if not test_proc or not test_proc.pid:
180 for child in psutil.Process(test_proc.pid).children():
190 test_proc = subprocess.Popen(
196 test_proc.wait(timeout=self._timeout)
200 test_proc.terminate()
202 test_proc.wait(timeout=10)
206 test_proc.kill()
207 test_proc.wait()
208 logging.info('Test exitted with %d.', test_proc.returncode)
[all …]
/external/angle/build/chromeos/
Dtest_runner.py171 test_proc = None
176 if not test_proc or not test_proc.pid:
180 for child in psutil.Process(test_proc.pid).children():
190 test_proc = subprocess.Popen(
196 test_proc.wait(timeout=self._timeout)
200 test_proc.terminate()
202 test_proc.wait(timeout=10)
206 test_proc.kill()
207 test_proc.wait()
208 logging.info('Test exited with %d.', test_proc.returncode)
[all …]
/external/cronet/tot/build/chromeos/
Dtest_runner.py171 test_proc = None
176 if not test_proc or not test_proc.pid:
180 for child in psutil.Process(test_proc.pid).children():
190 test_proc = subprocess.Popen(
196 test_proc.wait(timeout=self._timeout)
200 test_proc.terminate()
202 test_proc.wait(timeout=10)
206 test_proc.kill()
207 test_proc.wait()
208 logging.info('Test exitted with %d.', test_proc.returncode)
[all …]
/external/cronet/stable/build/fuchsia/test/
Drun_executable_test.py196 test_proc = test_runner.run_test(
205 symbolizer_proc = run_symbolizer(symbol_paths, test_proc.stdout,
209 if test_proc.wait() == 0:
215 test_proc.returncode)
217 return test_proc
/external/angle/build/fuchsia/test/
Drun_executable_test.py196 test_proc = test_runner.run_test(
205 symbolizer_proc = run_symbolizer(symbol_paths, test_proc.stdout,
209 if test_proc.wait() == 0:
215 test_proc.returncode)
217 return test_proc
/external/cronet/tot/build/fuchsia/test/
Drun_executable_test.py196 test_proc = test_runner.run_test(
205 symbolizer_proc = run_symbolizer(symbol_paths, test_proc.stdout,
209 if test_proc.wait() == 0:
215 test_proc.returncode)
217 return test_proc
/external/cronet/tot/build/android/test_wrapper/
Dlogdog_wrapper.py147 subprocess.Popen(test_cmd, env=test_env)) as test_proc:
149 CreateStopTestsMethod(test_proc)):
150 result = test_proc.wait()
/external/cronet/stable/build/android/test_wrapper/
Dlogdog_wrapper.py147 subprocess.Popen(test_cmd, env=test_env)) as test_proc:
149 CreateStopTestsMethod(test_proc)):
150 result = test_proc.wait()
/external/angle/build/android/test_wrapper/
Dlogdog_wrapper.py152 subprocess.Popen(test_cmd, env=test_env)) as test_proc:
154 CreateStopTestsMethod(test_proc)):
155 result = test_proc.wait()
/external/pytorch/torch/_dynamo/
Dtest_minifier_common.py231 test_proc, repro_dir = self._run_test_code(test_code, isolate=isolate)
234 self.assertEqual(test_proc.returncode, 0)
239 self.assertIn(expected_error, test_proc.stderr.decode("utf-8"))
/external/sdv/vsomeip/third_party/boost/regex/test/
Dtest_warnings.cpp23 void test_proc() in test_proc() function
/external/skia/tests/
DRegionTest.cpp205 static void test_proc(skiatest::Reporter* reporter, in test_proc() function
274 test_proc(reporter, contains_proc); in DEF_TEST()
275 test_proc(reporter, intersects_proc); in DEF_TEST()
/external/curl/packages/vms/
Dbuild_vms.com181 $ test_proc = orig_def_dev + proc_dir + proc_name + proc_type
187 $ test_proc_fid = f$file_attributes(test_proc, "FID")