/external/chromium_org/third_party/tlslite/tlslite/ |
TLSConnection.py | 363 recursive=False): 368 settings=settings, recursive=recursive) 374 sharedKeyParams, session, settings, recursive): 375 if not recursive: [all...] |
/ndk/sources/host-tools/make-3.81/doc/ |
make.texi | 219 Recursive Use of @code{make} 225 helps debug use of recursive @code{make} commands. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-starteam.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 260 >>> # A recursive generator that generates Tree labels in in-order. 276 >>> # A non-recursive generator. 292 >>> # Exercise the non-recursive generator. 494 Build up to a recursive Sieve of Eratosthenes generator. 571 inefficient: each call of m235() leads to 3 recursive calls, and in 700 The beauty of it is that recursive running-after-their-tail FP algorithms 1044 # than the fancy unrolled recursive conjoin. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 260 >>> # A recursive generator that generates Tree labels in in-order. 276 >>> # A non-recursive generator. 292 >>> # Exercise the non-recursive generator. 494 Build up to a recursive Sieve of Eratosthenes generator. 571 inefficient: each call of m235() leads to 3 recursive calls, and in 700 The beauty of it is that recursive running-after-their-tail FP algorithms 1044 # than the fancy unrolled recursive conjoin. [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder.cc | 513 // by ReadDeltaFileHeader(), this function makes a recursive call to another [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdecoder.cc | 502 // by ReadDeltaFileHeader(), this function makes a recursive call to another [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
trigger.c | [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl2.rst | 19 The parser we will build uses a combination of `Recursive Descent 156 standard way to go for recursive descent parsers. For a better example, 180 powerful because it allows us to handle recursive grammars, and keeps [all...] |
/external/open-vcdiff/src/ |
vcdecoder.cc | 502 // by ReadDeltaFileHeader(), this function makes a recursive call to another [all...] |
/ndk/sources/host-tools/make-3.81/ |
remake.c | 424 /* Notice recursive update of the same file. */ 820 /* If all the command lines were recursive, 858 /* If -n, -t, or -q and all the commands are recursive, we ran them so [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
tuple | 171 * as a recursive inheritance hierarchy from the first element (most 210 * Recursive tuple implementation. Here we store the @c Head element 662 * Recursive case for tuple_element: strip off the first element in [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
tuple | 171 * as a recursive inheritance hierarchy from the first element (most 210 * Recursive tuple implementation. Here we store the @c Head element 662 * Recursive case for tuple_element: strip off the first element in [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
tuple | 177 * as a recursive inheritance hierarchy from the first element (most 224 * Recursive tuple implementation. Here we store the @c Head element 676 * Recursive case for tuple_element: strip off the first element in [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.py | 718 print >>self.stdout, "ENTERING RECURSIVE DEBUGGER" 720 print >>self.stdout, "LEAVING RECURSIVE DEBUGGER" [all...] |
pickle.py | 213 pickler has already seen, so that shared or recursive objects are 567 # the tuple itself: the tuple is recursive. The proper action 571 # recursive tuples are a rare thing. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pdb.py | 718 print >>self.stdout, "ENTERING RECURSIVE DEBUGGER" 720 print >>self.stdout, "LEAVING RECURSIVE DEBUGGER" [all...] |
pickle.py | 213 pickler has already seen, so that shared or recursive objects are 567 # the tuple itself: the tuple is recursive. The proper action 571 # recursive tuples are a rare thing. [all...] |
/art/runtime/base/ |
mutex.h | 141 explicit Mutex(const char* name, LockLevel level = kDefaultMutexLevel, bool recursive = false);
|
/art/runtime/entrypoints/ |
entrypoint_utils.cc | 274 LOG(ERROR) << "Recursive stack overflow.";
|
/bionic/libc/private/ |
resolv_private.h | 247 #define RES_BLAST 0x00020000 /* blast all recursive servers */
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
GenericSignatureParser.java | 43 * recursive descent parsing approach for the following grammar:
|
/dalvik/docs/ |
java-constraints.html | 1044 Subroutine calls must not be directly or indirectly self-recursive.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
WriterToUTF8Buffered.java | 199 * and make multiple recursive calls.
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
NodeVector.java | 722 * Recursive calls, elements a[lo0] to a[lo-1] are less than or
|