Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/failures/sql/
Dnew_failures_24h.sql4 …LTRIM(REGEXP_REPLACE(filtered_test_name, r'(/\d+)|(bins/.+/)|(cmake/.+/.+/)', ''))) AS test_binary,
26 …LTRIM(REGEXP_REPLACE(filtered_test_name, r'(/\d+)|(bins/.+/)|(cmake/.+/.+/)', ''))) AS test_binary,
48 reporting.test_binary,
58 reporting.test_binary = calibration.test_binary
60 calibration.test_binary IS NULL
/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_HAL3Perf/
Dcamera_HAL3Perf.py27 test_binary = 'cros_camera_test' variable in camera_HAL3Perf
85 binary_path = os.path.join(self.dep_dir, 'bin', self.test_binary)
/external/autotest/client/site_tests/camera_HAL3/
Dcamera_HAL3.py26 test_binary = 'cros_camera_test' variable in camera_HAL3
103 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)