Home
last modified time | relevance | path

Searched refs:EmptyFile (Results 1 – 11 of 11) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/
Dfile_size.pass.cpp41 const path p = StaticEnv::EmptyFile; in TEST_CASE()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/
Dfile_size.pass.cpp43 const path p = static_env.EmptyFile; in file_size_empty_test()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
Dis_empty.pass.cpp62 TEST_CHECK(is_empty(StaticEnv::EmptyFile)); in TEST_CASE()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
Dis_empty.pass.cpp62 assert(is_empty(static_env.EmptyFile)); in test_is_empty_file()
/external/google-breakpad/src/client/linux/minidump_writer/
Dline_reader_unittest.cc57 TEST(LineReaderTest, EmptyFile) { in TEST() argument
Dproc_cpuinfo_reader_unittest.cc63 TEST(ProcCpuInfoReaderTest, EmptyFile) { in TEST() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
Dreplace_filename.pass.cpp76 const path p = static_env.EmptyFile; in test_replace_filename_ec_method()
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
Dreplace_filename.pass.cpp79 const path p = StaticEnv::EmptyFile; in TEST_CASE()
/external/python/cpython3/Lib/test/
Dtest_linecache.py84 class EmptyFile(GetLineTestsGoodData, unittest.TestCase): class
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp57 static const fs::path EmptyFile = TestFileList[0]; variable
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dfilesystem_test_helper.h416 const fs::path EmptyFile = TestFileList[0]; variable