Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/bazelbuild-rules_rust/util/collect_coverage/
H A Dcollect_coverage.rs52 let test_binary = runfiles_dir in find_test_binary() localVariable
56 if !test_binary.exists() { in find_test_binary()
75 let test_binary = execroot in find_test_binary() localVariable
81 test_binary.display() in find_test_binary()
84 test_binary in find_test_binary()
86 test_binary in find_test_binary()
114 let test_binary = find_test_binary(&execroot, &runfiles_dir); in main() localVariable
155 .arg(test_binary) in main()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/
Dupdate_flakes.py64 if row.test_binary not in tests:
66 row.test_binary)
69 print("will mark end2end test {} as flaky".format(row.test_binary))
71 print("skip obsolete test {}".format(row.test_binary))
73 print("will mark {} as flaky".format(row.test_binary))
74 tests[row.test_binary] = True
/aosp_15_r20/external/grpc-grpc/tools/distrib/
H A Dupdate_flakes.py65 if row.test_binary not in tests:
67 r"^//test/core/end2end:([^@]*)@([^@]*)(.*)", row.test_binary
71 print("will mark end2end test {} as flaky".format(row.test_binary))
73 print("skip obsolete test {}".format(row.test_binary))
75 print("will mark {} as flaky".format(row.test_binary))
76 tests[row.test_binary] = True
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
H A 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"
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/test/
Dtest_float.cpp35 void test_binary() { in test_binary() function
108 BOOST_TEST_CHECKPOINT("add"); test_binary<T, bunch_add<T> >(); in test_all_binaries()
109 BOOST_TEST_CHECKPOINT("sub"); test_binary<T, bunch_sub<T> >(); in test_all_binaries()
110 BOOST_TEST_CHECKPOINT("mul"); test_binary<T, bunch_mul<T> >(); in test_all_binaries()
111 BOOST_TEST_CHECKPOINT("div"); test_binary<T, bunch_div<T> >(); in test_all_binaries()
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvec_test_all_types.cpp324 test_binary<vec>( in TYPED_TEST()
572 test_binary<vec>( in TYPED_TEST()
582 test_binary<vec>( in TYPED_TEST()
590 test_binary<vec>( in TYPED_TEST()
598 test_binary<vec>( in TYPED_TEST()
648 test_binary<vec>( in TYPED_TEST()
660 test_binary<vec>( in TYPED_TEST()
671 test_binary<vec>( in TYPED_TEST()
681 test_binary<vec>( in TYPED_TEST()
690 test_binary<vec>( in TYPED_TEST()
[all …]
/aosp_15_r20/external/pigweed/pw_unit_test/py/pw_unit_test/
H A Dtest_runner.py409 test_binary = find_binary(
413 if test_binary not in all_tests:
414 all_tests[test_binary] = Test(
415 entry['test_name'], test_binary
418 tests.append(all_tests[test_binary])
/aosp_15_r20/external/skia/tools/testrunners/common/android/
H A Dandroid_test.bzl72 test_binary = "%s_binary" % name
75 name = test_binary,
85 binary = test_binary,
92 archive_srcs = [test_runner, test_binary] + (
/aosp_15_r20/external/autotest/client/site_tests/camera_HAL3Perf/
H A Dcamera_HAL3Perf.py32 test_binary = 'cros_camera_test' variable in camera_HAL3Perf
90 binary_path = os.path.join(self.dep_dir, 'bin', self.test_binary)
/aosp_15_r20/external/cpu_features/scripts/
H A Drun_integration.sh345 for test_binary in ${TEST_BINARIES[*]} ; do
346 ${RUN_CMD} "${test_binary}"
/aosp_15_r20/external/cronet/third_party/cpu_features/src/scripts/
H A Drun_integration.sh345 for test_binary in ${TEST_BINARIES[*]} ; do
346 ${RUN_CMD} "${test_binary}"
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A DCMakeLists.txt18 test_binary.cpp
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/
H A Dqemu_baremetal.py40 if not os.path.exists(args.test_binary):
/aosp_15_r20/external/clang/test/Analysis/
H A Dtemp-obj-dtors-cfg-output.cpp32 void test_binary() { in test_binary() function
/aosp_15_r20/external/pigweed/pw_target_runner/pw_target_runner_protos/
H A Dtarget_runner.proto42 bytes test_binary = 2; field
/aosp_15_r20/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py988 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))
/aosp_15_r20/external/angle/third_party/OpenCL-CTS/gn/api/
H A DBUILD.gn15 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/api/test_binary.cpp",
/aosp_15_r20/external/pigweed/pw_tokenizer/py/
H A Ddetokenize_proto_test.py43 def test_binary(self) -> None: member in TestDetokenizeProtoFields
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
DJamfile.v260 [ test-bsl-run_files test_binary ]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/docs/testing/
Dgtest.md60 * To run a single test case, use `<test_binary>:<test_class>#<test_method>`
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/CMake/
DCMakeLists.txt255 archive_test(test_binary)
/aosp_15_r20/external/pytorch/test/distributed/elastic/multiprocessing/
H A Dapi_test.py672 def test_binary(self): member in StartProcessesListAsBinaryTest
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/bitflags/src/
Dlib.rs1508 fn test_binary() { in test_binary() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_maskedtensor.py497 def test_binary(self, fn): member in TestBinary
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/tests/
Dbiguint.rs1708 fn test_binary() { in test_binary() function

12