HomeSort by relevance Sort by last modified time
    Searched refs:preorder (Results 1 - 25 of 35) sorted by null

1 2

  /bionic/libc/include/
search.h 16 preorder, enumerator in enum:__anon209
  /development/ndk/platforms/android-21/include/
search.h 16 preorder, enumerator in enum:__anon2158
  /external/libmicrohttpd/src/microhttpd/
tsearch.h 27 preorder, enumerator in enum:__anon15269
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
search.h 16 preorder, enumerator in enum:__anon56235
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
search.h 16 preorder, enumerator in enum:__anon57003
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
search.h 16 preorder, enumerator in enum:__anon57781
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
search.h 16 preorder, enumerator in enum:__anon58559
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
search.h 16 preorder, enumerator in enum:__anon59336
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
search.h 16 preorder, enumerator in enum:__anon60114
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
search.h 16 preorder, enumerator in enum:__anon60882
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
search.h 16 preorder, enumerator in enum:__anon61650
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
search.h 16 preorder, enumerator in enum:__anon62428
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
search.h 16 preorder, enumerator in enum:__anon63206
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
search.h 16 preorder, enumerator in enum:__anon63983
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
search.h 16 preorder, enumerator in enum:__anon64761
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
search.h 16 preorder, enumerator in enum:__anon65529
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
search.h 16 preorder, enumerator in enum:__anon66297
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
search.h 16 preorder, enumerator in enum:__anon67075
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
search.h 16 preorder, enumerator in enum:__anon67853
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
search.h 16 preorder, enumerator in enum:__anon68630
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
search.h 16 preorder, enumerator in enum:__anon69408
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.cpp 199 DFSIterator(Graph *graph, const bool preorder)
210 search(graph->getRoot(), preorder, seq);
220 void search(Graph::Node *node, const bool preorder, const int sequence)
222 if (preorder)
227 search(ei.getNode(), preorder, sequence);
229 if (!preorder)
244 IteratorRef Graph::iteratorDFS(bool preorder)
246 return IteratorRef(new DFSIterator(this, preorder));
249 IteratorRef Graph::safeIteratorDFS(bool preorder)
251 return this->iteratorDFS(preorder);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
visitor.py 9 The ASTVisitor will walk the AST, performing either a preorder or
13 preorder(tree, visitor)
25 child nodes are visited during a preorder walk. (It can't control
59 def preorder(self, tree, visitor, *args): member in class:ASTVisitor
60 """Do preorder walk of tree using visitor"""
106 walker.preorder(tree, visitor)
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
visitor.py 9 The ASTVisitor will walk the AST, performing either a preorder or
13 preorder(tree, visitor)
25 child nodes are visited during a preorder walk. (It can't control
59 def preorder(self, tree, visitor, *args): member in class:ASTVisitor
60 """Do preorder walk of tree using visitor"""
106 walker.preorder(tree, visitor)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
visitor.py 9 The ASTVisitor will walk the AST, performing either a preorder or
13 preorder(tree, visitor)
25 child nodes are visited during a preorder walk. (It can't control
59 def preorder(self, tree, visitor, *args): member in class:ASTVisitor
60 """Do preorder walk of tree using visitor"""
106 walker.preorder(tree, visitor)

Completed in 396 milliseconds

1 2