/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
refactor.py | 239 want a pre-order AST traversal, and post_order is the list that want 240 post-order traversal. 484 def traverse_by(self, fixers, traversal): 491 traversal: a generator that yields AST nodes. 498 for node in traversal:
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
refactor.py | 239 want a pre-order AST traversal, and post_order is the list that want 240 post-order traversal. 484 def traverse_by(self, fixers, traversal): 491 traversal: a generator that yields AST nodes. 498 for node in traversal:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 239 want a pre-order AST traversal, and post_order is the list that want 240 post-order traversal. 484 def traverse_by(self, fixers, traversal): 491 traversal: a generator that yields AST nodes. 498 for node in traversal:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 239 want a pre-order AST traversal, and post_order is the list that want 240 post-order traversal. 484 def traverse_by(self, fixers, traversal): 491 traversal: a generator that yields AST nodes. 498 for node in traversal:
|
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/ |
xml-apis-1.4.01-sources.jar | |
/toolchain/binutils/binutils-2.25/bfd/ |
hash.c | 132 hash table, calling a function on each element. The traversal 141 <<FALSE>>, <<bfd_hash_traverse>> will stop the traversal and 288 You may want a traversal routine. This should just call the 289 traversal routine of the hash table you are deriving from with 295 linker hash table, uses macros for the lookup and traversal
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMIterator.java | 32 * <p>The DTMIterator's traversal semantics, i.e. how it walks the tree, 52 // Constants returned by acceptNode, borrowed from the DOM Traversal chapter 54 // org.w3c.dom.traversal.NodeFilter.FILTER_ACCEPT?
|
/external/clang/docs/tools/ |
dump_ast_matchers.py | 116 # traversal matcher. By default, matchers that take other matchers as 117 # arguments (and are not node matchers) do traversal. We specifically 357 traversal_matcher_table = sort_table('TRAVERSAL', traversal_matchers)
|
/external/llvm/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 151 // block, do a forward depth-first traversal to assign postorder numbers 156 // Initialize the worklist with the roots from the backward traversal. 341 // arguments for any new PHIs added in the forward traversal.
|
/external/mesa3d/src/mapi/glapi/gen/ |
glX_server_table.py | 265 # traversal. When accumulator + M = B, where B is the 266 # maximum number of bits in an opcode, the traversal has 267 # reached a leaf node. The traversal starts with the most
|
/external/v8/src/crankshaft/ |
hydrogen-bce.cc | 86 // We scan the code with a dominator tree traversal. 92 // traversal. 362 // Implement depth-first traversal with a stack.
|
/external/clang/lib/Sema/ |
SemaTemplateVariadic.cpp | 91 /// \brief Suppress traversal into Objective-C container literal 111 /// \brief Suppress traversal into statements and expressions that 121 /// \brief Suppress traversal into types that do not contain 141 /// \brief Suppress traversal of non-parameter declarations, since 150 /// \brief Suppress traversal of template argument pack expansions. 158 /// \brief Suppress traversal of template argument pack expansions. [all...] |
/libcore/ojluni/src/main/java/java/util/stream/ |
StreamSpliterators.java | 88 * leading to the buffer. Used during partial traversal. 95 * Used during partial traversal. 99 /** Next element to consume from the buffer, used during partial traversal */ 102 /** Buffer into which elements are pushed. Used during partial traversal. */ 106 * True if full traversal has occurred (with possible cancelation). 107 * If doing a partial traversal, there may be still elements in buffer. [all...] |
/art/test/961-default-iface-resolution-generated/util-src/ |
generate_java.py | 266 Performs depth-first traversal of the interface tree this interface is the 311 Does depth first traversal of all the interfaces in the list.
|
/external/clang/include/clang/Serialization/ |
ModuleManager.h | 244 /// during the traversal. 246 /// This traversal is intended to support various "lookup"
|
/external/libxml2/include/libxml/ |
xpath.h | 187 * An axis traversal function. To traverse an axis, the engine calls 189 * NULL indicating the end of the axis traversal.
|
/external/v8/src/crankshaft/arm/ |
lithium-gap-resolver-arm.cc | 86 // We can only find a cycle, when doing a depth-first traversal of moves, 105 // Perform a depth-first traversal of the move graph to resolve
|
/external/v8/src/crankshaft/mips/ |
lithium-gap-resolver-mips.cc | 71 // We can only find a cycle, when doing a depth-first traversal of moves, 90 // Perform a depth-first traversal of the move graph to resolve
|
/external/v8/src/crankshaft/mips64/ |
lithium-gap-resolver-mips64.cc | 71 // We can only find a cycle, when doing a depth-first traversal of moves, 90 // Perform a depth-first traversal of the move graph to resolve
|
/external/v8/src/crankshaft/ppc/ |
lithium-gap-resolver-ppc.cc | 73 // We can only find a cycle, when doing a depth-first traversal of moves, 92 // Perform a depth-first traversal of the move graph to resolve
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParserFilter.java | 167 * <br> The constants used here are defined in [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>]
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderSelectorAdapter.java | 197 * Finally we do a depth-first traversal of the constructed tree to re-fill the folderList in 235 // Depth-first traversal of the constructed tree. Flattens the tree back into the
|
/art/compiler/optimizing/ |
dead_code_elimination_test.cc | 117 * post-order traversal of the the dominator tree.
|
/cts/tests/core/runner/src/com/android/cts/core/runner/support/ |
TestNgRunner.java | 141 * Recursively (preorder traversal) apply the filter to all the descriptions.
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorExsltFunction.java | 118 * Non-recursive traversal of FunctionElement tree based on TreeWalker to verify that
|