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

1 2

  /external/elfutils/libdw/
dwarf_abbrevhaschildren.c 42 return abbrev == NULL ? -1 : abbrev->has_children;
dwarf_haschildren.c 49 return abbrevp->has_children;
dwarf_aggregate_size.c 149 int has_children = INTUSE(dwarf_child) (die, &enum_child); local
150 if (has_children < 0)
152 if (has_children > 0)
dwarf_siblingof.c 95 else if (this_die.abbrev->has_children)
dwarf_child.c 133 if (! abbrevp->has_children)
dwarf_getabbrev.c 120 abb->has_children = *abbrevp++ == DW_CHILDREN_yes;
  /art/compiler/debug/dwarf/
debug_abbrev_writer.h 66 uint32_t EndAbbrev(Children has_children) {
68 current_abbrev_[has_children_offset_] = has_children;
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_test_common.h 118 // if |has_children| is true.
119 TestAbbrevTable &Abbrev(int code, DwarfTag tag, DwarfHasChild has_children) {
123 D8(static_cast<unsigned>(has_children));
dwarf2reader.h 247 bool has_children; member in struct:dwarf2reader::CompilationUnit::Abbrev
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_symtable.py 81 self.assertTrue(self.top.has_children())
82 self.assertTrue(self.Mine.has_children())
83 self.assertFalse(self.foo.has_children())
  /external/python/cpython2/Lib/test/
test_symtable.py 81 self.assertTrue(self.top.has_children())
82 self.assertTrue(self.Mine.has_children())
83 self.assertFalse(self.foo.has_children())
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_symtable.py 81 self.assertTrue(self.top.has_children())
82 self.assertTrue(self.Mine.has_children())
83 self.assertFalse(self.foo.has_children())
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_symtable.py 81 self.assertTrue(self.top.has_children())
82 self.assertTrue(self.Mine.has_children())
83 self.assertFalse(self.foo.has_children())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_symtable.py 81 self.assertTrue(self.top.has_children())
82 self.assertTrue(self.Mine.has_children())
83 self.assertFalse(self.foo.has_children())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_symtable.py 81 self.assertTrue(self.top.has_children())
82 self.assertTrue(self.Mine.has_children())
83 self.assertFalse(self.foo.has_children())
  /cts/tools/testng/
gen-test-list-xml.py 63 def has_children(self): member in class:BaseNode
100 if not self.has_children():
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 187 : tag(t), has_children(hc), has_sibling_attribute(false), attributes()
201 bool has_children : 1; member in struct:gold::Dwarf_abbrev_table::Abbrev_code
516 has_children() const function in class:gold::Dwarf_die
519 return this->abbrev_code_->has_children;
    [all...]
dwarf_reader.cc 257 // Read the has_children flag.
260 bool has_children = *this->buffer_pos_ == elfcpp::DW_CHILDREN_yes;
264 Abbrev_code* entry = new Abbrev_code(tag, has_children);
911 if (this->has_children())
1166 if (!this->has_children())
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 411 ULong has_children; member in struct:_g_abbv
2581 UInt has_children; local
4168 UInt has_children; local
4440 UInt has_children; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 86 def has_children(self): member in class:SymbolTable
  /external/python/cpython2/Lib/
symtable.py 83 def has_children(self): member in class:SymbolTable
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py 86 def has_children(self): member in class:SymbolTable
  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 86 def has_children(self): member in class:SymbolTable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 86 def has_children(self): member in class:SymbolTable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 86 def has_children(self): member in class:SymbolTable

Completed in 4857 milliseconds

1 2