Home
last modified time | relevance | path

Searched refs:Map (Results 1 – 25 of 2496) sorted by relevance

12345678910>>...100

/aosp12/art/compiler/driver/
H A Dcompiler_options_map-inl.h119 template <typename Map, typename Builder>
126 .IntoKey(Map::CompilerFilter)
130 .IntoKey(Map::CompileArtTest)
169 .IntoKey(Map::GenerateBuildID)
189 .IntoKey(Map::DumpTimings)
198 .IntoKey(Map::DumpStats)
202 .IntoKey(Map::Debuggable)
206 .IntoKey(Map::Baseline)
226 .IntoKey(Map::DumpCFG)
231 .IntoKey(Map::DumpCFGAppend)
[all …]
/aosp12/system/tools/xsdc/src/com/android/xsdc/
H A DXmlSchema.java23 import java.util.Map;
26 final private Map<String, XsdElement> elementMap;
27 final private Map<String, XsdType> typeMap;
28 final private Map<String, XsdAttribute> attributeMap;
30 final private Map<String, XsdGroup> groupMap;
33 XmlSchema(Map<String, XsdElement> elementMap, Map<String, XsdType> typeMap, in XmlSchema()
34 Map<String, XsdAttribute> attributeMap, in XmlSchema()
45 public Map<String, XsdElement> getElementMap() { in getElementMap()
49 public Map<String, XsdType> getTypeMap() { in getTypeMap()
53 public Map<String, XsdAttribute> getAttributeMap() { in getAttributeMap()
[all …]
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
H A DAnimationDynamicColorsHelperTest.java35 import java.util.Map;
43 private static final Map<String, Integer> LIGHT_LAYERS_TO_DARK_COLORS =
57 Map<String, Integer> layerToColor = new HashMap<>(); in setupAnimationDynamicColors_lightMode_containsLightColors()
67 Map<String, Integer> layerToColor = new HashMap<>(); in setupAnimationDynamicColors_darkMode_setsSymmetricDarkColors()
78 Map<String, Integer> layerToColor = new HashMap<>(); in setupAnimationDynamicColors_darkMode_setsAsymmetricColors()
88 Map<String, Integer> layerToColor = in setupAnimationDynamicColors_lightMode_doesNotSetAsymmetricColors()
95 Map<String, Integer> layerToColor = new HashMap<>(); in getUpdatedLayersForMode()
103 Map<String, Integer> layerToColor) { in createAnimationWrapper()
118 Map<String, Integer> result = new HashMap<>();
124 Map<String, Integer> result = new HashMap<>();
[all …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiCarrierInfoStoreManagerData.java31 import java.util.Map;
74 Map<Integer, Boolean> carrierOffloadMap); in fromMergedCarrierNetworkOffloadMapDeserialized()
81 Map<Integer, Boolean> subscriptionOffloadMap); in fromUnmergedCarrierNetworkOffloadMapDeserialized()
134 if (value instanceof Map) { in parseWifiCarrierInfoStoreMaps()
140 if (value instanceof Map) { in parseWifiCarrierInfoStoreMaps()
154 private Map<String, Boolean> integerMapToStringMap(Map<Integer, Boolean> input) { in integerMapToStringMap()
155 Map<String, Boolean> output = new HashMap<>(); in integerMapToStringMap()
159 for (Map.Entry<Integer, Boolean> entry : input.entrySet()) { in integerMapToStringMap()
165 private Map<Integer, Boolean> stringMapToIntegerMap(Map<String, Boolean> input) { in stringMapToIntegerMap()
166 Map<Integer, Boolean> output = new HashMap<>(); in stringMapToIntegerMap()
[all …]
H A DImsiPrivacyProtectionExemptionStoreData.java31 import java.util.Map;
50 Map<Integer, Boolean> toSerialize(); in toSerialize()
95 Map<String, Boolean> protectionExemptionMap = new HashMap<>(); in parseCarrierImsiProtectionExemptionMap()
104 if (value instanceof Map) { in parseCarrierImsiProtectionExemptionMap()
105 protectionExemptionMap = (Map<String, Boolean>) value; in parseCarrierImsiProtectionExemptionMap()
117 private Map<String, Boolean> integerMapToStringMap(Map<Integer, Boolean> input) { in integerMapToStringMap()
118 Map<String, Boolean> output = new HashMap<>(); in integerMapToStringMap()
122 for (Map.Entry<Integer, Boolean> entry : input.entrySet()) { in integerMapToStringMap()
127 private Map<Integer, Boolean> stringMapToIntegerMap(Map<String, Boolean> input) { in stringMapToIntegerMap()
128 Map<Integer, Boolean> output = new HashMap<>(); in stringMapToIntegerMap()
[all …]
/aosp12/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DViewDumpParser.java8 import java.util.Map;
11 private Map<String, Short> mIds;
12 private List<Map<Short,Object>> mViews;
31 if (o instanceof Map) { in parse()
33 mViews.add((Map<Short, Object>) o); in parse()
47 Map<Short,Object> idMap = mViews.remove(mViews.size() - 1); in parse()
56 Map<Short, Object> props = mViews.get(0); in getFirstView()
71 private static Map<String, Short> reverse(Map<Short, Object> m) { in reverse()
74 for (Map.Entry<Short, Object> e : m.entrySet()) { in reverse()
81 public List<Map<Short, Object>> getViews() { in getViews()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DContextComponentResolver.java26 import java.util.Map;
36 private final Map<Class<?>, Provider<Activity>> mActivityCreators;
37 private final Map<Class<?>, Provider<Service>> mServiceCreators;
38 private final Map<Class<?>, Provider<SystemUI>> mSystemUICreators;
39 private final Map<Class<?>, Provider<RecentsImplementation>> mRecentsCreators;
43 ContextComponentResolver(Map<Class<?>, Provider<Activity>> activityCreators, in ContextComponentResolver()
44 Map<Class<?>, Provider<Service>> serviceCreators, in ContextComponentResolver()
45 Map<Class<?>, Provider<SystemUI>> systemUICreators, in ContextComponentResolver()
46 Map<Class<?>, Provider<RecentsImplementation>> recentsCreators, in ContextComponentResolver()
47 Map<Class<?>, Provider<BroadcastReceiver>> broadcastReceiverCreators) { in ContextComponentResolver()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DScrimControllerTest.java79 import java.util.Map;
259 assertScrimAlpha(Map.of( in transitionToKeyguard()
275 assertScrimAlpha(Map.of( in transitionToShadeLocked()
293 assertScrimAlpha(Map.of( in transitionToShadeLocked_clippingQs()
309 assertScrimAlpha(Map.of( in transitionToOff()
326 assertScrimAlpha(Map.of( in transitionToAod_withRegularWallpaper()
344 assertScrimAlpha(Map.of( in transitionToAod_withAodWallpaper()
353 assertScrimAlpha(Map.of( in transitionToAod_withAodWallpaper()
366 assertScrimAlpha(Map.of( in transitionToAod_withAodWallpaperAndLockScreenWallpaper()
385 assertScrimAlpha(Map.of( in setHasBackdrop_withAodWallpaperAndAlbumArt()
[all …]
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/visibilitystore/
H A DVisibleToPackagesMap.java23 import java.util.Map;
37 private final Map<String, Map<String, Map<String, Set<PackageIdentifier>>>> mMap =
48 @NonNull Map<String, Set<PackageIdentifier>> schemaToPackageIdentifier) { in setVisibleToPackages()
49 Map<String, Map<String, Set<PackageIdentifier>>> databaseToSchemaTypeToVisibility = in setVisibleToPackages()
69 Map<String, Map<String, Set<PackageIdentifier>>> databaseToSchemaTypeToVisibility = in getAccessiblePackages()
74 Map<String, Set<PackageIdentifier>> schemaTypeToVisibility = in getAccessiblePackages()
/aosp12/system/tools/aidl/tests/android/aidl/tests/map/
H A DFoo.aidl24 Map<String, IntEnum[]> intEnumArrayMap;
25 Map<String, int[]> intArrayMap;
26 Map<String, Bar> barMap;
27 Map<String, Bar[]> barArrayMap;
28 Map<String, String> stringMap;
29 Map<String, String[]> stringArrayMap;
30 Map<String, IEmpty> interfaceMap;
31 Map<String, IBinder> ibinderMap;
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java42 import java.util.Map;
43 import java.util.Map.Entry;
67 private Result(Map<String, ClassReader> found, Map<String, ClassReader> deps, in Result()
79 public Map<String, ClassReader> getDeps() { in getDeps()
363 Map<String, ClassReader> inKeep, in getVisitor()
364 Map<String, ClassReader> outKeep, in getVisitor()
365 Map<String, ClassReader> inDeps, in getVisitor()
366 Map<String, ClassReader> outDeps) { in getVisitor()
375 Map<String, ClassReader> zipClasses, in findDeps()
447 Map<String, ClassReader> inKeep, in DependencyVisitor()
[all …]
/aosp12/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/utils/
H A DJsonMetadataReader.java33 import java.util.Map;
59 static Map<String, DTCMetadata> readDTCsFromJson(InputStream in) in readDTCsFromJson()
62 Map<String, DTCMetadata> metadata = new HashMap<>(); in readDTCsFromJson()
83 Map<String, String> metadata = new HashMap<>(); in readECUsFromJson()
104 static Map<Integer, SensorMetadata> readFloatSensorIndexFromJson(InputStream in) in readFloatSensorIndexFromJson()
118 static Map<Integer, SensorMetadata> readIntegerSensorIndexFromJson(InputStream in) in readIntegerSensorIndexFromJson()
134 private static Map<Integer, SensorMetadata> readSensorIndexFromJson( in readSensorIndexFromJson()
136 Map<String, SensorMetadata> metadata = JsonMetadataReader.readSensorsFromJson(in); in readSensorIndexFromJson()
137 Map<Integer, SensorMetadata> metadataMap = new HashMap<>(); in readSensorIndexFromJson()
162 private static Map<String, SensorMetadata> readSensorsFromJson(InputStream in) in readSensorsFromJson()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleBackupHelperTest.java57 import java.util.Map;
138 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_widgetId_twoDigits()
145 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_peopleTileKey_valid()
152 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_peopleTileKey_validWithSlashes()
159 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_peopleTileKey_negativeNumber()
166 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_contactUri()
173 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_contactUri_valid()
180 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_contactUri_invalidPackageName()
187 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_unknown_unexpectedValueForPeopleTileKey()
194 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_unknown_unexpectedValueForContactUri()
[all …]
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHwTests.java34 import java.util.Map;
58 protected List<Map<String, Object>> getData(String prefix) { in getData()
59 List<Map<String, Object>> myData = new ArrayList<Map<String, Object>>(); in getData()
82 Map<String, Boolean> entries = new HashMap<String, Boolean>(); in getData()
116 private final static Comparator<Map<String, Object>> sDisplayNameComparator =
117 new Comparator<Map<String, Object>>() {
120 public int compare(Map<String, Object> map1, Map<String, Object> map2) {
138 protected void addItem(List<Map<String, Object>> data, String name, Intent intent) { in addItem()
139 Map<String, Object> temp = new HashMap<String, Object>(); in addItem()
148 Map<String, Object> map = (Map<String, Object>)l.getItemAtPosition(position); in onListItemClick()
/aosp12/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableTest.java33 import java.util.Map;
57 protected List<Map<String, Object>> getData(String prefix) { in getData()
58 List<Map<String, Object>> myData = new ArrayList<Map<String, Object>>(); in getData()
81 Map<String, Boolean> entries = new HashMap<String, Boolean>(); in getData()
115 private final static Comparator<Map<String, Object>> sDisplayNameComparator =
116 new Comparator<Map<String, Object>>() {
119 public int compare(Map<String, Object> map1, Map<String, Object> map2) {
137 protected void addItem(List<Map<String, Object>> data, String name, Intent intent) { in addItem()
138 Map<String, Object> temp = new HashMap<String, Object>(); in addItem()
147 Map<String, Object> map = (Map<String, Object>)l.getItemAtPosition(position); in onListItemClick()
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryLoader.java23 import java.util.Map;
27 extends AsyncLoaderCompat<Map<Long, Map<String, BatteryHistEntry>>> {
38 protected void onDiscardResult(Map<Long, Map<String, BatteryHistEntry>> result) { in onDiscardResult()
42 public Map<Long, Map<String, BatteryHistEntry>> loadInBackground() { in loadInBackground()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A DMap.h35 class Map
50 static Map<T,T2> *m_self;
64 ~Map() in ~Map()
77 T2 Map<T,T2>::find(T d1) in find()
92 T Map<T,T2>::find_ele(T d1) in find_ele()
107 T2 Map<T,T2>::begin() in begin()
118 void Map<T,T2>::show() in show()
129 int Map<T,T2>::size() in size()
158 bool Map<T,T2>::erase(T d) in erase()
214 bool Map<T,T2>::eraseall() in eraseall()
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h35 class Map
49 static Map<T,T2> *m_self;
67 ~Map() { in ~Map()
78 T2 Map<T,T2>::find(T d1) in find()
94 T Map<T,T2>::find_ele(T d1) in find_ele()
110 T2 Map<T,T2>::begin() in begin()
122 void Map<T,T2>::show() in show()
133 int Map<T,T2>::size() in size()
164 bool Map<T,T2>::erase(T d) in erase()
221 bool Map<T,T2>::eraseall() in eraseall()
[all …]
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h34 class Map
48 static Map<T,T2> *m_self;
66 ~Map() { in ~Map()
77 T2 Map<T,T2>::find(T d1) in find()
93 T Map<T,T2>::find_ele(T d1) in find_ele()
109 T2 Map<T,T2>::begin() in begin()
121 void Map<T,T2>::show() in show()
132 int Map<T,T2>::size() in size()
163 bool Map<T,T2>::erase(T d) in erase()
220 bool Map<T,T2>::eraseall() in eraseall()
[all …]
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h34 class Map
48 static Map<T,T2> *m_self;
66 ~Map() { in ~Map()
77 T2 Map<T,T2>::find(T d1) in find()
93 T Map<T,T2>::find_ele(T d1) in find_ele()
109 T2 Map<T,T2>::begin() in begin()
121 void Map<T,T2>::show() in show()
132 int Map<T,T2>::size() in size()
163 bool Map<T,T2>::erase(T d) in erase()
220 bool Map<T,T2>::eraseall() in eraseall()
[all …]
/aosp12/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
H A DMap.h34 class Map
48 static Map<T,T2> *m_self;
66 ~Map() { in ~Map()
77 T2 Map<T,T2>::find(T d1) in find()
93 T Map<T,T2>::find_ele(T d1) in find_ele()
109 T2 Map<T,T2>::begin() in begin()
121 void Map<T,T2>::show() in show()
132 int Map<T,T2>::size() in size()
163 bool Map<T,T2>::erase(T d) in erase()
220 bool Map<T,T2>::eraseall() in eraseall()
[all …]
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h34 class Map
48 static Map<T,T2> *m_self;
66 ~Map() { in ~Map()
77 T2 Map<T,T2>::find(T d1) in find()
93 T Map<T,T2>::find_ele(T d1) in find_ele()
109 T2 Map<T,T2>::begin() in begin()
121 void Map<T,T2>::show() in show()
132 int Map<T,T2>::size() in size()
163 bool Map<T,T2>::erase(T d) in erase()
220 bool Map<T,T2>::eraseall() in eraseall()
[all …]
/aosp12/frameworks/base/identity/java/android/security/identity/
H A DCredstoreResultData.java26 import java.util.Map;
38 private Map<String, Map<String, EntryData>> mData = new LinkedHashMap<>();
75 Map<String, EntryData> innerMap = mData.get(namespaceName); in getEntryNames()
84 Map<String, EntryData> innerMap = mData.get(namespaceName); in getRetrievedEntryNames()
89 for (Map.Entry<String, EntryData> entry : innerMap.entrySet()) { in getRetrievedEntryNames()
98 Map<String, EntryData> innerMap = mData.get(namespaceName); in getEntryData()
136 private Map<String, EntryData> getOrCreateInnerMap(String namespaceName) { in getOrCreateInnerMap()
137 Map<String, EntryData> innerMap = mResultData.mData.get(namespaceName); in getOrCreateInnerMap()
146 Map<String, EntryData> innerMap = getOrCreateInnerMap(namespaceName); in addEntry()
152 Map<String, EntryData> innerMap = getOrCreateInnerMap(namespaceName); in addErrorStatus()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java60 import java.util.Map;
102 …private final static Map<ResourceType, Map<String, Integer>> sRevRMap = new EnumMap<>(ResourceType…
110 private final static Map<Object, Map<String, SoftReference<Bitmap>>> sProjectBitmapCache =
112 … private final static Map<Object, Map<String, SoftReference<NinePatchChunk>>> sProject9PatchCache =
119 private static Map<String, Map<String, Integer>> sEnumValueMap;
120 private static Map<String, String> sPlatformProperties;
155 Map<String, Map<String, Integer>> enumValueMap, in init()
211 Map<String, Integer> fullMap = null; in init()
296 Map<String, int[]> styleables = new HashMap<>(); in parseStyleable()
555 Map<String, Integer> map = sRevRMap.get(type); in getResourceId()
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DTestOnlyInsecureCertificateHelperTest.java17 import java.util.Map;
68 Map<String, Pair<SecretKey, byte[]>> rawKeys = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys_emptyKeysList()
69 Map<String, Pair<SecretKey, byte[]>> expectedResult = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys_emptyKeysList()
71 Map<String, Pair<SecretKey, byte[]>> filteredKeys = in testKeepOnlyWhitelistedInsecureKeys_emptyKeysList()
79 Map<String, Pair<SecretKey, byte[]>> rawKeys = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys_singleNonWhitelistedKey()
80 Map<String, Pair<SecretKey, byte[]>> expectedResult = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys_singleNonWhitelistedKey()
85 Map<String, Pair<SecretKey, byte[]>> filteredKeys = in testKeepOnlyWhitelistedInsecureKeys_singleNonWhitelistedKey()
93 Map<String, Pair<SecretKey, byte[]>> rawKeys = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys_singleWhitelistedKey()
100 Map<String, Pair<SecretKey, byte[]>> filteredKeys = in testKeepOnlyWhitelistedInsecureKeys_singleWhitelistedKey()
108 Map<String, Pair<SecretKey, byte[]>> rawKeys = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys()
[all …]

12345678910>>...100