HomeSort by relevance Sort by last modified time
    Searched full:walk (Results 226 - 250 of 985) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeNodeStream.m 223 // we'll have to walk from start to stop in tree; we're not keeping
ANTLRTokenRewriteStream.m 476 // Walk buffer, executing instructions and emitting tokens
546 * Don't actually delete; make op null in list. Easier to walk list.
560 // WALK REPLACES
597 // WALK INSERTS
ANTLRTree.h 49 /** Walk upwards and get first ancestor with this token type. */
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 29 /** ANTLR v3 tree grammar to walk trees created by ANTLRv3.g */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammar.java 237 // walk backwards to root, collecting grammars
281 // walk all grammars preorder, priority given to grammar listed first.
458 // first walk to remove all overridden rules
503 // walk all children, adding rules not already defined
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopyOf.java 164 // generated, so we need to only walk the child nodes.
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyIterator.java 113 // Walk through each of the declarations made with xsl:key
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.cc 146 // Walk the children recursively looking for the BrowserAccessibility that
  /external/chromium-trace/trace-viewer/src/tracks/
slice_group_track.js 121 // We do the same deepest-to-shallowest walk of the subrows trying to fit
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
simplefileflags.py 107 for root, subdirs, files in os.walk(start):
  /external/clang/include/clang/AST/
ASTConsumer.h 54 /// elements). Use Decl::getNextDeclarator() to walk the chain.
  /external/clang/lib/Analysis/
CocoaConventions.cpp 27 // Recursively walk the typedef stack, allowing typedefs of reference types.
  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 112 /// local walk over our contained deltas.
164 /// local walk over our contained deltas.
340 /// VerifyTree - Walk the btree performing assertions on various properties to
409 // Walk down the tree.
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefBranchChecker.cpp 75 // branch condition." We do a recursive walk of the condition's
  /external/clang/test/Parser/
cxx-template-decl.cpp 14 // verifies that we only walk to the ',' & still produce errors on the rest of the template parameters
  /external/clang/tools/scan-build/
set-xcode-analyzer 22 for root, dirs, files in os.walk(path):
  /external/compiler-rt/lib/
gcc_personality_v0.c 217 /* Walk call-site table looking for range that includes current PC. */
  /external/elfutils/libelf/
elf_rawdata.c 75 we can simply walk the list of data records. */
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
BresenhamYUpGridTracer.java 123 // Walk us to our next location based on distances to next X or Z grid
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestOgreComplexAnim.java 88 feet.setAnim("Walk", 15);
  /external/libmtp/
TODO 105 list before we start sorting and building that tree. We walk the
  /external/libvpx/libvpx/tools/
intersect-diffs.py 80 """Walk a file-like object, yielding DiffHunks as they're parsed."""
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 161 // Allow clients to walk the list of nested loops...
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 81 /// function that knows how to walk the stack and find out which stub the
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 126 // Walk the /proc tree looking for the oprofile daemon

Completed in 524 milliseconds

1 2 3 4 5 6 7 8 91011>>