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

1 2 3 4 5 67 8 91011>>

  /development/tools/emulator/system/camera/
CallbackNotifier.h 35 * registered in this class, while holding a lock: recursion is quite possible,
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t033backtracking.g 36 * recursion in the declarator rules. I'm putting in a
  /external/antlr/antlr-3.4/runtime/Python/tests/
t033backtracking.g 52 * recursion in the declarator rules. I'm putting in a
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
FASerializer.java 39 /** To prevent infinite recursion when walking state machines, record
  /external/chromium/chrome/browser/sync/glue/
preference_change_processor.cc 49 // Avoid recursion.
  /external/clang/test/SemaCXX/
typo-correction.cpp 161 // PR 12019 - Avoid infinite mutual recursion in DiagnoseInvalidRedeclaration
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
DeadCodeRemover.java 179 * if this is the first recursion
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
LivenessAnalyzer.java 123 * The algorithm in Appel is presented in partial tail-recursion
  /external/emma/core/java12/com/vladium/util/
ClassLoaderResolver.java 28 // NOTE: don't use Logger in this class to avoid infinite recursion
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 77 * To avoid infinite recursion, test suites with these marker features won't
  /external/mesa3d/src/mesa/main/
config.h 58 /** Maximum recursion depth of display list calls */
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 34 * This MemberVisitor simplifies tail recursion calls in all methods that it
  /external/qemu/
qemu-timer.h 102 an infinite recursion! */
  /external/regex-re2/re2/
tostring.cc 57 #define ToString DontCallToString // Avoid accidental recursion.
walker-inl.h 5 // Helper class for traversing Regexps without recursion.
  /external/v8/src/
interface.cc 210 // Avoid infinite recursion on cyclic types.
  /external/valgrind/main/
darwin9.supp 284 # mutex/wrlock which does not support recursion
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/String/
regress-179068.js 86 * duplicate function and this is faster then doing recursion like in the
  /external/webkit/Source/WebCore/html/parser/
HTMLScriptRunner.cpp 131 // Stop watching loads before executeScript to prevent recursion if the script reloads itself.
  /external/webkit/Source/WebCore/inspector/front-end/
BottomUpProfileDataGridTree.js 29 // each child still represent the root node. We have to be particularly careful of recursion with this mode
  /external/webkit/Source/WebCore/svg/
SVGUseElement.cpp 547 // Eventually enter recursion to build SVGElementInstance objects for the sub-tree children
739 // Enter recursion, appending new instance tree nodes to the "instance" object.
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 25 // Implements the recursion y[n]=a0*y[n-1]+a1*y[n-2]+b0*x[n]+b1*x[n-1]+b2*x[n-2]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserDictionary.java 214 // to recursion
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
optimizations.html 117 <dd>Simplifies tail recursion calls, whenever possible.</dd>
  /external/bluetooth/glib/glib/
gmessages.c 422 /* check recursion and lookup handler */
440 /* had to defer debug initialization until we can keep track of recursion */
896 /* we can be called externally with recursion for whatever reason */

Completed in 764 milliseconds

1 2 3 4 5 67 8 91011>>