HomeSort by relevance Sort by last modified time
    Searched full:recursive (Results 501 - 525 of 2183) sorted by null

<<21222324252627282930>>

  /external/chromium_org/v8/test/mjsunit/
mjsunit.status 74 json-recursive: PASS, (PASS || FAIL) if $mode == debug
123 compiler/recursive-deopt: SKIP
179 compiler/recursive-deopt: SKIP
  /external/chromium_org/webkit/browser/fileapi/
async_file_util.h 119 // does not exist and |recursive| is false.
130 bool recursive,
290 // On some platforms, such as Chrome OS Drive File System, recursive file
  /external/llvm/docs/tutorial/
OCamlLangImpl1.rst 47 and basic AST construction. This tutorial describes recursive descent
130 useful for mutually recursive functions). For example:
198 is accomplished with the recursive call above.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
tuple 63 * as a recursive inheritance hierarchy from the first element (most
80 * Recursive tuple implementation. Here we store the @c Head element
224 * Recursive case for tuple_element: strip off the first element in
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
tuple 65 * as a recursive inheritance hierarchy from the first element (most
82 * Recursive tuple implementation. Here we store the @c Head element
226 * Recursive case for tuple_element: strip off the first element in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
tuple 65 * as a recursive inheritance hierarchy from the first element (most
82 * Recursive tuple implementation. Here we store the @c Head element
226 * Recursive case for tuple_element: strip off the first element in
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 63 * as a recursive inheritance hierarchy from the first element (most
80 * Recursive tuple implementation. Here we store the @c Head element
224 * Recursive case for tuple_element: strip off the first element in
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 63 * as a recursive inheritance hierarchy from the first element (most
80 * Recursive tuple implementation. Here we store the @c Head element
224 * Recursive case for tuple_element: strip off the first element in
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 63 * as a recursive inheritance hierarchy from the first element (most
80 * Recursive tuple implementation. Here we store the @c Head element
224 * Recursive case for tuple_element: strip off the first element in
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
tuple 63 * as a recursive inheritance hierarchy from the first element (most
80 * Recursive tuple implementation. Here we store the @c Head element
224 * Recursive case for tuple_element: strip off the first element in
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
tuple 65 * as a recursive inheritance hierarchy from the first element (most
82 * Recursive tuple implementation. Here we store the @c Head element
226 * Recursive case for tuple_element: strip off the first element in
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
tuple 65 * as a recursive inheritance hierarchy from the first element (most
82 * Recursive tuple implementation. Here we store the @c Head element
226 * Recursive case for tuple_element: strip off the first element in
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
tuple 65 * as a recursive inheritance hierarchy from the first element (most
82 * Recursive tuple implementation. Here we store the @c Head element
226 * Recursive case for tuple_element: strip off the first element in
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
tuple 65 * as a recursive inheritance hierarchy from the first element (most
82 * Recursive tuple implementation. Here we store the @c Head element
226 * Recursive case for tuple_element: strip off the first element in
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
tuple 65 * as a recursive inheritance hierarchy from the first element (most
82 * Recursive tuple implementation. Here we store the @c Head element
226 * Recursive case for tuple_element: strip off the first element in
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 449 class Recursive(Structure):
453 Recursive._fields_ = [("next", Recursive)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 449 class Recursive(Structure):
453 Recursive._fields_ = [("next", Recursive)]
  /system/core/toolbox/grep/
util.c 108 * Processes a directory when a recursive search is performed with
150 /* Print a warning for recursive directory loop */
151 warnx("warning: %s: recursive directory loop",
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 80 // itself is write-recursive which is an exception to Google's mutex usage.
85 // We do this as follows: on a recursive call of MemoryRegionMap's
302 "recursive lock nesting unexpectedly deep");
556 RAW_VLOG(12, "Saving recursive insert of region %p..%p from %p",
622 // there, to prevent overrunning saved_regions in recursive
    [all...]
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 19 // recursive by an associative and commutative expression to use an
204 // Second pass, change any tail recursive calls to loops.
300 // return would exit as it was when the initial iteration of the recursive
545 // If this function has self recursive calls in the tail position where some
556 // parameters passed into the tail-recursive call.
633 // in unconditional branch and recursive call(s).
  /ndk/sources/host-tools/make-3.81/
implicit.c 196 is set up as a target by the recursive call and is also made a dependency
215 recursive calls. It never contains any data
216 except during a recursive call. */
462 /* Mark this rule as in use so a recursive
765 /* This rule is no longer `in use' for recursive searches. */
833 found for it in the recursive pattern_search call.
  /build/tools/atree/
files.cpp 142 // Note: rather than be fancy to detect recursive replacements,
161 fprintf(stderr, "Recursive replacement detected during variables "
  /development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java 226 * Recursive class definitions aren't allowed in Java code, but
230 throw new RuntimeException("Recursive invoke; current class is "
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java 56 * recursive rules that we should ignore during analysis.
110 // record left-recursive rule, but don't go back in
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 97 /** Perform a non-recursive pre-order/post-order traversal,
147 /** Perform a non-recursive pre-order/post-order traversal,

Completed in 2753 milliseconds

<<21222324252627282930>>