Home
last modified time | relevance | path

Searched defs:idmap (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/aarch64-paging/src/
Didmap.rs332 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 DOverlayManagerServiceImplTests.java250 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 DIdmapTests.cpp142 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 DPrettyPrintVisitorTests.cpp45 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 DRawPrintVisitorTests.cpp58 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 DIdmap2BinaryTests.cpp56 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/
Didmap.S37 .global idmap symbol
39 idmap: label
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/
Didmap.S37 .global idmap symbol
39 idmap: label
/aosp_15_r20/packages/modules/Virtualization/guest/rialto/
Didmap.S52 .global idmap symbol
54 idmap: label
/aosp_15_r20/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.cpp189 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 DCppAssetManager.java68 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 DIdmap.cpp312 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/
DCookie.py313 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 Didmap.te2 type idmap, domain; type
/aosp_15_r20/system/sepolicy/prebuilts/api/34.0/public/
H A Didmap.te2 type idmap, domain; type
/aosp_15_r20/system/sepolicy/prebuilts/api/31.0/public/
H A Didmap.te2 type idmap, domain; type
/aosp_15_r20/system/sepolicy/prebuilts/api/33.0/public/
H A Didmap.te2 type idmap, domain; type
/aosp_15_r20/system/sepolicy/prebuilts/api/202404/public/
H A Didmap.te2 type idmap, domain; type
/aosp_15_r20/system/sepolicy/public/
H A Didmap.te2 type idmap, domain; type
/aosp_15_r20/system/sepolicy/prebuilts/api/29.0/public/
H A Didmap.te2 type idmap, domain; type
/aosp_15_r20/system/sepolicy/prebuilts/api/32.0/public/
H A Didmap.te2 type idmap, domain; type
/aosp_15_r20/frameworks/base/cmds/idmap2/idmap2/
H A DDump.cpp53 const auto idmap = Idmap::FromBinaryStream(fin); in Dump() local
H A DCreate.cpp107 const auto idmap = Idmap::FromContainers(**target, **overlay, overlay_name, fulfilled_policies, in Create() local
H A DCreateMultiple.cpp118 const auto idmap = in CreateMultiple() local
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_media_engine.cc117 std::map<absl::string_view, int> idmap; in ValidateRtpExtensions() local

123