Home
last modified time | relevance | path

Searched refs:test_binary (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/third_party/gtest-parallel/
Dgtest-parallel210 for ((test_binary, test_name), runtime) in times.items():
211 if (type(test_binary) is not str or type(test_name) is not str
286 for test_binary in binaries:
287 command = [test_binary]
299 sys.exit("%s: %s" % (test_binary, str(e)))
318 tests.append((times.get_test_time(test_binary, test),
319 test_binary, test, command))
376 (_, test_binary, test, command) = tests[job_id]
377 logger.log(str(job_id) + ': TEST ' + test_binary + ' ' + test)
383 times.record_test_time(test_binary, test, run_job(job))
[all …]
/external/autotest/client/site_tests/camera_HAL3/
Dcamera_HAL3.py19 test_binary = 'arc_camera3_test' variable in camera_HAL3
41 cmd = [ os.path.join(self.dep_dir, 'bin', self.test_binary) ]
/external/autotest/client/site_tests/camera_HAL3Perf/
Dcamera_HAL3Perf.py25 test_binary = 'arc_camera3_test' variable in camera_HAL3Perf
83 binary_path = os.path.join(self.dep_dir, 'bin', self.test_binary)
/external/clang/test/Analysis/
Dtemp-obj-dtors-cfg-output.cpp32 void test_binary() { in test_binary() function
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py840 def test_binary(method, prec, exp_range, restricted_range, itr, stat): function
1077 test_method(method, testspecs, test_binary)
1092 test_method(method, testspecs, test_binary)
/external/valgrind/memcheck/tests/vbit-test/
DREADME47 test_binary, etc. will be invoked to run all tests for that opreator.