/aosp12/art/dex2oat/linker/ |
H A D | index_bss_mapping_encoder_test.cc | 33 ASSERT_EQ(0u, encoder.GetEntry().GetBssOffset(encoder.GetIndexBits(), 1u, raw_pointer_size)); in TEST() 35 encoder.GetEntry().GetBssOffset(encoder.GetIndexBits(), 5u, raw_pointer_size)); in TEST() 37 encoder.GetEntry().GetBssOffset(encoder.GetIndexBits(), 17u, raw_pointer_size)); in TEST() 43 encoder.GetEntry().GetBssOffset(encoder.GetIndexBits(), 5u, raw_pointer_size)); in TEST() 45 encoder.GetEntry().GetBssOffset(encoder.GetIndexBits(), 17u, raw_pointer_size)); in TEST() 46 ASSERT_EQ(0x00110000u | 17u, encoder.GetEntry().index_and_mask); in TEST() 61 encoder.GetEntry().GetBssOffset(encoder.GetIndexBits(), 5u, raw_pointer_size)); in TEST() 63 encoder.GetEntry().GetBssOffset(encoder.GetIndexBits(), 17u, raw_pointer_size)); in TEST() 69 encoder.GetEntry().GetBssOffset(encoder.GetIndexBits(), 5u, raw_pointer_size)); in TEST() 72 ASSERT_EQ(0x00001100u | 25u, encoder.GetEntry().index_and_mask); in TEST() [all …]
|
H A D | index_bss_mapping_encoder.h | 70 IndexBssMappingEntry GetEntry() { in GetEntry() function
|
H A D | oat_writer.cc | 2831 *init_it = encoder.GetEntry(); in WriteIndexBssMapping() 2837 *init_it = encoder.GetEntry(); in WriteIndexBssMapping()
|
/aosp12/frameworks/base/tools/aapt2/format/proto/ |
H A D | ProtoSerialize_test.cpp | 43 ResourceEntry* GetEntry(ResourceTable* table, const ResourceNameRef& res_name) { in GetEntry() function 779 EXPECT_THAT(GetEntry(&new_table, real_id_resource), IsNull()); in TEST() 784 EXPECT_THAT(GetEntry(&new_table, obfuscated_id_resource, in TEST() 786 EXPECT_THAT(GetEntry(&new_table, obfuscated_id_resource, in TEST() 796 entry = GetEntry(&new_table, obfuscated_integer_resource, integer_three_id); in TEST() 808 entry = GetEntry(&new_table, obfuscated_string_resource, string_test_id); in TEST() 816 entry = GetEntry(&new_table, obfuscated_layout_resource, layout_bar_id); in TEST() 863 EXPECT_THAT(GetEntry(&new_table, obfuscated_id_resource, id_one_id), IsNull()); in TEST() 867 EXPECT_THAT(GetEntry(&new_table, real_id_resource, id_two_id), IsNull()); in TEST() 868 EXPECT_THAT(GetEntry(&new_table, obfuscated_id_resource, id_two_id), NotNull()); in TEST() [all …]
|
/aosp12/frameworks/native/cmds/dumpstate/tests/ |
H A D | dumpstate_smoke_test.cpp | 64 void GetEntry(const ZipArchiveHandle archive, const std::string_view entry_name, ZipEntry* data) { in GetEntry() function 74 GetEntry(*handle, "main_entry.txt", &main_entry); in ExtractBugreport() 82 GetEntry(*handle, bugreport_txt_name, &entry); in ExtractBugreport() 266 GetEntry(handle, filename, &entry); in FileExists() 275 GetEntry(handle, "main_entry.txt", &main_entry); in TEST_F() 289 GetEntry(handle, "version.txt", &entry); in TEST_F() 317 GetEntry(handle, "FS/data/misc/profiles/cur/0/com.android.phone/primary.prof", &entry); in TEST_F()
|
/aosp12/frameworks/base/libs/androidfw/tests/ |
H A D | LoadedArsc_test.cpp | 71 ASSERT_TRUE(LoadedPackage::GetEntry(type.type, entry_index).has_value()); in TEST() 95 ASSERT_TRUE(LoadedPackage::GetEntry(type.type, entry_index).has_value()); in TEST() 217 ASSERT_TRUE(LoadedPackage::GetEntry(type_spec->type_entries[0].type, entry_index).has_value()); in TEST() 399 ASSERT_TRUE(LoadedPackage::GetEntry(type.type, entry_index).has_value()); in TEST()
|
/aosp12/system/keymaster/ng/include/ |
H A D | authorization_set.h | 172 auto entry = GetEntry(tag); in GetTagValue() 206 NullOr<const KeyParameter&> GetEntry(Tag tag) const;
|
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
H A D | authorization_set.h | 185 auto entry = GetEntry(tag); in GetTagValue() 228 NullOr<const KeyParameter&> GetEntry(Tag tag) const;
|
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/ |
H A D | authorization_set.h | 182 auto entry = GetEntry(tag); 222 std::optional<std::reference_wrapper<const KeyParameter>> GetEntry(Tag tag) const;
|
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | authorization_set.h | 181 auto entry = GetEntry(tag); in GetTagValue() 236 NullOr<const KeyParameter&> GetEntry(Tag tag) const;
|
H A D | authorization_set.cpp | 177 NullOr<const KeyParameter&> AuthorizationSet::GetEntry(Tag tag) const { in GetEntry() function in android::hardware::keymaster::V3_0::AuthorizationSet
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | LoadedArsc.h | 169 static base::expected<incfs::map_ptr<ResTable_entry>, NullOrIOError> GetEntry(
|
/aosp12/hardware/interfaces/security/keymint/support/ |
H A D | authorization_set.cpp | 109 std::optional<std::reference_wrapper<const KeyParameter>> AuthorizationSet::GetEntry( in GetEntry() function in aidl::android::hardware::security::keymint::AuthorizationSet
|
/aosp12/frameworks/av/media/extractors/mkv/ |
H A D | MatroskaExtractor.cpp | 348 long res = mCluster->GetEntry(mBlockEntryIndex, mBlockEntry); in advance_l() 474 pEntry = pSH->GetEntry(index); in seek() 1386 mEntry = mSH->GetEntry(index); in MatroskaExtractor()
|
/aosp12/hardware/interfaces/keymaster/4.0/support/ |
H A D | authorization_set.cpp | 178 NullOr<const KeyParameter&> AuthorizationSet::GetEntry(Tag tag) const { in GetEntry() function in android::hardware::keymaster::V4_0::AuthorizationSet
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | LoadedArsc.cpp | 231 base::expected<incfs::map_ptr<ResTable_entry>, NullOrIOError> LoadedPackage::GetEntry( in GetEntry() function in android::LoadedPackage
|