Home
last modified time | relevance | path

Searched defs:test_file (Results 1 – 25 of 94) sorted by relevance

1234

/aosp_15_r20/external/fmtlib/test/
H A Dos-test.cc239 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 Dwriter_lib_test.cc131 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/
DFindHDF5.cmake224 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 Dpreg_parser_unittest.cc119 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 Dcpdf_parser_unittest.cpp144 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/
Dioutil.rs77 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/
Dtest_refactor.py184 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 Dtoybox-gtests.cpp55 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 Drecovery_test.cpp251 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 Dremap_file_pages_test.cpp31 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 Dpintool_tests.cpp17 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 Drun_tests_for.py130 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 Dmemory_mapped_file_unittest.cc89 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/
Dclang.rs287 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/
Dtest_utils.hpp57 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/
Dlib.rs212 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 Dtest_file.py3 def test_file(): function
/aosp_15_r20/external/capstone/suite/
H A Dtest_corpus.py7 def test_file(fname): function
H A Ddisasm_mc.py24 def test_file(fname): function
H A Dtest_mc.py67 def test_file(fname): function
/aosp_15_r20/external/flac/test/
H A Dtest_streams.sh52 test_file () function
/aosp_15_r20/external/elfutils/tests/
H A Drun-large-elf-file.sh73 test_file () function
/aosp_15_r20/external/libxkbcommon/test/
H A Dfilecomp.c29 test_file(struct xkb_context *ctx, const char *path_rel) in test_file() function
/aosp_15_r20/system/incremental_delivery/incfs/tests/
H A Dincfs_test.cpp226 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 Dbuild.rs92 let test_file = temp_dir in main() localVariable

1234