Searched refs:LIBCPP_ONLY (Results 1 – 15 of 15) sorted by relevance
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/ |
D | assign.pass.cpp | 84 LIBCPP_ONLY(remove(file)); in TEST_CASE() 93 LIBCPP_ONLY(remove(file)); in TEST_CASE() 94 LIBCPP_ONLY(remove(sym)); in TEST_CASE()
|
D | replace_filename.pass.cpp | 107 LIBCPP_ONLY(remove(file_two)); in TEST_CASE() 117 LIBCPP_ONLY(remove(file_two)); in TEST_CASE() 118 LIBCPP_ONLY(remove(sym_two)); in TEST_CASE()
|
D | refresh.pass.cpp | 116 LIBCPP_ONLY(remove(file)); in TEST_CASE() 124 LIBCPP_ONLY(permissions(dir, perms::none)); in TEST_CASE() 133 LIBCPP_ONLY(remove(file)); in TEST_CASE() 144 LIBCPP_ONLY(permissions(dir, perms::none)); in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/ |
D | path.pass.cpp | 90 LIBCPP_ONLY(remove(file)); in TEST_CASE() 107 LIBCPP_ONLY(remove(file)); in TEST_CASE() 108 LIBCPP_ONLY(remove(sym)); in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/ |
D | temp_directory_path.pass.cpp | 79 LIBCPP_ONLY(TEST_CHECK(ec == expect_ec)); in TEST_CASE() 88 LIBCPP_ONLY(TEST_CHECK(ec == expect_ec)); in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/ |
D | canonical.pass.cpp | 111 LIBCPP_ONLY(TEST_CHECK(err.path2() == current_path())); in TEST_CASE() 119 LIBCPP_ONLY(TEST_CHECK(err.path2() == StaticEnv::Dir)); in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
D | hard_link_count.pass.cpp | 54 LIBCPP_ONLY(remove(file)); in TEST_CASE() 64 LIBCPP_ONLY(remove(dir)); in TEST_CASE() 99 LIBCPP_ONLY(permissions(dir, perms::none)); in TEST_CASE()
|
D | last_write_time.pass.cpp | 55 LIBCPP_ONLY(remove(file)); in TEST_CASE() 65 LIBCPP_ONLY(remove(dir)); in TEST_CASE()
|
D | file_size.pass.cpp | 57 LIBCPP_ONLY(remove(file)); in TEST_CASE() 70 LIBCPP_ONLY(remove(ent)); in TEST_CASE()
|
/external/libcxx/test/support/ |
D | test_macros.h | 233 #define LIBCPP_ONLY(...) __VA_ARGS__ macro 239 #define LIBCPP_ONLY(...) ((void)0) macro
|
D | filesystem_test_helper.hpp | 473 LIBCPP_ONLY(check_libcxx_string(Err)); in operator ()()
|
/external/libcxx/test/std/input.output/filesystems/fs.enum/ |
D | enum.path.format.pass.cpp | 31 LIBCPP_ONLY(static_assert(std::is_same<UT, unsigned char>::value, "")); // Implementation detail in main()
|
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/ |
D | allocate.size.pass.cpp | 46 LIBCPP_ONLY(test<const double>()); in main()
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
D | size_value.pass.cpp | 48 LIBCPP_ONLY(test<int, limited_allocator<int, 4096> >(4095, 90)); in main()
|
D | size.pass.cpp | 105 LIBCPP_ONLY(test1<DefaultOnly, limited_allocator<DefaultOnly, 4096> >(4095)); in main()
|