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

  /bionic/libc/include/
search.h 16 preorder, enumerator in enum:__anon175
  /development/ndk/platforms/android-L/include/
search.h 16 preorder, enumerator in enum:__anon2525
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
search.h 16 preorder, enumerator in enum:__anon74623
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
search.h 16 preorder, enumerator in enum:__anon75931
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
search.h 16 preorder, enumerator in enum:__anon77241
  /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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
search.h 47 preorder, enumerator in enum:__anon50313
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
search.h 121 preorder, enumerator in enum:__anon46242
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
search.h 121 preorder, enumerator in enum:__anon47978
  /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 195 milliseconds