Searched refs:has_children (Results 1 - 17 of 17) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_abbrevhaschildren.c64 return abbrev == NULL ? -1 : abbrev->has_children;
H A Ddwarf_haschildren.c83 return die->abbrev->has_children;
H A Ddwarf_child.c165 && (die->abbrev == NULL || die->abbrev->has_children))
171 if (! die->abbrev->has_children)
H A Ddwarf_siblingof.c113 else if (this_die.abbrev->has_children)
H A Ddwarf_getabbrev.c133 abb->has_children = *abbrevp++ == DW_CHILDREN_yes;
H A DlibdwP.h199 int has_children; member in struct:Dwarf_Abbrev
/external/chromium/chrome/browser/sync/glue/
H A Dextension_sync.h36 // Fills in |has_children| with whether or not the root node with the
43 bool* has_children);
H A Dextension_sync.cc24 bool* has_children) {
25 CHECK(has_children);
26 *has_children = false;
33 *has_children = node.GetFirstChildId() != sync_api::kInvalidId;
22 RootNodeHasChildren(const char* tag, sync_api::UserShare* user_share, bool* has_children) argument
/external/linux-tools-perf/util/ui/browsers/
H A Dhists.c50 return self->has_children ? tree__folded_sign(self->unfolded) : ' ';
65 self->unfolded = unfold ? self->has_children : false;
125 if (!self->has_children)
144 chain->ms.has_children = chain->list.next != &child->val ||
147 chain->ms.has_children = chain->list.next == &child->val &&
160 chain->ms.has_children = !RB_EMPTY_ROOT(&self->rb_root);
178 self->ms.has_children = !RB_EMPTY_ROOT(&self->sorted_chain);
214 bool has_children = false; local
219 has_children = chain->ms.has_children;
232 bool has_children = false; local
[all...]
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_frame_gtk.cc85 if (GetRootView()->has_children()) {
H A Dbrowser_frame_win.cc233 if (GetRootView()->has_children()) {
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_exceptions_table_model.cc101 bool has_children = (entry_origin == entry->embedding_origin) && local
105 if (has_children) {
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble.cc311 DCHECK(GetRootView()->has_children());
/external/linux-tools-perf/util/
H A Dsymbol.h128 bool has_children; member in struct:map_symbol
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c896 //UInt has_children;
901 /*has_children = */ get_UChar( c );
903 // acode, pp_DW_TAG(atag), pp_DW_children(has_children));
3143 UInt has_children; local
3159 has_children = get_UChar( &abbv );
3160 if (has_children != DW_children_no && has_children != DW_children_yes)
3161 cc->barf("read_DIE: invalid has_children value");
3223 if (has_children == DW_children_yes) {
3386 UInt has_children; local
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Deula_view.cc108 DCHECK(host->has_children());
/external/elfutils/src/
H A Dreadelf.c4000 int has_children = dwarf_abbrevhaschildren (&abbrev); local
4005 has_children ? gettext ("yes") : gettext ("no"),

Completed in 203 milliseconds