HomeSort by relevance Sort by last modified time
    Searched full:recursion (Results 226 - 250 of 864) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/private/
arpa_nameser.h 161 ns_f_rd, /* Recursion Desired. */
162 ns_f_ra, /* Recursion Available. */
  /external/chromium/base/synchronization/
condition_variable_win.cc 410 class with a recursion counter. Even more subtle is the fact that the
411 recursion counter (in a Lock) must be protected, as many threads can
  /external/clang/lib/AST/
CXXInheritance.cpp 558 // functions using data recursion and update all of the methods it
590 // Continue recursion to the methods that this virtual method
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java 486 //recursion
533 //recursion
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java 460 //recursion
507 //recursion
    [all...]
  /external/kernel-headers/original/linux/
perf_event.h 801 * Recursion avoidance:
805 int recursion[4]; member in struct:perf_cpu_context
  /external/llvm/docs/CommandGuide/
llvm-ar.pod 69 =item I<Directory Recursion>
190 the F<R> option, the directory recursion will be performed but the file names
  /external/openssh/openbsd-compat/
glob.c 578 * of recursion for each segment in the pattern that contains one or more
850 * pattern causes a recursion level.
  /external/proguard/src/proguard/optimize/
Optimizer.java 583 // Simplify tail recursion calls.
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 478 * Set the maximum message recursion depth. In order to prevent malicious
487 "Recursion limit cannot be negative: " + limit);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_qsort.c 10 * - Explicit recursion, guaranteed not to overflow
167 /* The recursion logic is the same in each case: */
  /external/regex-re2/re2/
regexp.cc 30 // that could cause arbitrarily deep recursion, so
117 // to avoid arbitrarily deep recursion on process stack [sigh].
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 553 // because that would generate infinite recursion.
578 // because that would generate infinite recursion.
  /external/webkit/Source/WebCore/inspector/front-end/
treeoutline.js 319 // again, to prevent infinite recursion.
758 // So default to a recursion cap of 3 levels, since that gives fairly good results.
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 160 // Need to directly access the dictionary because -[NSPrintOperation pageRange] verifies pagination, potentially causing recursion.
168 // Need to directly access the dictionary because -[NSPrintOperation pageRange] verifies pagination, potentially causing recursion.
  /external/zlib/examples/
enough.c 349 /* remove entries as we drop back down in the recursion */
391 /* remove entries as we drop back down in the recursion */
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
a_refl.cpp 154 // backward Levinson recursion
254 /* backward Levinson recursion */
  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 353 // functions using standard recursion relations. Also compute the
354 // table of derivatives using the derivative of the recursion
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 166 ns_f_rd, /* Recursion Desired. */
167 ns_f_ra, /* Recursion Available. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 166 ns_f_rd, /* Recursion Desired. */
167 ns_f_ra, /* Recursion Available. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 166 ns_f_rd, /* Recursion Desired. */
167 ns_f_ra, /* Recursion Available. */
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.inp 479 /* If min = max, continue at the same level without recursion.
490 /* In case the recursion has set more capturing values, save the final
516 /* Recursion matches the current regex, nested. If there are any capturing
612 an empty string - recursion will then try other alternatives, if any. */
618 and reinstate them after the recursion. However, we don't know how many
    [all...]
  /external/jpeg/
configure 247 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
439 # Strip out --no-create and --no-recursion so they do not pile up.
447 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    [all...]
  /external/qemu/distrib/jpeg-6b/
configure 247 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
439 # Strip out --no-create and --no-recursion so they do not pile up.
447 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    [all...]
  /dalvik/vm/
Sync.cpp 879 * value of the recursion count field.
886 * recursion count field.
1034 * lock recursion count field.
    [all...]

Completed in 407 milliseconds

1 2 3 4 5 6 7 8 91011>>