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

<<41424344454647484950>>

  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.cc 249 // Start a recursive decent for depth-first traversal.
448 // that our recursive algorithm will ultimately terminate.
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 604 // We set the current clip to the bounds so that our recursive draws are scissored to them.
728 // set this last because recursive draws may overwrite it back to kNone.
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py 398 def ComputeIDs(self, recursive=True, overwrite=True, seed_hash=None):
406 If recursive is True, recurse into all descendant objects and update their
435 if recursive:
446 child.ComputeIDs(recursive, overwrite, child_hash)
    [all...]
  /external/dnsmasq/src/
forward.c 404 /* Complain loudly if the upstream server is non-recursive. */
409 my_syslog(LOG_WARNING, _("nameserver %s refused to do a recursive query"), daemon->namebuff);
  /external/hyphenation/
hyphen.c 705 // recursive function for compound level hyphenation
896 // recursive hyphenation of the first (compound) level segments
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 604 // We set the current clip to the bounds so that our recursive draws are scissored to them.
728 // set this last because recursive draws may overwrite it back to kNone.
    [all...]
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 262 * Recursive Part (operate on the next arc or the branch)
369 /* Recursive Part (operate on the next arc or the branch)*/
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 512 /* Helpers for printing recursive container types */
600 /* Set while the type is being 'readied', to prevent recursive ready calls */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 512 /* Helpers for printing recursive container types */
600 /* Set while the type is being 'readied', to prevent recursive ready calls */
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 369 * @param recursive if true all subdirectories are searched as well
373 File directory, String[] extensions, boolean recursive) {
382 (recursive ? TrueFileFilter.INSTANCE : FalseFileFilter.INSTANCE));
393 * @param recursive if true all subdirectories are searched as well
398 File directory, String[] extensions, boolean recursive) {
399 return listFiles(directory, extensions, recursive).iterator();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gprof 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-gprof 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/
i686-linux-android-gprof 
  /ndk/sources/host-tools/make-3.81/doc/
make.info-2     [all...]
  /external/antlr/antlr-3.4/runtime/C/
README 113 can throw almost any grammar at ANTLR that is non-left-recursive and
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 340 /** A list of all rules that are in any left-recursive cycle. There
361 /** Each left-recursive precedence rule must define precedence array
    [all...]
  /external/chromium/net/base/
net_util.cc     [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 754 p = _bprint_s(p, end, "RECURSIVE ");
849 * between answers for recursive and non-recursive
    [all...]
  /build/core/
build-system.html 111 <h3>Non-Recursive Make</h3>
113 non-recursively. For more background on this, read <a href="http://aegis.sourceforge.net/auug97.pdf">Recursive Make Considered Harmful</a>. For those that don't
584 remember that this is a non-recursive build system, so it is possible that
    [all...]
  /external/bison/doc/
Doxyfile.in 379 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
383 RECURSIVE = YES
420 # commands irrespective of the value of the RECURSIVE tag.
    [all...]
  /external/chromium_org/chrome/installer/mac/
keystone_install.sh 371 # Returns 0 (true) if xattr supports -r for recursive operation.
529 # -r, --recursive recurse into directories
    [all...]
  /external/chromium_org/third_party/mesa/src/doxygen/
common.doxy 431 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
435 RECURSIVE = NO
469 # commands irrespective of the value of the RECURSIVE tag.
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/dropbear/libtomcrypt/
Doxyfile 431 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
435 RECURSIVE = YES
469 # commands irrespective of the value of the RECURSIVE tag.
    [all...]

Completed in 1612 milliseconds

<<41424344454647484950>>