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

  /external/selinux/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))
117 return filter(lambda x: isinstance(x, TypeAttribute), walktree(self)
168 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))
117 return filter(lambda x: isinstance(x, TypeAttribute), walktree(self)
168 def walktree(node, depthfirst=True, showdepth=False, type=None): function
    [all...]
output.py 51 for node, depth in refpolicy.walktree(self.module, showdepth=True):
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
parser_test.js 19 function walkTree(document, handler) {
68 walkTree(document, function (node) {
120 walkTree(document, function (node) {
  /prebuilts/go/darwin-x86/src/path/filepath/
path_test.go 349 func walkTree(n *Node, path string, f func(path string, n *Node)) {
352 walkTree(e, filepath.Join(path, e.name), f)
357 walkTree(tree, tree.name, func(path string, n *Node) {
371 func markTree(n *Node) { walkTree(n, "", func(path string, n *Node) { n.mark++ }) }
374 walkTree(tree, tree.name, func(path string, n *Node) {
394 walkTree(tree, tree.name, func(path string, n *Node) {
  /prebuilts/go/linux-x86/src/path/filepath/
path_test.go 349 func walkTree(n *Node, path string, f func(path string, n *Node)) {
352 walkTree(e, filepath.Join(path, e.name), f)
357 walkTree(tree, tree.name, func(path string, n *Node) {
371 func markTree(n *Node) { walkTree(n, "", func(path string, n *Node) { n.mark++ }) }
374 walkTree(tree, tree.name, func(path string, n *Node) {
394 walkTree(tree, tree.name, func(path string, n *Node) {
  /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 1337 milliseconds