Home
last modified time | relevance | path

Searched refs:DNE (Results 1 – 25 of 63) sorted by relevance

123

/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
Dequivalent.pass.cpp62 const path DNE = static_env.DNE; in TEST_CASE() local
65 TEST_CHECK(equivalent(E, DNE, ec) == false); in TEST_CASE()
71 TEST_CHECK(equivalent(DNE, E, ec) == false); in TEST_CASE()
76 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, E)); in TEST_CASE()
77 TEST_CHECK_THROW(filesystem_error, equivalent(E, DNE)); in TEST_CASE()
80 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, DNE)); in TEST_CASE()
84 TEST_CHECK(equivalent(DNE, DNE, ec) == false); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
Dequivalent.pass.cpp61 const path DNE = StaticEnv::DNE; in TEST_CASE() local
64 TEST_CHECK(equivalent(E, DNE, ec) == false); in TEST_CASE()
70 TEST_CHECK(equivalent(DNE, E, ec) == false); in TEST_CASE()
75 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, E)); in TEST_CASE()
76 TEST_CHECK_THROW(filesystem_error, equivalent(E, DNE)); in TEST_CASE()
79 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, DNE)); in TEST_CASE()
83 TEST_CHECK(equivalent(DNE, DNE, ec) == false); in TEST_CASE()
/external/llvm-project/clang/test/SemaCXX/
Dbuiltin-operator-new-delete.cpp70 __builtin_operator_new(DNE); // expected-error {{undeclared identifier 'DNE'}} in test_typo_in_args()
71 …__builtin_operator_new(DNE, DNE2); // expected-error {{undeclared identifier 'DNE'}} expected-e… in test_typo_in_args()
72 __builtin_operator_delete(DNE); // expected-error {{'DNE'}} in test_typo_in_args()
73 __builtin_operator_delete(DNE, DNE2); // expected-error {{'DNE'}} expected-error {{'DNE2'}} in test_typo_in_args()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/
Dpath.pass.cpp128 directory_entry ent(static_env.DNE, ec); in TEST_CASE()
130 TEST_CHECK(ent.path() == static_env.DNE); in TEST_CASE()
141 directory_entry ent(static_env.DNE); in TEST_CASE()
142 TEST_CHECK(ent.path() == static_env.DNE); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/
Dpath.pass.cpp126 directory_entry ent(StaticEnv::DNE, ec); in TEST_CASE()
128 TEST_CHECK(ent.path() == StaticEnv::DNE); in TEST_CASE()
139 directory_entry ent(StaticEnv::DNE); in TEST_CASE()
140 TEST_CHECK(ent.path() == StaticEnv::DNE); in TEST_CASE()
/external/selinux/secilc/test/
Doptional_test.cil42 (allow t2 DNE (CLASS (PERM)))
60 ;; (allow t3 DNE (CLASS (PERM)))
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
Dcanonical.pass.cpp84 const path ret = canonical(static_env.DNE, ec); in TEST_CASE()
90 TEST_CHECK_THROW(filesystem_error, canonical(static_env.DNE)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
Dcanonical.pass.cpp90 const path ret = canonical(StaticEnv::DNE, ec); in TEST_CASE()
96 TEST_CHECK_THROW(filesystem_error, canonical(StaticEnv::DNE)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dlast_write_time.pass.cpp100 ent.assign(StaticEnv::DNE, ec); in TEST_CASE()
101 TEST_REQUIRE(ent.path() == StaticEnv::DNE); in TEST_CASE()
108 ExceptionChecker Checker(StaticEnv::DNE, in TEST_CASE()
Dfile_size.pass.cpp128 ent.assign(StaticEnv::DNE, ec); in TEST_CASE()
129 TEST_REQUIRE(ent.path() == StaticEnv::DNE); in TEST_CASE()
136 ExceptionChecker Checker(StaticEnv::DNE, in TEST_CASE()
Dhard_link_count.pass.cpp126 ent.assign(StaticEnv::DNE, ec); in TEST_CASE()
128 TEST_REQUIRE(ent.path() == StaticEnv::DNE); in TEST_CASE()
135 ExceptionChecker Checker(StaticEnv::DNE, in TEST_CASE()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dlast_write_time.pass.cpp102 ent.assign(static_env.DNE, ec); in TEST_CASE()
103 TEST_REQUIRE(ent.path() == static_env.DNE); in TEST_CASE()
110 ExceptionChecker Checker(static_env.DNE, in TEST_CASE()
Dhard_link_count.pass.cpp128 ent.assign(static_env.DNE, ec); in TEST_CASE()
130 TEST_REQUIRE(ent.path() == static_env.DNE); in TEST_CASE()
137 ExceptionChecker Checker(static_env.DNE, in TEST_CASE()
Dfile_size.pass.cpp128 ent.assign(static_env.DNE, ec); in TEST_CASE()
129 TEST_REQUIRE(ent.path() == static_env.DNE); in TEST_CASE()
136 ExceptionChecker Checker(static_env.DNE, in TEST_CASE()
Dstatus.pass.cpp41 static_env.DNE}; in TEST_CASE()
Dsymlink_status.pass.cpp41 static_env.DNE}; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dctor.pass.cpp68 const path testPaths[] = { StaticEnv::DNE, StaticEnv::BadSymlink }; in TEST_CASE()
211 const path badDir = StaticEnv::DNE; in TEST_CASE()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dctor.pass.cpp68 const path testPaths[] = { static_env.DNE, static_env.BadSymlink }; in TEST_CASE()
214 const path badDir = static_env.DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/
Dis_character_file.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/
Dis_block_file.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/
Dis_socket.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/
Dis_fifo.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/
Dis_other.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/
Dis_socket.pass.cpp66 const path p = static_env.DNE; in TEST_CASE()
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/
Dis_fifo.pass.cpp66 const path p = static_env.DNE; in TEST_CASE()

123