Searched refs:Recursive (Results 1 – 16 of 16) sorted by relevance
/external/valgrind/main/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.........
|
D | qt4_mutex.cpp | 54 QMutex M(QMutex::Recursive); in main()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | once_unittest.cc | 196 TEST_F(OnceInitTest, Recursive) { in TEST_F() argument
|
/external/hyphenation/ |
D | README.compound | 17 Recursive compound level hyphenation
|
/external/llvm/test/Feature/ |
D | recursivetype.ll | 20 ; // Recursive list search fn
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
D | README.VMS | 14 (Recursive invocations of `make' for the `bigcheck' test assume that the
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2333 bool Recursive, in InstantiateFunctionDefinition() argument 2412 if (Recursive) { in InstantiateFunctionDefinition() 2499 if (Recursive) { in InstantiateFunctionDefinition() 2538 bool Recursive, in InstantiateStaticDataMemberDefinition() argument 2594 if (Recursive) { in InstantiateStaticDataMemberDefinition() 2618 if (Recursive) { in InstantiateStaticDataMemberDefinition()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4886 bool Recursive = false, 4891 bool Recursive = false,
|
/external/pcre/ |
D | README | 230 Recursive function calls use up the runtime stack; running out of stack can
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 2330 At "top level", all these recursion test conditions are false. Recursive 2409 <title>Recursive patterns</title>
|
/external/bison/doc/ |
D | bison.texinfo | 1514 leftmost symbol in the sequence. @xref{Recursion, ,Recursive Rules}. 2958 @section Recursive Rules 5851 recursion, @xref{Recursion, ,Recursive Rules}. 7758 ,Recursive Rules}. 8567 example, @samp{expseq1 : expseq1 ',' exp;}. @xref{Recursion, ,Recursive 8627 example, @samp{expseq1: exp ',' expseq1;}. @xref{Recursion, ,Recursive
|
D | bison.info | 1701 leftmost symbol in the sequence. *Note Recursive Rules: Recursion. 2991 3.4 Recursive Rules 5404 recursion, *Note Recursive Rules: Recursion. 7088 This question is already addressed elsewhere, *Note Recursive Rules: 7802 example, `expseq1 : expseq1 ',' exp;'. *Note Recursive Rules: 7864 example, `expseq1: exp ',' expseq1;'. *Note Recursive Rules:
|
/external/pcre/doc/ |
D | pcre.txt | 4775 Recursive back references
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 17505 ** be held while the callback is running. Recursive calls into 32517 Bitvec *apSub[BITVEC_NPTR]; /* Recursive representation */ 93423 ** recursive invocation of this trigger program is disallowed. Recursive 104901 ** The first thread might call this routine recursively. Recursive 104912 ** * Recursive calls to this routine from thread X return immediately
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 52341 …- fixed <rdar://problem/4946881> Recursive loop with <marker> not caught, crashes in WebCore::SVGP…
|