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.cpp874 const ResolvedBag::Entry* parent_entry = parent_bag->entries; in GetBag() local
875 const ResolvedBag::Entry* const parent_entry_end = parent_entry + parent_bag->entry_count; in GetBag()
878 while (map_entry != map_entry_end && parent_entry != parent_entry_end) { in GetBag()
888 if (child_key <= parent_entry->key) { in GetBag()
907 memcpy(new_entry, parent_entry, sizeof(*new_entry)); in GetBag()
910 if (child_key >= parent_entry->key) { in GetBag()
912 ++parent_entry; in GetBag()
945 if (parent_entry != parent_entry_end) { in GetBag()
947 const size_t num_entries_to_copy = parent_entry_end - parent_entry; in GetBag()
948 memcpy(new_entry, parent_entry, num_entries_to_copy * sizeof(*new_entry)); in GetBag()