/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTreeAdaptor.m | 105 /** Track start/stop token for subtree root created for a rule.
|
ANTLRTreeAdaptor.h | 39 - (id)dupTree:(id)aTree; // copies the entire subtree, recursively
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
FilterExprIteratorSimple.java | 273 * false, the subtree should not be called.
|
FilterExprWalker.java | 320 * false, the subtree should not be called.
|
/external/bluetooth/glib/glib/ |
gnode.h | 209 * (only traverses `node' and its subtree).
|
/external/chromium/chrome/browser/ |
utility_process_host.h | 123 // will be given access to the directory subtree that the extension file is
|
/external/chromium/chrome/common/extensions/ |
extension_file_util_unittest.cc | 65 // Uninstall. Should remove entire extension subtree.
|
/external/mesa3d/src/glsl/ |
ir_hierarchical_visitor.h | 146 * assignments for portions of a subtree, which means they need a
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebFrameProxy.cpp | 240 printf("NOTE: Printing subtree.\n");
|
/libcore/xml/src/main/java/org/kxml2/kdom/ |
Element.java | 194 * subtree. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/ |
node_iterators.hpp | 188 // Subtree valid prefix.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/ |
node_iterators.hpp | 188 // Subtree valid prefix.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/ |
node_iterators.hpp | 188 // Subtree valid prefix.
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
node_iterators.hpp | 188 // Subtree valid prefix.
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
node_iterators.hpp | 188 // Subtree valid prefix.
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
node_iterators.hpp | 188 // Subtree valid prefix.
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
treewizard.py | 196 subtree = self.parseTree() 197 self.adaptor.addChild(root, subtree) 524 on the various nodes and '.' (dot) as the node/subtree wildcard,
|
debug.py | 660 seems to be uniquely triggered when starting a new subtree 696 only when the current subrule (or rule) subtree is 719 """Set the token start/stop token index for a subtree root or node. [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
debug.rb | 616 # seems to be uniquely triggered when starting a new subtree 648 # only when the current subrule (or rule) subtree is 667 # Set the token start/stop token index for a subtree root or node.
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
StepPattern.java | 231 * the current subtree. 236 * @return true if traversal outside the context node's subtree can occur. 976 * Call the visitors on the subtree. Factored out from callVisitors
|
/external/clang/lib/Rewrite/ |
DeltaTree.cpp | 33 /// full delta implied by a whole subtree in constant time. 233 // Okay, this split the subtree, producing a new value and two children to 444 // Otherwise, traverse down the tree. The selected subtree may be
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
RedundentExprEliminator.java | 44 * This class eleminates redundent XPaths from a given subtree, 45 * and also collects all absolute paths within the subtree. First 46 * it must be called as a visitor to the subtree, and then 116 * @param psuedoVarRecipient The owner of the subtree from where the [all...] |
ElemLiteralResult.java | [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
RFC3280CertPathUtilities.java | 1698 GeneralSubtree subtree = GeneralSubtree.getInstance(e.nextElement()); local [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
BaseTreeAdaptor.as | 57 // ensure new subtree root has parent/child index set
|