Home
last modified time | relevance | path

Searched refs:parent_entry (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/startop/view_compiler/
Djava_lang_builder.cc75 const StackEntry& parent_entry = view_stack_.back(); in StartView() local
76 parent = parent_entry.view_var; in StartView()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp1108 const ResolvedBag::Entry* parent_entry = (*parent_bag)->entries; in GetBag() local
1109 const ResolvedBag::Entry* const parent_entry_end = parent_entry + (*parent_bag)->entry_count; in GetBag()
1113 while (map_entry != map_entry_end && parent_entry != parent_entry_end) { in GetBag()
1127 if (child_key <= parent_entry->key) { in GetBag()
1146 memcpy(new_entry, parent_entry, sizeof(*new_entry)); in GetBag()
1151 if (child_key >= parent_entry->key) { in GetBag()
1153 ++parent_entry; in GetBag()
1192 if (parent_entry != parent_entry_end) { in GetBag()
1194 const size_t num_entries_to_copy = parent_entry_end - parent_entry; in GetBag()
1195 memcpy(new_entry, parent_entry, num_entries_to_copy * sizeof(*new_entry)); in GetBag()