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

<<31323334353637383940>>

  /external/chromium_org/third_party/icu/source/i18n/
rbt.cpp 237 // A Complication: compound transliterators can result in recursive entries to this
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.h 142 * function), though allocation is discouraged, since recursive callbacks are
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.h 142 * function), though allocation is discouraged, since recursive callbacks are
  /external/chromium_org/third_party/jinja2/
parser.py 182 extra_end_rules=('name:recursive',))
186 recursive = self.stream.skip_if('name:recursive')
193 recursive, lineno=lineno)
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java 259 // Find the relevant piece by recursive descent
295 * Takes a substring of this one. This involves recursive descent along the
301 * recursive call chain, terminating at a leaf node. Thus the result will be a
697 * information which would exist on the stack in a recursive traversal instead
    [all...]
  /external/chromium_org/third_party/re2/re2/
walker-inl.h 11 // the Visitor pattern is recursive.
  /external/chromium_org/third_party/re2/util/
mutex.h 90 // mode, that's most likely to happen in recursive function calls),
  /external/chromium_org/third_party/skia/src/core/
SkRTree.h 161 * This performs a bottom-up bulk load using the STR (sort-tile-recursive) algorithm, this
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicToQuads.cpp 116 // FIXME: when called from recursive intersect 2, this could take the original cubic
  /external/chromium_org/third_party/sqlite/src/src/
test_mutex.c 249 "fast", "recursive", "static_master", "static_mem",
vdbe.h 84 void *token; /* id that may be used to recursive triggers */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-eval.c 34 * Recursive-descent parser. Called with a single boolean operand,
  /external/chromium_org/tools/gn/
label.cc 173 // empty so we can't allow the recursive call of this function to do this
toolchain_manager.h 45 // having deadlock do to acquiring multiple locks, or recursive locking
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 40 """Transforms a tool name like recursive-mirror to RecursiveMirror."""
  /external/chromium_org/tools/gyp/tools/
pretty_sln.py 162 if '--recursive' in sys.argv:
  /external/chromium_org/tools/oopif/
iframe_server.py 195 # for the recursive generation.
  /external/chromium_org/v8/src/
liveedit-debugger.js 295 // The recursive function, that goes over all children of a particular
574 // Recursive function that builds a branch of tree.
616 // A recursive function that processes internals of a function and all its
704 // A recursive function that tries to find a correspondence for all
    [all...]
  /external/chromium_org/v8/test/benchmarks/
testcfg.py 87 "sunspider/controlflow-recursive",
  /external/chromium_org/v8/test/mjsunit/
array-bounds-check-removal.js 203 // A test for recursive decomposition
fuzz-natives-part1.js 129 // These functions do nontrivial error checking in recursive calls,
fuzz-natives-part2.js 129 // These functions do nontrivial error checking in recursive calls,
fuzz-natives-part3.js 129 // These functions do nontrivial error checking in recursive calls,
fuzz-natives-part4.js 129 // These functions do nontrivial error checking in recursive calls,
  /external/chromium_org/webkit/browser/fileapi/
file_system_dir_url_request_job_unittest.cc 123 false /* recursive */));

Completed in 3072 milliseconds

<<31323334353637383940>>