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

<<21222324252627282930>>

  /external/chromium_org/v8/src/
hydrogen-environment-liveness.cc 186 // blocks in reverse order and walk backwards through each block. We
  /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.
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 152 * to walk through the actual application data.
  /ndk/build/core/
definitions-graph.mk 437 # Return breadth-first walk of a graph, starting from an arbitrary
440 # This performs a breadth-first walk of the graph and will return a
494 # Return breadth-first walk of a graph, starting from an arbitrary
497 # This performs a breadth-first walk of the graph and will return a
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 165 for dirpath, dirnames, filenames in os.walk(base_dir):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 177 # this file is run from its parent directory, so walk up the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 165 for dirpath, dirnames, filenames in os.walk(base_dir):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 177 # this file is run from its parent directory, so walk up the
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 746 * method once for every block. This depth-first walk may be run forward
749 * @param reverse true if this should walk backwards from the exit points
806 // We walk the tree this way for historical reasons...
  /dalvik/vm/arch/arm/
CallEABI.S 293 * Walk through the argument list, counting up the number of 32-bit words
294 * required to contain it. Then walk through it a second time, copying
352 @ We need to copy words from [r7] to [r8]. We walk forward through
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 197 // walk set and add each interval
400 * just walk them together. This is roughly O(min(n,m)) for interval
547 * and disjoint, equals is a simple linear walk over both lists
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 21 """ A version of os.walk that yields results in order sorted by name.
23 This is to prevent spurious docs changes due to os.walk returning items in a
26 for base, dirs, files in os.walk(path):
  /external/chromium_org/content/browser/worker_host/
worker_service_impl.cc 415 // Walk the worker's filter list to see if this client is listed. If not,
671 // Walk the pending instances looking for a matching pending worker.
688 // Walk the pending instances looking for a matching pending worker.

Completed in 1545 milliseconds

<<21222324252627282930>>