Home
last modified time | relevance | path

Searched refs:test_binary (Results 1 – 13 of 13) 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/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Drun_tests.sh37 for test_binary in bazel-bin/tensorflow/lite/delegates/hexagon/builders/tests/hexagon_*_test; do
38 echo "Copying $test_binary"
39 adb push $test_binary "${on_device_dir}"
41 read -ra split_path <<< "$test_binary"
/external/rust/crates/grpcio-sys/grpc/third_party/upb/examples/bazel/
DBUILD17 name = "test_binary",
18 srcs = ["test_binary.c"],
/external/pigweed/pw_unit_test/py/pw_unit_test/
Dtest_runner.py257 test_binary = find_binary(
260 if test_binary not in all_tests:
261 all_tests[test_binary] = Test(entry['test_name'],
262 test_binary)
264 tests.append(all_tests[test_binary])
/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/cpu_features/scripts/
Drun_integration.sh106 for test_binary in ${CMAKE_TEST_FILES}; do
107 ${RUN_CMD} ${test_binary}
/external/OpenCL-CTS/test_conformance/api/
DCMakeLists.txt18 test_binary.cpp
/external/rust/crates/grpcio-sys/grpc/third_party/upb/
DREADME.md100 name = "test_binary",
101 srcs = ["test_binary.c"],
/external/clang/test/Analysis/
Dtemp-obj-dtors-cfg-output.cpp32 void test_binary() { in test_binary() function
/external/llvm-project/clang/test/Analysis/
Dtemp-obj-dtors-cfg-output.cpp47 void test_binary() { in test_binary() function
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py984 def test_binary(method, prec, exp_range, restricted_range, itr, stat): function
1254 do_single(method, lambda: test_method(method, testspecs, test_binary))
1270 do_single(method, lambda: test_method(method, testspecs, test_binary))
/external/rust/crates/bitflags/src/
Dlib.rs1274 fn test_binary() { in test_binary() function