HomeSort by relevance Sort by last modified time
    Searched refs:walktree (Results 1 - 11 of 11) sorted by null

  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 87 return filter(lambda x: isinstance(x, Node), walktree(self))
90 return filter(lambda x: isinstance(x, Module), walktree(self))
93 return filter(lambda x: isinstance(x, Interface), walktree(self))
96 return filter(lambda x: isinstance(x, Template), walktree(self))
99 return filter(lambda x: isinstance(x, SupportMacros), walktree(self))
104 return filter(lambda x: isinstance(x, ModuleDeclaration), walktree(self))
107 return filter(lambda x: isinstance(x, InterfaceCall), walktree(self))
110 return filter(lambda x: isinstance(x, AVRule), walktree(self))
113 return filter(lambda x: isinstance(x, TypeRule), walktree(self))
116 return filter(lambda x: isinstance(x, TypeBound), walktree(self)
171 def walktree(node, depthfirst=True, showdepth=False, type=None): function
    [all...]
output.py 51 for node, depth in refpolicy.walktree(self.module, showdepth=True):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py 87 return filter(lambda x: isinstance(x, Node), walktree(self))
90 return filter(lambda x: isinstance(x, Module), walktree(self))
93 return filter(lambda x: isinstance(x, Interface), walktree(self))
96 return filter(lambda x: isinstance(x, Template), walktree(self))
99 return filter(lambda x: isinstance(x, SupportMacros), walktree(self))
104 return filter(lambda x: isinstance(x, ModuleDeclaration), walktree(self))
107 return filter(lambda x: isinstance(x, InterfaceCall), walktree(self))
110 return filter(lambda x: isinstance(x, AVRule), walktree(self))
113 return filter(lambda x: isinstance(x, TypeRule), walktree(self))
116 return filter(lambda x: isinstance(x, TypeBound), walktree(self)
171 def walktree(node, depthfirst=True, showdepth=False, type=None): function
    [all...]
output.py 51 for node, depth in refpolicy.walktree(self.module, showdepth=True):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py 705 def walktree(classes, children, parent): function
712 results.append(walktree(children[c], children, c))
739 return walktree(roots, children, None)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
inspect.py 703 def walktree(classes, children, parent): function
710 results.append(walktree(children[c], children, c))
736 return walktree(roots, children, None)
    [all...]
  /external/python/cpython2/Lib/
inspect.py 704 def walktree(classes, children, parent): function
711 results.append(walktree(children[c], children, c))
738 return walktree(roots, children, None)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 705 def walktree(classes, children, parent): function
712 results.append(walktree(children[c], children, c))
738 return walktree(roots, children, None)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 705 def walktree(classes, children, parent): function
712 results.append(walktree(children[c], children, c))
738 return walktree(roots, children, None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 705 def walktree(classes, children, parent): function
712 results.append(walktree(children[c], children, c))
738 return walktree(roots, children, None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 705 def walktree(classes, children, parent): function
712 results.append(walktree(children[c], children, c))
738 return walktree(roots, children, None)
    [all...]

Completed in 115 milliseconds