/aosp_15_r20/external/bazelbuild-rules_rust/util/collect_coverage/ |
H A D | collect_coverage.rs | 52 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/ |
D | update_flakes.py | 64 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 D | update_flakes.py | 65 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 D | run_tests.sh | 37 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/ |
D | test_float.cpp | 35 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 D | vec_test_all_types.cpp | 324 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 D | test_runner.py | 409 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 D | android_test.bzl | 72 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 D | camera_HAL3Perf.py | 32 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 D | run_integration.sh | 345 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 D | run_integration.sh | 345 for test_binary in ${TEST_BINARIES[*]} ; do 346 ${RUN_CMD} "${test_binary}"
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | CMakeLists.txt | 18 test_binary.cpp
|
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ |
H A D | qemu_baremetal.py | 40 if not os.path.exists(args.test_binary):
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | temp-obj-dtors-cfg-output.cpp | 32 void test_binary() { in test_binary() function
|
/aosp_15_r20/external/pigweed/pw_target_runner/pw_target_runner_protos/ |
H A D | target_runner.proto | 42 bytes test_binary = 2; field
|
/aosp_15_r20/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 988 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 D | BUILD.gn | 15 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/api/test_binary.cpp",
|
/aosp_15_r20/external/pigweed/pw_tokenizer/py/ |
H A D | detokenize_proto_test.py | 43 def test_binary(self) -> None: member in TestDetokenizeProtoFields
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | Jamfile.v2 | 60 [ test-bsl-run_files test_binary ]
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/docs/testing/ |
D | gtest.md | 60 * To run a single test case, use `<test_binary>:<test_class>#<test_method>`
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/CMake/ |
D | CMakeLists.txt | 255 archive_test(test_binary)
|
/aosp_15_r20/external/pytorch/test/distributed/elastic/multiprocessing/ |
H A D | api_test.py | 672 def test_binary(self): member in StartProcessesListAsBinaryTest
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/bitflags/src/ |
D | lib.rs | 1508 fn test_binary() { in test_binary() function
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_maskedtensor.py | 497 def test_binary(self, fn): member in TestBinary
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/tests/ |
D | biguint.rs | 1708 fn test_binary() { in test_binary() function
|