/external/selinux/libsepol/cil/src/ |
cil_tree.h | 68 int cil_tree_walk(struct cil_tree_node *start_node, int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), int (*first_child)(struct cil_tree_node *node, void *extra_args), int (*last_child)(struct cil_tree_node *node, void *extra_args), void *extra_args);
|
cil_tree.c | 92 struct cil_tree_node *start_node = node; local 103 while (node != start_node) { 160 start_node: root node to start walking from [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlTree.java | 362 public int start_node; field in class:HtmlTree.Block 428 b.start_node = blockStart; 439 b.start_node = blockStart; 448 b.start_node + "-" + b.end_node + " " + 449 getPlainText(b.start_node, b.end_node)); [all...] |
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
printers.py | 153 def __init__ (self, start_node, start_cur, start_last, 155 self.node = start_node
|
/prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/stlport/ |
printers.py | 153 def __init__ (self, start_node, start_cur, start_last, 155 self.node = start_node
|
/prebuilts/gdb/linux-x86/share/pretty-printers/stlport/stlport/ |
printers.py | 153 def __init__ (self, start_node, start_cur, start_last, 155 self.node = start_node
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 152 def __init__ (self, start_node, start_cur, start_last, 154 self.node = start_node
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 153 def __init__ (self, start_node, start_cur, start_last, 155 self.node = start_node
|