/aosp_15_r20/external/fmtlib/test/ |
H A D | os-test.cc | 239 auto test_file = uniq_file_name(__LINE__); in TEST() local 246 auto test_file = uniq_file_name(__LINE__); in TEST() local 260 auto test_file = uniq_file_name(__LINE__); in TEST() local 270 auto test_file = uniq_file_name(__LINE__); in TEST() local 280 auto test_file = uniq_file_name(__LINE__); in TEST() local 289 auto test_file = uniq_file_name(__LINE__); in TEST() local 303 auto test_file = uniq_file_name(__LINE__); in TEST() local 317 auto test_file = uniq_file_name(__LINE__); in TEST() local 432 auto test_file = uniq_file_name(__LINE__); in TEST() local 442 auto test_file = uniq_file_name(__LINE__); in TEST() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/serialization/ |
H A D | writer_lib_test.cc | 131 const std::string test_file = CreateFilePath("test_float.tflite"); in TEST_P() local 173 const std::string test_file = CreateFilePath("test_custom.tflite"); in TEST_P() local 268 const std::string test_file = CreateFilePath("test_variables.tflite"); in TEST_P() local 305 const std::string test_file = CreateFilePath("test_uint8.tflite"); in TEST_P() local 334 const std::string test_file = CreateFilePath("test_float.tflite"); in TEST_P() local 380 const std::string test_file = CreateFilePath("test_dynamic_shape.tflite"); in TEST_P() local 551 const std::string test_file = CreateFilePath("test_while.tflite"); in TEST_F() local
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | FindHDF5.cmake | 224 set(test_file ${scratch_directory}/cmake_hdf5_test.c) variable 270 set(test_file ${scratch_directory}/cmake_hdf5_test.cxx) variable 318 set(test_file ${scratch_directory}/cmake_hdf5_test.f90) variable 355 set(test_file ${scratch_dir}/cmake_hdf5_test.c) variable 357 set(test_file ${scratch_dir}/cmake_hdf5_test.cxx) variable 359 set(test_file ${scratch_dir}/cmake_hdf5_test.f90) variable
|
/aosp_15_r20/external/libchrome/components/policy/core/common/ |
H A D | preg_parser_unittest.cc | 119 base::FilePath test_file(test_data_dir_.AppendASCII(kRegistryPolFile)); in TEST_F() local 146 base::FilePath test_file(test_data_dir_.AppendASCII(kRegistryPolFile)); in TEST_F() local 166 base::FilePath test_file( in TEST_F() local 181 base::FilePath test_file( in TEST_F() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | cpdf_parser_unittest.cpp | 144 std::string test_file; in TEST() local 164 std::string test_file; in TEST() local 343 std::string test_file; in TEST() local 357 std::string test_file; in TEST() local 379 std::string test_file; in TEST() local
|
/aosp_15_r20/packages/modules/Virtualization/guest/microdroid_manager/src/ |
D | ioutil.rs | 77 let test_file = test_dir.path().join("test.txt"); in test_wait_for_file() localVariable 88 let test_file = test_dir.path().join("test.txt"); in test_wait_for_file() localVariable 99 let test_file = test_dir.path().join("test.txt"); in test_wait_for_file_fails() localVariable
|
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_refactor.py | 184 def check_file_refactoring(self, test_file, fixers=_2TO3_FIXERS, argument 203 def init_test_file(self, test_file): argument 211 def read_file(self, test_file): argument 215 def refactor_file(self, test_file, fixers=_2TO3_FIXERS): argument
|
/aosp_15_r20/external/toybox/ |
H A D | toybox-gtests.cpp | 55 std::string test_file, in ExecTest() 103 ToyboxTest(std::string toy, std::string test_file) : toy_(toy), test_file_(test_file) { } in ToyboxTest() 198 for (auto& test_file : test_files) { in initTests() local
|
/aosp_15_r20/system/extras/tests/fstest/ |
H A D | recovery_test.cpp | 251 const char* test_file = "/cache/FsRecoveryTestGarbage.txt"; in assertCacheHealthy() local 282 const char* test_file = "/cache/CorruptGdtGarbage.txt"; in TEST_F() local 300 const char* test_file = "/cache/ErrorBitGarbagetxt"; in TEST_F() local
|
/aosp_15_r20/external/llvm-libc/test/src/sys/mman/linux/ |
H A D | remap_file_pages_test.cpp | 31 auto test_file = libc_make_test_file_path(file_name); in TEST() local 61 auto test_file = libc_make_test_file_path(file_name); in TEST() local
|
/aosp_15_r20/system/extras/pinner/tests/ |
H A D | pintool_tests.cpp | 17 string test_file = "/data/local/tmp/pintool_test"; in TEST() local 44 string test_file = "/data/local/tmp/pintool_test"; in TEST() local
|
/aosp_15_r20/external/toolchain-utils/ |
H A D | run_tests_for.py | 130 def _python_test_to_spec(test_file): argument 146 def _autodetect_python_tests_for(test_file, toolchain_utils): argument
|
/aosp_15_r20/external/google-breakpad/src/common/linux/ |
H A D | memory_mapped_file_unittest.cc | 89 string test_file = temp_dir.path() + "/empty_file"; in TEST_F() local 111 string test_file = temp_dir.path() + "/test_file"; in TEST_F() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/cexpr/tests/ |
D | clang.rs | 287 fn test_file(file: &str) -> bool { in test_file() function 322 macro_rules! test_file { macro
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/test/ |
D | test_utils.hpp | 57 class test_file class 60 test_file(const char *test_data, const char *filename) in test_file() function in test_file
|
/aosp_15_r20/packages/modules/Virtualization/libs/vbmeta/src/ |
D | lib.rs | 212 let test_file = test_dir.path().join("test.img"); in unsigned_image_does_not_have_public_key() localVariable 230 let test_file = test_dir.path().join("test.img"); in signed_image_has_valid_vbmeta() localVariable
|
/aosp_15_r20/external/clang/bindings/python/tests/cindex/ |
H A D | test_file.py | 3 def test_file(): function
|
/aosp_15_r20/external/capstone/suite/ |
H A D | test_corpus.py | 7 def test_file(fname): function
|
H A D | disasm_mc.py | 24 def test_file(fname): function
|
H A D | test_mc.py | 67 def test_file(fname): function
|
/aosp_15_r20/external/flac/test/ |
H A D | test_streams.sh | 52 test_file () function
|
/aosp_15_r20/external/elfutils/tests/ |
H A D | run-large-elf-file.sh | 73 test_file () function
|
/aosp_15_r20/external/libxkbcommon/test/ |
H A D | filecomp.c | 29 test_file(struct xkb_context *ctx, const char *path_rel) in test_file() function
|
/aosp_15_r20/system/incremental_delivery/incfs/tests/ |
H A D | incfs_test.cpp | 226 TemporaryFile test_file; in TEST_F() local 308 const auto test_file = mountPath(test_dir_name_, test_file_name_); in TEST_F() local 440 const std::string_view test_file = "test1.txt"sv; in TEST_F() local
|
/aosp_15_r20/external/crosvm/crosvm_control/ |
H A D | build.rs | 92 let test_file = temp_dir in main() localVariable
|