/external/lzma/CPP/Common/ |
D | Wildcard.cpp | 181 if (!ForDir && !Recursive && delta !=0) in CheckPath() 185 if (!ForDir && Recursive) in CheckPath() 188 if (Recursive) in CheckPath() 246 item.Recursive = recursive; in AddItem() 257 if (item.Recursive || item.PathParts.Size() > 1) in NeedCheckSubDirs() 428 item.Recursive = recursive; in AddItem()
|
D | Wildcard.h | 22 bool Recursive; member
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | recursive.py | 242 class Recursive(object): class 284 class Forwarder(Recursive): 311 class Includer(Recursive): 367 class IncluderAppIter(Recursive):
|
/external/valgrind/drd/tests/ |
D | recursive_mutex.stderr.exp-linux | 2 Recursive mutex (statically initialized). 4 Recursive mutex (initialized via mutex attributes).
|
D | trylock.stderr.exp | 9 Recursive writer locking not allowed: rwlock 0x.........
|
/external/selinux/secilc/ |
D | README | 71 - Recursive limits are not handled
|
/external/protobuf/src/google/protobuf/stubs/ |
D | once_unittest.cc | 196 TEST_F(OnceInitTest, Recursive) { in TEST_F() argument
|
/external/llvm/test/Feature/ |
D | recursivetype.ll | 20 ; // Recursive list search fn
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 501 DeclarationMatcher Recursive = in TEST() local 523 "};", Recursive)); in TEST() 537 "};", Recursive)); in TEST() 555 "};", Recursive)); in TEST() 559 DeclarationMatcher Recursive = in TEST() local 578 EXPECT_TRUE(matches("class F {};", Recursive)); in TEST() 579 EXPECT_TRUE(matches("class Z {};", Recursive)); in TEST() 580 EXPECT_TRUE(matches("class C {};", Recursive)); in TEST() 581 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive)); in TEST() 582 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive)); in TEST() [all …]
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 3283 bool Recursive, in InstantiateFunctionDefinition() argument 3322 SavePendingInstantiationsAndVTableUses(*this, /*Enabled=*/Recursive); in InstantiateFunctionDefinition() 3355 assert(!Recursive); in InstantiateFunctionDefinition() 3459 if (Recursive) { in InstantiateFunctionDefinition() 3710 bool Recursive, in InstantiateStaticDataMemberDefinition() argument 3712 InstantiateVariableDefinition(PointOfInstantiation, Var, Recursive, in InstantiateStaticDataMemberDefinition() 3717 VarDecl *Var, bool Recursive, in InstantiateVariableDefinition() argument 3785 SavePendingInstantiationsAndVTableUses(*this, /*Enabled=*/Recursive); in InstantiateVariableDefinition() 3804 if (Recursive) { in InstantiateVariableDefinition() 3900 SavePendingInstantiationsAndVTableUses(*this, /*Enabled=*/Recursive); in InstantiateVariableDefinition() [all …]
|
D | SemaDeclObjC.cpp | 2858 bool Recursive; member in __anon34bbd8ed0211::OverrideSearch 2993 Recursive = true; in search()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | EnumDirItems.cpp | 198 if (item.Recursive || item.PathParts.Size() != 1) in EnumerateDirItems()
|
D | ArchiveCommandLine.cpp | 433 if (item.Recursive || item.PathParts.Size() != 1) in ConvertToLongNames()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 6413 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator 6523 assert( (E.Str.empty() || E.State == Recursive) && in addIncomplete() 6557 E.State = Recursive; in removeIncomplete() 6571 assert(E.State==Recursive && E.Str.size() == Str.size() && in addIfComplete() 6580 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete() 6593 if (E.State == Recursive && IncompleteCount) in lookupStr()
|
/external/llvm/docs/tutorial/ |
D | LangImpl2.rst | 18 The parser we will build uses a combination of `Recursive Descent
|
D | OCamlLangImpl2.rst | 19 The parser we will build uses a combination of `Recursive Descent
|
D | LangImpl7.rst | 280 # Recursive fib, we could do this before.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BaseRecognizer.as | 437 * "Efficient and Comfortable Error Recovery in Recursive Descent
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseRecognizer.m | 599 * "Efficient and Comfortable Error Recovery in Recursive Descent
|
/external/iputils/ |
D | RELNOTES | 399 * Mads Martin J�rgensen <mmj@suse.de> Recursive citation:
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6834 bool Recursive = false, 6858 VarDecl *Var, bool Recursive = false, 6863 bool Recursive = false,
|
/external/pcre/dist/doc/html/ |
D | README.txt | 299 Recursive function calls use up the runtime stack; running out of stack can
|
/external/pcre/dist/ |
D | README | 299 Recursive function calls use up the runtime stack; running out of stack can
|
/external/selinux/policycoreutils/po/ |
D | cs.po | 3950 msgid "Make Path Recursive" 3955 "Select Make Path Recursive iff you want to apply this label to all children "
|
D | si_LK.po | 3946 msgid "Make Path Recursive" 3951 "Select Make Path Recursive iff you want to apply this label to all children "
|