Home
last modified time | relevance | path

Searched defs:SetupState (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dincrement.pass.cpp266 auto SetupState = [&](bool AllowEAccess, bool& SeenFile3) { in TEST_CASE() local
352 auto SetupState = [&](bool AllowEAccess, bool FollowSym, bool& SeenFile3) { in TEST_CASE() local
436 auto SetupState = [&](bool AllowEAccess, bool FollowSym, bool& SeenNestedFile) { in TEST_CASE() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dincrement.pass.cpp269 auto SetupState = [&](bool AllowEAccess, bool& SeenFile3) { in test_PR35078() local
354 auto SetupState = [&](bool AllowEAccess, bool FollowSym, bool& SeenFile3) { in test_PR35078_with_symlink() local
437 auto SetupState = [&](bool AllowEAccess, bool FollowSym, bool& SeenNestedFile) { in test_PR35078_with_symlink_file() local
/external/cronet/components/nacl/renderer/plugin/
Dpnacl_translate_thread.cc75 void PnaclTranslateThread::SetupState( in SetupState() function in plugin::PnaclTranslateThread