HomeSort by relevance Sort by last modified time
    Searched full:walk (Results 551 - 575 of 1498) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 688 // We don't walk the target tree element-by-element, and clone each element,
707 // to walk it completely and expand all <use> elements.
733 // We don't walk the target tree element-by-element, and clone each element,
779 // We don't walk the target tree element-by-element, and clone each element,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
files.py 211 for dirpath, dirnames, filenames in os.walk(dirname, topdown=True):
  /external/chromium_org/third_party/bintrees/bintrees/
__init__.py 75 walk forward/backward, O(log(n))
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-fallback.hh 136 /* Now that the first-glyphs are sorted, walk again, populate ligatures. */
  /external/chromium_org/third_party/icu/source/i18n/
selfmt.cpp 429 // walk through the hash table and create a deep clone
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_fence.c 33 * walk through them checking for signaled status each time we receive a
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_ubo_reference.cpp 163 * dereference, walk over the type and emit loads into a temporary.
  /external/chromium_org/third_party/protobuf/python/
setup.py 122 for (dirpath, dirnames, filenames) in os.walk("."):
  /external/chromium_org/tools/telemetry/telemetry/core/
memory_cache_http_server.py 140 for root, dirs, files in os.walk(directory_path):
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
thread.py 200 We do the same deepest-to-shallowest walk of the subrows trying to fit
  /external/chromium_org/v8/src/
hydrogen-environment-liveness.cc 186 // blocks in reverse order and walk backwards through each block. We
hydrogen-infer-representation.cc 62 // so we terminate faster when we walk backwards.
  /external/clang/include/clang/AST/
ASTConsumer.h 55 /// elements). Use Decl::getNextDeclarator() to walk the chain.
  /external/clang/include/clang/Sema/
IdentifierResolver.h 66 /// It will walk or not the parent declaration contexts depending on how
  /external/clang/tools/libclang/
CursorVisitor.h 106 // Cache of pre-allocated worklists for data-recursion walk of Stmts.
  /external/elfutils/src/
ranlib.c 181 /* First we walk through the file, looking for all ELF files to
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 136 /* Now that the first-glyphs are sorted, walk again, populate ligatures. */
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestEverything.java 164 // model.setAnimation("Walk");
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 229 * Also consider small amount of motion as being random walk due
  /external/llvm/include/llvm/Analysis/
Dominators.h 196 B = IDom; // Walk up the tree
392 // Compare the result of the tree walk and the dfs numbers, if expensive
397 "Tree walk disagrees with dfs numbers!");
455 // Walk NodeB immediate dominators chain and find common dominator node.
  /external/llvm/utils/lit/lit/
TestFormats.py 169 for dirname,subdirs,filenames in os.walk(dir):
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_fence.c 33 * walk through them checking for signaled status each time we receive a
  /external/mesa3d/src/glsl/
lower_ubo_reference.cpp 163 * dereference, walk over the type and emit loads into a temporary.
  /external/replicaisland/src/com/replica/replicaisland/
PatrolComponent.java 24 * will walk forward on the map until they hit a direction hot spot or a wall, in which case they
  /external/tinyxml/
xmltest.cpp 274 // Walk all the top level nodes of the document.
293 // Walk all the top level nodes of the document,
304 // Walk all the elements in a node.
315 // Walk all the elements in a node by value.

Completed in 1243 milliseconds

<<21222324252627282930>>