Home
last modified time | relevance | path

Searched refs:get_children (Results 1 – 9 of 9) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dtest_cursor.py33 it = tu.cursor.get_children()
50 s0_nodes = list(tu_nodes[0].get_children())
72 cursors = list(tu.cursor.get_children())
91 for cursor in tu.cursor.get_children():
178 enum_constants = list(enum.get_children())
197 enum_constants = list(enum.get_children())
213 for c in foo.get_children():
251 for c in bar.get_children():
Dtest_translation_unit.py34 spellings = [c.spelling for c in tu.cursor.get_children()]
42 spellings = [c.spelling for c in tu.cursor.get_children()]
57 spellings = [c.spelling for c in tu.cursor.get_children()]
65 spellings = [c.spelling for c in tu.cursor.get_children()]
Dtest_type.py32 fields = list(teststruct.get_children())
83 children = list(tu.cursor.get_children())
109 fields = list(teststruct.get_children())
347 fields = list(teststruct.get_children())
382 fields = list(teststruct.get_children())
Dtest_location.py66 for n in [n for n in tu.cursor.get_children() if n.spelling == 'one']:
/external/clang/bindings/python/examples/cindex/
Dcindex-dump.py44 for c in node.get_children()]
/external/chromium_org/tools/
Dmulti_process_rss.py46 children = psutil.Process(pid).get_children()
/external/chromium_org/chrome/browser/android/provider/
Dchrome_browser_provider.cc548 bool get_children, in Run() argument
552 model(), id, get_parent, get_children, jnode)); in Run()
558 bool get_children, in RunOnUIThread() argument
582 if (get_children) { in RunOnUIThread()
1533 jboolean get_children) { in GetBookmarkNode() argument
1536 task.Run(id, get_parent, get_children, &jnode); in GetBookmarkNode()
Dchrome_browser_provider.h152 jboolean get_children);
/external/clang/bindings/python/clang/
Dcindex.py1372 def get_children(self): member in Cursor
1396 for child in self.get_children():