HomeSort by relevance Sort by last modified time
    Searched defs:preorder (Results 1 - 8 of 8) sorted by null

  /bionic/libc/include/
search.h 16 preorder, enumerator in enum:__anon92
  /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)
  /prebuilts/python/linux-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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
search.h 121 preorder, enumerator in enum:__anon39797
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 121 preorder, enumerator in enum:__anon41388
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 121 preorder, enumerator in enum:__anon42902
  /external/clang/utils/
FindSpecRefs 795 def preorder(node,parents=(),first=True): function
800 for item in preorder(c, parents+(node,)):
858 for path in preorder(node,first=False):
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 38 static reg_errcode_t preorder (bin_tree_t *root,
1235 preorder (bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), function
    [all...]

Completed in 373 milliseconds