Home
last modified time | relevance | path

Searched refs:dir_contents (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
Dincrement.pass.cpp47 const std::set<path> dir_contents(static_env.DirIterationList.begin(), in TEST_CASE() local
55 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
71 const std::set<path> dir_contents(static_env.DirIterationList.begin(), in TEST_CASE() local
79 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
96 const std::set<path> dir_contents(static_env.DirIterationList.begin(), in TEST_CASE() local
104 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
Dctor.pass.cpp174 std::set<path> dir_contents(static_env.DirIterationList.begin(), in TEST_CASE() local
183 TEST_CHECK(dir_contents.count(*it)); in TEST_CASE()
188 TEST_CHECK(dir_contents.count(*it)); in TEST_CASE()
232 std::set<path> dir_contents; in TEST_CASE() local
234 dir_contents.insert(p.filename()); in TEST_CASE()
244 TEST_CHECK(dir_contents.count(entry.filename())); in TEST_CASE()
253 TEST_CHECK(dir_contents.count(entry.filename())); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
Dincrement.pass.cpp48 const std::set<path> dir_contents(std::begin(StaticEnv::DirIterationList), in TEST_CASE() local
56 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
71 const std::set<path> dir_contents(std::begin(StaticEnv::DirIterationList), in TEST_CASE() local
79 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
95 const std::set<path> dir_contents(std::begin(StaticEnv::DirIterationList), in TEST_CASE() local
103 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
Dctor.pass.cpp173 std::set<path> dir_contents(std::begin(StaticEnv::DirIterationList), in TEST_CASE() local
182 TEST_CHECK(dir_contents.count(*it)); in TEST_CASE()
187 TEST_CHECK(dir_contents.count(*it)); in TEST_CASE()
229 std::set<path> dir_contents; in TEST_CASE() local
231 dir_contents.insert(p.filename()); in TEST_CASE()
241 TEST_CHECK(dir_contents.count(entry.filename())); in TEST_CASE()
250 TEST_CHECK(dir_contents.count(entry.filename())); in TEST_CASE()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.nonmembers/
Dbegin_end.pass.cpp46 std::set<path> dir_contents(static_env.DirIterationList.begin(), in TEST_CASE() local
54 TEST_CHECK(dir_contents.erase(elem) == 1); in TEST_CASE()
56 TEST_CHECK(dir_contents.empty()); in TEST_CASE()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.nonmembers/
Dbegin_end.pass.cpp46 std::set<path> dir_contents(static_env.RecDirIterationList.begin(), in TEST_CASE() local
54 TEST_CHECK(dir_contents.erase(elem) == 1); in TEST_CASE()
56 TEST_CHECK(dir_contents.empty()); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.nonmembers/
Dbegin_end.pass.cpp47 std::set<path> dir_contents(std::begin(StaticEnv::DirIterationList), in TEST_CASE() local
55 TEST_CHECK(dir_contents.erase(elem) == 1); in TEST_CASE()
57 TEST_CHECK(dir_contents.empty()); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.nonmembers/
Dbegin_end.pass.cpp47 std::set<path> dir_contents(std::begin(StaticEnv::RecDirIterationList), in TEST_CASE() local
55 TEST_CHECK(dir_contents.erase(elem) == 1); in TEST_CASE()
57 TEST_CHECK(dir_contents.empty()); in TEST_CASE()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dincrement.pass.cpp47 const std::set<path> dir_contents(static_env.RecDirIterationList.begin(), in TEST_CASE() local
55 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
71 const std::set<path> dir_contents(static_env.RecDirIterationList.begin(), in TEST_CASE() local
79 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
95 const std::set<path> dir_contents(static_env.RecDirIterationList.begin(), in TEST_CASE() local
103 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
122 const std::set<path> dir_contents(IterList.begin(), IterList.end()); in TEST_CASE() local
130 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
Dctor.pass.cpp176 std::set<path> dir_contents(static_env.DirIterationList.begin(), in TEST_CASE() local
185 TEST_CHECK(dir_contents.count(*it)); in TEST_CASE()
190 TEST_CHECK(dir_contents.count(*it)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dincrement.pass.cpp47 const std::set<path> dir_contents(std::begin(StaticEnv::RecDirIterationList), in TEST_CASE() local
55 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
70 const std::set<path> dir_contents(std::begin(StaticEnv::RecDirIterationList), in TEST_CASE() local
78 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
93 const std::set<path> dir_contents(std::begin(StaticEnv::RecDirIterationList), in TEST_CASE() local
101 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
119 const std::set<path> dir_contents(std::begin(IterList), std::end(IterList)); in TEST_CASE() local
127 std::set<path> unseen_entries = dir_contents; in TEST_CASE()
Dctor.pass.cpp175 std::set<path> dir_contents(std::begin(StaticEnv::DirIterationList), in TEST_CASE() local
184 TEST_CHECK(dir_contents.count(*it)); in TEST_CASE()
189 TEST_CHECK(dir_contents.count(*it)); in TEST_CASE()