/aosp_15_r20/external/rust/android-crates-io/crates/aarch64-paging/src/ |
D | idmap.rs | 332 let mut idmap = IdMap::new(1, 1, TranslationRegime::El1And0); in map_valid() localVariable 347 let mut idmap = IdMap::new(1, 1, TranslationRegime::El1And0); in map_valid() localVariable 362 let mut idmap = IdMap::new(1, 1, TranslationRegime::El1And0); in map_valid() localVariable 380 let mut idmap = IdMap::new(1, 1, TranslationRegime::El1And0); in map_valid() localVariable 395 let mut idmap = IdMap::new(1, 1, TranslationRegime::El1And0); in map_valid() localVariable 413 let mut idmap = IdMap::new(1, 1, TranslationRegime::El1And0); in map_break_before_make() localVariable 436 let mut idmap = IdMap::new(1, 1, TranslationRegime::El1And0); in map_break_before_make() localVariable 567 let mut idmap = IdMap::new(1, 1, TranslationRegime::El1And0); in map_out_of_range() localVariable 596 let mut idmap = IdMap::new(1, 1, TranslationRegime::El1And0); in make_map() localVariable 617 let mut idmap = make_map(); in update_backwards_range() localVariable [all …]
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayManagerServiceImplTests.java | 250 final FakeIdmapDaemon.IdmapHeader idmap = idmapd.getIdmap(overlayPath); in testConfigSignaturePolicyOk() local 270 final FakeIdmapDaemon.IdmapHeader idmap = idmapd.getIdmap(overlayPath); in testConfigSignaturePolicyCertNok() local 287 final FakeIdmapDaemon.IdmapHeader idmap = idmapd.getIdmap(overlayPath); in testConfigSignaturePolicyNoConfig() local 303 final FakeIdmapDaemon.IdmapHeader idmap = idmapd.getIdmap(overlayPath); in testConfigSignaturePolicyNoRefPkg() local 323 FakeIdmapDaemon.IdmapHeader idmap = idmapd.getIdmap(overlayPath); in testConfigSignaturePolicyRefPkgNotSystem() local
|
/aosp_15_r20/frameworks/base/cmds/idmap2/tests/ |
H A D | IdmapTests.cpp | 142 const auto idmap = std::move(*result); in TEST() local 202 auto& idmap = *idmap_result; in TEST() local 245 auto& idmap = *idmap_result; in TEST() local 302 auto& idmap = *idmap_result; in TEST() local 369 auto& idmap = *idmap_result; in TEST() local 496 const auto idmap = std::move(*result); in TEST() local 653 const auto idmap = Idmap::FromBinaryStream(stream); in TEST() local
|
H A D | PrettyPrintVisitorTests.cpp | 45 const auto idmap = Idmap::FromContainers(**target, **overlay, TestConstants::OVERLAY_NAME_DEFAULT, in TEST() local 66 const auto idmap = Idmap::FromBinaryStream(raw_stream); in TEST() local
|
H A D | RawPrintVisitorTests.cpp | 58 const auto idmap = Idmap::FromContainers(**target, **overlay, TestConstants::OVERLAY_NAME_DEFAULT, in TEST() local 108 const auto idmap = Idmap::FromBinaryStream(raw_stream); in TEST() local
|
H A D | Idmap2BinaryTests.cpp | 56 void AssertIdmap(const Idmap& idmap, const std::string& target_apk_path, in AssertIdmap() 104 const auto idmap = Idmap::FromBinaryStream(fin); in TEST_F() local
|
/aosp_15_r20/packages/modules/Virtualization/guest/vmbase_example/ |
D | idmap.S | 37 .global idmap symbol 39 idmap: label
|
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/ |
D | idmap.S | 37 .global idmap symbol 39 idmap: label
|
/aosp_15_r20/packages/modules/Virtualization/guest/rialto/ |
D | idmap.S | 52 .global idmap symbol 54 idmap: label
|
/aosp_15_r20/frameworks/base/cmds/idmap2/idmap2d/ |
H A D | Idmap2Service.cpp | 189 const auto idmap = Idmap::FromContainers(*GetPointer(*target), **overlay, overlay_name, in createIdmap() local 445 const auto idmap = Idmap::FromBinaryStream(fin); in dumpIdmap() local
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
H A D | CppAssetManager.java | 68 String8 idmap, in asset_path() 80 String8 idmap; field in CppAssetManager.asset_path 622 Asset idmap = openIdmapLocked(ap); in appendPathToResTable_measured() local
|
/aosp_15_r20/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | Idmap.cpp | 312 std::unique_ptr<Idmap> idmap(new Idmap()); in FromBinaryStream() local 423 std::unique_ptr<Idmap> idmap(new Idmap()); in FromContainers() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | Cookie.py | 313 idmap=_idmap, translate=string.translate): argument 453 idmap=_idmap, translate=string.translate): argument
|
/aosp_15_r20/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | idmap.te | 2 type idmap, domain; type
|
/aosp_15_r20/system/sepolicy/prebuilts/api/34.0/public/ |
H A D | idmap.te | 2 type idmap, domain; type
|
/aosp_15_r20/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | idmap.te | 2 type idmap, domain; type
|
/aosp_15_r20/system/sepolicy/prebuilts/api/33.0/public/ |
H A D | idmap.te | 2 type idmap, domain; type
|
/aosp_15_r20/system/sepolicy/prebuilts/api/202404/public/ |
H A D | idmap.te | 2 type idmap, domain; type
|
/aosp_15_r20/system/sepolicy/public/ |
H A D | idmap.te | 2 type idmap, domain; type
|
/aosp_15_r20/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | idmap.te | 2 type idmap, domain; type
|
/aosp_15_r20/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | idmap.te | 2 type idmap, domain; type
|
/aosp_15_r20/frameworks/base/cmds/idmap2/idmap2/ |
H A D | Dump.cpp | 53 const auto idmap = Idmap::FromBinaryStream(fin); in Dump() local
|
H A D | Create.cpp | 107 const auto idmap = Idmap::FromContainers(**target, **overlay, overlay_name, fulfilled_policies, in Create() local
|
H A D | CreateMultiple.cpp | 118 const auto idmap = in CreateMultiple() local
|
/aosp_15_r20/external/webrtc/media/engine/ |
H A D | webrtc_media_engine.cc | 117 std::map<absl::string_view, int> idmap; in ValidateRtpExtensions() local
|