| /libcore/luni/src/main/java/java/util/jar/ |
| StrictJarFile.java | 25 import java.util.HashMap; 64 HashMap<String, byte[]> metaEntries = getMetaEntries(); 215 private HashMap<String, byte[]> getMetaEntries() throws IOException { 216 HashMap<String, byte[]> metaEntries = new HashMap<String, byte[]>();
|
| JarVerifier.java | 30 import java.util.HashMap; 65 private final HashMap<String, byte[]> metaEntries; 68 private final Hashtable<String, HashMap<String, Attributes>> signatures = 69 new Hashtable<String, HashMap<String, Attributes>>(5); 154 JarVerifier(String name, Manifest manifest, HashMap<String, byte[]> metaEntries) { 188 Iterator<Map.Entry<String, HashMap<String, Attributes>>> it = signatures.entrySet().iterator(); 190 Map.Entry<String, HashMap<String, Attributes>> entry = it.next(); 191 HashMap<String, Attributes> hm = entry.getValue(); 308 HashMap<String, Attributes> entries = new HashMap<String, Attributes>() [all...] |
| Manifest.java | 28 import java.util.HashMap; 45 private final HashMap<String, Attributes> entries; 57 private HashMap<String, Chunk> chunks; 69 entries = new HashMap<String, Attributes>(); 97 entries = (HashMap<String, Attributes>) ((HashMap<String, Attributes>) man 104 chunks = new HashMap<String, Chunk>();
|
| /libcore/luni/src/main/java/org/apache/harmony/security/fortress/ |
| Services.java | 23 import java.util.HashMap; 34 * The HashMap that contains information about preferred implementations for 39 private static final HashMap<String, ArrayList<Provider.Service>> services 40 = new HashMap<String, ArrayList<Provider.Service>>(600); 68 private static final HashMap<String, Provider> providersNames 69 = new HashMap<String, Provider>(20); 131 * Adds information about provider services into HashMap.
|
| /libcore/luni/src/test/java/libcore/java/util/ |
| EvilMapTest.java | 20 import java.util.HashMap; 52 // Corrupt one HashMap... 53 HashMap<String, String> map = new HashMap<String, String>(evil); 55 HashMap<String, String> map2 = new HashMap<String, String>();
|
| OldTreeSetTest.java | 22 import java.util.HashMap; 44 HashMap hm = new HashMap(); 79 HashMap hm = new HashMap(); 101 HashMap hm = new HashMap();
|
| /packages/apps/Camera/src/com/android/camera/ui/ |
| ListPrefSettingPopup.java | 33 import java.util.HashMap; 88 ArrayList<HashMap<String, Object>> listItem = 89 new ArrayList<HashMap<String, Object>>(); 91 HashMap<String, Object> map = new HashMap<String, Object>();
|
| EffectSettingPopup.java | 34 import java.util.HashMap; 50 ArrayList<HashMap<String, Object>> mSillyFacesItem = 51 new ArrayList<HashMap<String, Object>>(); 54 ArrayList<HashMap<String, Object>> mBackgroundItem = 55 new ArrayList<HashMap<String, Object>>(); 92 HashMap<String, Object> map = new HashMap<String, Object>();
|
| /packages/apps/Exchange/src/com/android/exchange/eas/ |
| EasConnectionCache.java | 34 import java.util.HashMap; 54 private final HashMap<Long, EmailClientConnectionManager> mConnectionMap; 56 private final HashMap<Long, Long> mConnectionCreationTimes; 77 mConnectionMap = new HashMap<Long, EmailClientConnectionManager>(); 78 mConnectionCreationTimes = new HashMap<Long, Long>();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| ExtractIncludeRefactoringTest.java | 31 import java.util.HashMap; 72 Map<IPath, String> extraFiles = new HashMap<IPath, String>(); 88 Map<IPath, String> extraFiles = new HashMap<IPath, String>(); 105 Map<IPath, String> extraFiles = new HashMap<IPath, String>(); 151 Map<IPath,String> fileToGolden = new HashMap<IPath,String>();
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| AbstractMapTest.java | 25 import java.util.HashMap; 77 AbstractMap map1 = new HashMap(0); 78 assertSame("HashMap(0)", map1.keySet(), map1.keySet()); 80 AbstractMap map2 = new HashMap(10); 81 assertSame("HashMap(10)", map2.keySet(), map2.keySet()); 106 AbstractMap map1 = new HashMap(0); 108 assertSame("HashMap(0)", map1.remove("key"), value); 142 AbstractMap map = new HashMap(); 229 AbstractMap map1 = new HashMap(0); 230 assertSame("HashMap(0)", map1.values(), map1.values()) [all...] |
| /dalvik/dx/src/com/android/dx/merge/ |
| IndexMap.java | 50 import java.util.HashMap; 64 private final HashMap<Integer, Integer> typeListOffsets; 65 private final HashMap<Integer, Integer> annotationOffsets; 66 private final HashMap<Integer, Integer> annotationSetOffsets; 67 private final HashMap<Integer, Integer> annotationSetRefListOffsets; 68 private final HashMap<Integer, Integer> annotationDirectoryOffsets; 69 private final HashMap<Integer, Integer> staticValuesOffsets; 78 this.typeListOffsets = new HashMap<Integer, Integer>(); 79 this.annotationOffsets = new HashMap<Integer, Integer>(); 80 this.annotationSetOffsets = new HashMap<Integer, Integer>() [all...] |
| /frameworks/base/core/java/android/hardware/camera2/params/ |
| StreamConfigurationMap.java | 31 import java.util.HashMap; 104 HashMap<Integer, Integer> map = config.isOutput() ? mOutputFormats : mInputFormats; [all...] |
| /packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
| HbpcdLookupProvider.java | 31 import java.util.HashMap; 67 private static final HashMap<String, String> sIddProjectionMap; 68 private static final HashMap<String, String> sLookupProjectionMap; 69 private static final HashMap<String, String> sConflictProjectionMap; 70 private static final HashMap<String, String> sRangeProjectionMap; 71 private static final HashMap<String, String> sNanpProjectionMap; 72 private static final HashMap<String, String> sArbitraryProjectionMap; 97 sIddProjectionMap = new HashMap<String, String>(); 102 sLookupProjectionMap = new HashMap<String, String>(); 115 sConflictProjectionMap = new HashMap<String, String>() [all...] |
| /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
| DownloadInfoTest.java | 15 import java.util.HashMap; 138 HashMap<AccessorSignature, Method> downloadInfoGetters = 139 new HashMap<AccessorSignature, Method>(); 140 HashMap<AccessorSignature, Method> builderSetters = 141 new HashMap<AccessorSignature, Method>(); 164 HashMap<AccessorSignature, Object> valuesForBuilder = 165 new HashMap<DownloadInfoTest.AccessorSignature, Object>();
|
| /external/jsilver/src/com/google/clearsilver/jsilver/values/ |
| Value.java | 22 import java.util.HashMap; 44 EMPTY_PART_ESCAPED = new HashMap<EscapeMode, Value>(2); 50 EMPTY_UNESCAPED = new HashMap<EscapeMode, Value>(2); 55 ZERO_PART_ESCAPED = new HashMap<EscapeMode, Value>(2); 60 ZERO_UNESCAPED = new HashMap<EscapeMode, Value>(2); 65 ONE_PART_ESCAPED = new HashMap<EscapeMode, Value>(2); 70 ONE_UNESCAPED = new HashMap<EscapeMode, Value>(2);
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/ |
| SampleList.java | 22 HashMap<MediaDataBox, Long> mdatStartCache = new HashMap<MediaDataBox, Long>(); 23 HashMap<MediaDataBox, Long> mdatEndCache = new HashMap<MediaDataBox, Long>(); 80 Map<Long, Long> offsets2Sizes = new HashMap<Long, Long>(); 120 Map<Long, Long> offsets2Sizes = new HashMap<Long, Long>(); 184 Map<Long, Long> offsets2Sizes = new HashMap<Long, Long>();
|
| /frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
| TimeStatsAggregator.java | 23 import java.util.HashMap; 78 HashMap<String,String> feature = new HashMap<String,String>(); 80 HashMap<String, String> features = 134 static HashMap<String, String> getAllTimeFeatures(long utcTime) { 135 HashMap<String, String> features = new HashMap<String, String>();
|
| /frameworks/opt/telephony/src/java/com/google/android/mms/util/ |
| PduCache.java | 26 import java.util.HashMap; 48 private static final HashMap<Integer, Integer> MATCH_TO_MSGBOX_ID_MAP; 67 MATCH_TO_MSGBOX_ID_MAP = new HashMap<Integer, Integer>(); 74 private final HashMap<Integer, HashSet<Uri>> mMessageBoxes; 75 private final HashMap<Long, HashSet<Uri>> mThreads; 79 mMessageBoxes = new HashMap<Integer, HashSet<Uri>>(); 80 mThreads = new HashMap<Long, HashSet<Uri>>();
|
| /packages/apps/LegacyCamera/src/com/android/camera/ui/ |
| EffectSettingPopup.java | 32 import java.util.HashMap; 48 ArrayList<HashMap<String, Object>> mSillyFacesItem = 49 new ArrayList<HashMap<String, Object>>(); 52 ArrayList<HashMap<String, Object>> mBackgroundItem = 53 new ArrayList<HashMap<String, Object>>(); 90 HashMap<String, Object> map = new HashMap<String, Object>();
|
| /packages/apps/OMA-DM/DMService/src/com/android/omadm/service/ |
| DMDatabaseTable.java | 25 import java.util.HashMap; 43 private HashMap<String, String> mColumns = new HashMap<String, String>(); 71 HashMap<String, String> init(SQLiteDatabase db) { 72 HashMap<String, String> ret = null; 79 ret = new HashMap<String, String>(cur.getCount()); 109 * @param row a HashMap that was created from the UmlUtils.readXml() call 111 public void insertRow(SQLiteDatabase db, HashMap row) {
|
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
| BinaryDictionaryTests.java | 36 import java.util.HashMap; 76 Map<String, String> attributeMap = new HashMap<>(); 133 new HashMap<String, String>()); 291 final HashMap<String, Integer> probabilityMap = new HashMap<>(); 412 final HashMap<String, Integer> unigramProbabilities = new HashMap<>(); 413 final HashMap<Pair<String, String>, Integer> bigramProbabilities = new HashMap<>(); 635 final HashMap<String, Integer> unigramProbabilities = new HashMap<>() [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
| DnsSdTxtRecordListenerTest.java | 20 import java.util.HashMap; 81 Map<String, String> ippTxtRecord = new HashMap<String, String>(); 82 Map<String, String> afpTxtRecord = new HashMap<String, String>();
|
| /cts/tests/tests/drm/src/android/drm/cts/ |
| DrmInfoRequestTest.java | 19 import java.util.HashMap; 64 HashMap<String, Object> attributes = new HashMap<String, Object>(3);
|
| /cts/tools/signature-tools/src/signature/compare/model/subst/ |
| ViewpointAdapter.java | 32 import java.util.HashMap; 52 new HashMap<ITypeVariableDefinition, ITypeReference>(); 109 new HashMap<ITypeVariableDefinition, ITypeReference>()));
|