Home
last modified time | relevance | path

Searched defs:entry_index (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DLoadedArsc_test.cpp63 const uint16_t entry_index = get_entry_id(app::R::string::string_one); in TEST() local
87 const uint16_t entry_index = get_entry_id(sparse::R::integer::foo_9); in TEST() local
170 uint8_t entry_index = get_entry_id(basic::R::string::test3); in TEST() local
358 const uint16_t entry_index = get_entry_id(overlayable::R::string::overlayable11); in TEST() local
/frameworks/base/libs/androidfw/
DLoadedArsc.cpp237 uint16_t entry_index) { in GetEntry()
245 uint32_t LoadedPackage::GetEntryOffset(const ResTable_type* type_chunk, uint16_t entry_index) { in GetEntryOffset()