HomeSort by relevance Sort by last modified time
    Searched full:recursive (Results 376 - 400 of 1418) sorted by null

<<11121314151617181920>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 216 // We don't print mDataConnection because its recursive.
  /ndk/sources/cxx-stl/gabi++/src/
vmi_class_type_info.cc 101 // publicity in the recursive caller-side.
  /ndk/sources/host-tools/make-3.81/
README.Amiga 58 If you plan to use recursive makes, install make resident:
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
parallelism 69 # function in an exported recursive variable. I added some code to check
  /ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp 8 // This test case triggers up to DEPTH recursive calls to function
  /ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp 8 // This test case triggers up to DEPTH recursive calls to function
  /pdk/build/
prepare_pdk_tree.py 80 # remove existing link first to prevent recursive loop
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 279 * This is a recursive call that updates the whole hierarchy starting at the given
402 * Recursive internal version of {@link #findViewInfoAt(int, int)}. Please don't use directly.
479 * Recursive internal version of {@link #findViewInfoAt(int, int)}. Please don't use directly.
530 * Internal recursive version of {@link #findAltViewInfoAt(int, int, CanvasViewInfo)}.
  /system/extras/tests/sdcard/
sysutil.h 46 // .resetDirectory Delete (non-recursive) files in a directory.
  /external/icu4c/data/
Makefile.in 109 .PHONY : all all-local all-recursive install install-local install-files \
110 install-recursive clean clean-local clean-recursive distclean \
111 distclean-local distclean-recursive dist dist-local dist-recursive \
112 check check-local check-recursive build-local clean-resindex build-dir icudata.jar \
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/
ChangeLog 240 * scripts/features/parallelism: Add a test for exporting recursive
350 * scripts/features/patspecific_vars: Test simple/recursive
445 * scripts/functions/eval: Test very recursive $(eval ...) calls
453 * scripts/functions/call: Test recursive argument masking (bug
645 recursive invocations of $(call ...) to break. I can't come up
647 the fix to 1527 and added a test case for recursive calls. This
735 behave properly when used with recursive targets".
  /bootable/recovery/updater/
install.c 298 bool recursive = (strcmp(name, "delete_recursive") == 0); local
302 if ((recursive ? dirUnlinkHierarchy(paths[i]) : unlink(paths[i])) == 0)
524 bool recursive = (strcmp(name, "set_perm_recursive") == 0); local
526 int min_args = 4 + (recursive ? 1 : 0);
551 if (recursive) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 19 // recursive by an associative and commutative expression to use an
277 // return would exit as it was when the initial iteration of the recursive
522 // If this function has self recursive calls in the tail position where some
533 // parameters passed into the tail-recursive call.
610 // in unconditional branch and recursive call(s).
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 267 // recursive protos in separate files can successfully reference each other.
523 // Mutually recursive with PrintNestedDescriptors().
598 // Mutually recursive with PrintDescriptor().
620 // Mutually recursive with PrintNestedMessages().
642 // Mutually recursive with PrintMessage().
    [all...]
  /external/regex-re2/doc/
syntax.html 360 <tr><td><code><font color=#808080>(?n)</font></code></td><td>recursive call to regexp capturing group <code>n</code> </td></tr>
361 <tr><td><code><font color=#808080>(?+n)</font></code></td><td>recursive call to relative group <code>+n</code> </td></tr>
362 <tr><td><code><font color=#808080>(?-n)</font></code></td><td>recursive call to relative group <code>-n</code> </td></tr>
364 <tr><td><code><font color=#808080>(?R)</font></code></td><td>recursive call to entire regexp (? <code>(?0)</code>) </td></tr>
365 <tr><td><code><font color=#808080>(?&amp;name)</font></code></td><td>recursive call to named group </td></tr>
367 <tr><td><code><font color=#808080>(?P&gt;name)</font></code></td><td>recursive call to named group </td></tr>
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 125 * Perform a pre-order traversal non-recursive style.
180 * Perform a pre-order traversal non-recursive style.
  /external/chromium/chrome/browser/printing/
print_view_manager.cc 276 // BLOCKS until all the pages are received. (Need to enable recursive task)
416 // Need to enable recursive task.
  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 237 // A recursive template to compare a fixed number
249 // The base of the recursive template: compare one pair of machine words.
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 24 bool rw, bool recursive, bool linker_init) {
37 s->is_recursive = recursive;
  /external/expat/m4/
ltoptions.m4 360 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
361 [m4_define([_LTDL_MODE], [recursive])])
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHTree.java 348 node.setLeftChild(createNode(l, max(l, pivot - 1), lbbox, depth + 1)); //Recursive call
355 node.setRightChild(createNode(pivot, r, rbbox, depth + 1)); //Recursive call
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 163 * Recursive method that builds the full path to this node via its parent links into the given
331 * Non-recursive method that only returns a Data node if this node has a child whose name matches
  /external/libcap-ng/libcap-ng-0.7/m4/
ltoptions.m4 375 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
376 [m4_define([_LTDL_MODE], [recursive])])
  /external/libmtp/m4/
ltoptions.m4 359 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
360 [m4_define([_LTDL_MODE], [recursive])])
  /external/libusb-compat/m4/
ltoptions.m4 359 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
360 [m4_define([_LTDL_MODE], [recursive])])

Completed in 1814 milliseconds

<<11121314151617181920>>