Searched refs:GetEntryOffset (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/cmds/idmap2/tests/ |
D | IdmapTests.cpp | 91 ASSERT_EQ(data->GetEntryOffset(), 0U); in TEST() 111 ASSERT_EQ(types[0]->GetEntryOffset(), 0U); in TEST() 117 ASSERT_EQ(types[1]->GetEntryOffset(), 3U); in TEST() 151 ASSERT_EQ(types[0]->GetEntryOffset(), 0U); in TEST() 157 ASSERT_EQ(types[1]->GetEntryOffset(), 3U); in TEST() 217 ASSERT_EQ(types[0]->GetEntryOffset(), 0U); in TEST() 223 ASSERT_EQ(types[1]->GetEntryOffset(), 12U); in TEST() 254 ASSERT_EQ(types[0]->GetEntryOffset(), 8U); in TEST() 284 ASSERT_EQ(types[0]->GetEntryOffset(), 9U); in TEST() 313 ASSERT_EQ(types[0]->GetEntryOffset(), 8U); in TEST() [all …]
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | RawPrintVisitor.cpp | 67 print(static_cast<uint16_t>(type_entry.GetEntryOffset()), "entry offset"); in visit() 75 type_entry.GetEntryOffset() + i); in visit()
|
D | PrettyPrintVisitor.cpp | 60 RESID(last_seen_package_id_, type_entry.GetTargetTypeId(), type_entry.GetEntryOffset() + i); in visit()
|
D | BinaryStreamVisitor.cpp | 72 Write16(type_entry.GetEntryOffset()); in visit()
|
/frameworks/base/cmds/idmap2/include/idmap2/ |
D | Idmap.h | 178 inline uint16_t GetEntryOffset() const { in GetEntryOffset() function
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | LoadedArsc.h | 153 static uint32_t GetEntryOffset(const ResTable_type* type_chunk, uint16_t entry_index);
|
/frameworks/base/libs/androidfw/ |
D | LoadedArsc.cpp | 241 uint32_t entry_offset = GetEntryOffset(type_chunk, entry_index); in GetEntry() 248 uint32_t LoadedPackage::GetEntryOffset(const ResTable_type* type_chunk, uint16_t entry_index) { in GetEntryOffset() function in android::LoadedPackage
|
D | AssetManager2.cpp | 471 const uint32_t offset = LoadedPackage::GetEntryOffset(type, local_entry_idx); in FindEntry() 517 const uint32_t offset = LoadedPackage::GetEntryOffset(*iter, local_entry_idx); in FindEntry()
|