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

  /external/selinux/libsepol/cil/src/
cil_tree.h 72 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 178 struct cil_tree_node *start_node = node; local
189 while (node != start_node) {
246 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...]
  /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

Completed in 189 milliseconds