OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_children
(Results
26 - 43
of
43
) sorted by null
1
2
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py
86
def
has_children
(self):
member in class:SymbolTable
/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
...]
readdwarf.c
809
p = ML_(cur_plus)(p,1); /* skip
has_children
flag */
[
all
...]
/external/elfutils/libdw/
libdwP.h
219
bool
has_children
;
member in struct:Dwarf_Abbrev
ChangeLog
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java
289
folderMap.put(FolderColumns.
HAS_CHILDREN
, hasChildren ? 1 : 0);
/toolchain/binutils/binutils-2.25/bfd/
dwarf2.c
284
int
has_children
; /* Boolean. */
member in struct:abbrev_info
844
cur_abbrev->
has_children
= read_1_byte (abfd, abbrev_ptr);
[
all
...]
/external/google-breakpad/src/common/dwarf/
dwarf2reader.h
247
bool
has_children
;
member in struct:dwarf2reader::CompilationUnit::Abbrev
[
all
...]
dwarf2reader.cc
109
abbrev.
has_children
= reader_->ReadOneByte(abbrevptr);
510
if (abbrev.
has_children
) {
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java
[
all
...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java
[
all
...]
/external/elfutils/src/
readelf.c
4667
int
has_children
= dwarf_abbrevhaschildren (&abbrev);
local
[
all
...]
/packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java
[
all
...]
/external/skia/platform_tools/android/bin/linux/
perfhost
/prebuilts/sdk/tools/linux/bin/
arm-linux-androideabi-ld
i686-linux-android-ld
Completed in 1098 milliseconds
1
2