/external/valgrind/main/callgrind/ |
bbcc.c | 134 /* All BBCCs for recursion level 0 are inserted into a 138 * BBCCs for other recursion levels are in bbcc->rec_array. 315 * Recursion level doesn't need to be set as this is not included 401 /* new BBCC will only have differing recursion level */ 547 * pointer to costs for current thread/context/recursion level 664 * - jump is to first instruction of a function (tail recursion) 667 /* This is for detection of optimized tail recursion.
|
/bionic/libm/src/ |
e_jn.c | 29 * for n<x, forward recursion us used starting 33 * recursion is used starting from a supposed value 39 * that forward recursion is used for all
|
/external/v8/src/ |
handles.cc | 804 // length of the string. It doesn't flatten the string and has log(n) recursion 814 // This function conceptually uses recursion on the two halves of cons strings. 815 // However, in order to avoid the recursion going too deep it recurses on the 817 // eliminating it as a tail recursion). This means it counts the UTF-8 length 822 // recursion cannot always be avoided. This case is detected, and the failure 848 // Right hand side is shorter. No need to check the recursion depth [all...] |
/ndk/sources/host-tools/make-3.81/doc/ |
make.texi | 205 * Recursion:: Invoking @code{make} from makefiles. 222 * Variables/Recursion:: How to communicate variables to a sub-@code{make}. 223 * Options/Recursion:: How to communicate options to a sub-@code{make}. [all...] |
/external/icu4c/i18n/unicode/ |
colldata.h | 371 * limit the amount of recursion, a "history" list is used to record 373 * If the same offset is visited again during the recursion, the answer
|
/external/kernel-headers/original/linux/ |
lockdep.h | 224 * 1: read-acquire (no recursion allowed) 225 * 2: read-acquire with same-instance recursion allowed
|
/external/tcpdump/ |
nameser.h | 244 #define DNS_RD(np) ((np)->flags1 & 0x01) /* recursion desired */ 246 #define DNS_RA(np) ((np)->flags2 & 0x80) /* recursion available */
|
/frameworks/base/core/java/android/os/ |
IBinder.java | 63 * <p>The Binder system also supports recursion across processes. For example 68 * object being called by B. This ensures that the recursion semantics when
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
ClassDefsSection.java | 154 * @param maxDepth maximum recursion depth; if negative, this will
|
/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDefsSection.java | 154 * @param maxDepth maximum recursion depth; if negative, this will
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
backtracking.rb | 45 * recursion in the declarator rules. I'm putting in a
|
/external/chromium/chrome/browser/printing/ |
print_job.h | 136 // Is Canceling? If so, try to not cause recursion if on FAILED notification,
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
ClassDefsSection.java | 154 * @param maxDepth maximum recursion depth; if negative, this will
|
/external/icu4c/common/ |
uarrsort.c | 109 * It recurses for the smaller sub-array to shorten the recursion depth,
|
/external/llvm/test/Transforms/TailCallElim/ |
reorder_load.ll | 5 ; then eliminate the tail recursion.
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
MessageObject.java | 131 // Dont do recursion on things that are not
|
/external/openssl/crypto/ |
o_str.c | 88 /* Recursion hazard warning! Whenever strncasecmp is #defined as
|
/external/proguard/docs/manual/ |
optimizations.html | 106 <dd>Simplifies tail recursion calls, whenever possible.</dd>
|
/external/regex-re2/re2/ |
make_unicode_casefold.py | 103 # with a recursion depth equal to the size of the largest
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-152646.js | 85 * in response to too deep recursion. We haven't crashed; good!
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8Proxy.cpp | 388 // Compute the source string and prevent against infinite recursion. 390 v8::Local<v8::String> code = v8ExternalString("throw RangeError('Recursion too deep')"); 408 // Run the script and keep track of the current recursion depth. 509 // No artificial limitations on the depth of recursion, see comment in
|
/frameworks/base/docs/html/guide/topics/ui/ |
how-android-draws.jd | 34 during the recursion. At the end of the measure pass, every View has stored
|
/frameworks/base/test-runner/src/android/test/ |
TestCaseUtil.java | 103 * we need to stop the recursion. We use a set of classes to
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
DebugFragment.java | 74 // Note: To prevent recursion while presetting checkboxes, assign all listeners last
|
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/ |
GalleryWidgetMigrator.java | 126 updatePath(file, entries, dbHelper); // recursion
|