/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeNodeStream.java | 86 * walk recursively from start until stop. You can always return
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
DFA.js | 124 // walk first to find how big it is.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTree.h | 43 /** Walk upwards and get first ancestor with this token type. */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTree.h | 43 /** Walk upwards and get first ancestor with this token type. */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTree.h | 43 /** Walk upwards and get first ancestor with this token type. */
|
/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/ |
timeline_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 | 51 /// 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. 167 /// local walk over our contained deltas. 343 /// VerifyTree - Walk the btree performing assertions on various properties to 412 // 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/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
|