HomeSort by relevance Sort by last modified time
    Searched refs:get_children (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/bindings/python/tests/cindex/
test_cursor.py 33 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():
test_translation_unit.py 34 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()]
test_type.py 32 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())
test_location.py 66 for n in [n for n in tu.cursor.get_children() if n.spelling == 'one']:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 766 children = self.tv.get_children()
791 self.assertEqual(self.tv.get_children(), ())
794 self.assertTrue(isinstance(self.tv.get_children(), tuple))
795 self.assertEqual(self.tv.get_children()[0], item_id)
801 self.assertEqual(self.tv.get_children(child2), (item_id, child3))
810 self.assertEqual(self.tv.get_children(child2), ())
814 self.assertEqual(self.tv.get_children(), ())
845 self.assertEqual(self.tv.get_children(), (item_id, ))
846 self.assertEqual(self.tv.get_children(item_id), (item2, ))
849 self.assertFalse(self.tv.get_children())
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 766 children = self.tv.get_children()
791 self.assertEqual(self.tv.get_children(), ())
794 self.assertTrue(isinstance(self.tv.get_children(), tuple))
795 self.assertEqual(self.tv.get_children()[0], item_id)
801 self.assertEqual(self.tv.get_children(child2), (item_id, child3))
810 self.assertEqual(self.tv.get_children(child2), ())
814 self.assertEqual(self.tv.get_children(), ())
845 self.assertEqual(self.tv.get_children(), (item_id, ))
846 self.assertEqual(self.tv.get_children(item_id), (item2, ))
849 self.assertFalse(self.tv.get_children())
    [all...]
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 44 for c in node.get_children()]
  /bionic/linker/
linker.h 210 soinfo_list_t& get_children();
linker.cpp 636 current_soinfo->get_children().for_each([&](soinfo* child) {
856 si->get_children().for_each([&] (soinfo* child) {
1604 soinfo::soinfo_list_t& soinfo::get_children() { function in class:soinfo
    [all...]
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.h 152 jboolean get_children);
chrome_browser_provider.cc 548 bool get_children,
552 model(), id, get_parent, get_children, jnode));
558 bool get_children,
582 if (get_children) {
    [all...]
  /external/chromium_org/tools/
multi_process_rss.py 46 children = psutil.Process(pid).get_children()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 25 print " ", self.current.get_children()
115 for c in b.get_children():
218 def get_children(self): member in class:Block
354 children = b.get_children()
symbols.py 76 def get_children(self): member in class:Scope
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_symtable.py 39 for ch in block.get_children():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 25 print " ", self.current.get_children()
115 for c in b.get_children():
218 def get_children(self): member in class:Block
354 children = b.get_children()
symbols.py 76 def get_children(self): member in class:Scope
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_symtable.py 39 for ch in block.get_children():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 116 def get_children(self): member in class:SymbolTable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 116 def get_children(self): member in class:SymbolTable
  /external/clang/bindings/python/clang/
cindex.py 1372 def get_children(self): member in class:Cursor
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 1187 def get_children(self, item=None): member in class:Treeview
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 1187 def get_children(self, item=None): member in class:Treeview
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h 3141 HRESULT (WINAPI *get_children)(IXMLElement *This,IXMLElementCollection **pp); member in struct:IXMLElementVtbl
3236 HRESULT (WINAPI *get_children)(IXMLElement2 *This,IXMLElementCollection **pp); member in struct:IXMLElement2Vtbl
    [all...]
msxml2.h 6720 HRESULT (WINAPI *get_children)(IXMLElement *This,IXMLElementCollection **pp); member in struct:MSXML2::IXMLElementVtbl
6815 HRESULT (WINAPI *get_children)(IXMLElement2 *This,IXMLElementCollection **pp); member in struct:MSXML2::IXMLElement2Vtbl
    [all...]

Completed in 621 milliseconds

1 2