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.py35 it = tu.cursor.get_children()
52 s0_nodes = list(tu_nodes[0].get_children())
74 cursors = list(tu.cursor.get_children())
93 for cursor in tu.cursor.get_children():
240 enum_constants = list(enum.get_children())
259 enum_constants = list(enum.get_children())
275 for c in foo.get_children():
355 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())
383 children = list(teststruct.get_children())
Dtest_location.py66 for n in [n for n in tu.cursor.get_children() if n.spelling == 'one']:
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
Droutes.py30 def get_children(self): member in MultiRoute
43 for route in self.get_children():
53 for route in self.get_children():
60 get_routes = get_children
/external/clang/bindings/python/examples/cindex/
Dcindex-dump.py44 for c in node.get_children()]
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dps_util.py70 children = parent.get_children()
/external/libxml2/python/
Dlibxml.py297 def get_children(self): member in xmlCore
391 children = property(get_children, None, None, "First child node")
/external/clang/bindings/python/clang/
Dcindex.py1473 def get_children(self): member in Cursor
1497 for child in self.get_children():