HomeSort by relevance Sort by last modified time
    Searched refs:HashMap (Results 126 - 150 of 2131) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MatrixCursorWithCachedColumns.java 20 import java.util.HashMap;
31 mColumnNameMap = new HashMap<String, Integer>(columnCount, 1);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
DelegatingFieldParser.java 18 import java.util.HashMap;
23 private Map<String, FieldParser> parsers = new HashMap<String, FieldParser>();
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/
BinaryDictEncoderFlattenTreeTests.java 25 import java.util.HashMap;
35 new DictionaryOptions(new HashMap<String, String>()));
  /cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
TestListParser.java 20 import java.util.HashMap;
39 public static HashMap<String, TestSuite> parse(InputStream input) {
40 final HashMap<String, TestSuite> suites = new HashMap<String, TestSuite>();
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechServiceTest.java 24 import java.util.HashMap;
90 private HashMap<String, String> createParams() {
91 HashMap<String, String> params = new HashMap<String,String>();
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
AdvancedMockContext.java 14 import java.util.HashMap;
25 new HashMap<String, SharedPreferences>();
27 private final Map<String, Boolean> mFlags = new HashMap<String, Boolean>();
87 private final Map<String, Object> mData = new HashMap<String, Object>();
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistry.h 38 #include "wtf/HashMap.h"
61 typedef HashMap<CustomElementDescriptor, RefPtr<CustomElementDefinition> > DefinitionMap;
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageCache.h 26 #include "wtf/HashMap.h"
57 typedef HashMap<const ImageResourceClient*, RefPtr<SVGImageForContainer> > ImageForContainerMap;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher.h 56 void appendAcceptedExtension(const String& extensionToken, HashMap<String, String>& extensionParameters);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFDatabaseLoader.h 34 #include "wtf/HashMap.h"
77 typedef HashMap<double, HRTFDatabaseLoader*> LoaderMap;
  /external/chromium_org/third_party/WebKit/public/platform/
WebServiceWorkerRequest.h 15 #include "wtf/HashMap.h"
48 const HashMap<String, String>& headers() const;
  /external/srec/shared/src/
HashMapImpl.c 21 #include "HashMap.h"
30 HashMap **self)
60 *self = (HashMap*) impl;
64 ESR_ReturnCode HashMapCreate(HashMap** self)
69 ESR_ReturnCode HashMapCreateBins(size_t nbBins, HashMap** self)
79 ESR_ReturnCode HashMap_Put(HashMap* self, const LCHAR* key, void* value)
129 ESR_ReturnCode HashMap_Remove(HashMap* self, const LCHAR* key)
134 ESR_ReturnCode HashMap_RemoveAndFree(HashMap* self, const LCHAR* key)
167 ESR_ReturnCode HashMap_RemoveAll(HashMap* self)
172 ESR_ReturnCode HashMap_RemoveAndFreeAll(HashMap* self
    [all...]
  /external/srec/srec/Semproc/include/
SR_SemanticResultImpl.h 26 #include "HashMap.h"
42 HashMap* results;
  /frameworks/ex/common/tests/src/com/android/common/
Rfc822ValidatorTest.java 23 import java.util.HashMap;
92 Map<String, String> fixes = new HashMap<String, String>();
107 Map<String, String> fixes = new HashMap<String, String>();
123 Map<String, String> fixes = new HashMap<String, String>();
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxClassifier.java 27 import java.util.HashMap;
44 private ArrayList<IntFloat> getArrayList(final HashMap<Integer, Float> sample) {
78 public boolean update(final HashMap<Integer, Float> sample, int target) {
90 public int classify(final HashMap<Integer, Float> sample) {
  /packages/apps/Gallery/src/com/android/camera/gallery/
LruCache.java 21 import java.util.HashMap;
27 private final HashMap<K, V> mLruMap;
28 private final HashMap<K, Entry<K, V>> mWeakMap =
29 new HashMap<K, Entry<K, V>>();
  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/tool/
Diff.java 14 private HashMap differentValues = new HashMap();
75 HashMap map1 = dmtsToMap(dmtsPath1);
76 HashMap map2 = dmtsToMap(dmtsPath2);
78 HashMap parms1, parms2;
89 parms1 = (HashMap) map1.get(nodePath);
90 parms2 = (HashMap) map2.get(nodePath);
106 private HashMap dmtsToMap(String dmtsPath) throws Exception {
107 HashMap map = new HashMap();
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
ActivityResultMultiplexedLatch.java 19 import java.util.HashMap;
35 private final HashMap<Integer, Entry> mActivityEntries = new HashMap<Integer, Entry>();
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
StableArrayAdapter.java 19 import java.util.HashMap;
29 HashMap<String, Integer> mIdMap = new HashMap<String, Integer>();
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
StableArrayAdapter.java 19 import java.util.HashMap;
29 HashMap<String, Integer> mIdMap = new HashMap<String, Integer>();
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Provider_ImplTest.java 24 import java.util.HashMap;
52 HashMap hm = new HashMap();
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
ConnectionTest.java 22 import java.util.HashMap;
33 HashMap<String, Integer> thePublicStatics = new HashMap<String, Integer>();
ParameterMetaDataTest.java 22 import java.util.HashMap;
33 HashMap<String, Integer> thePublicStatics = new HashMap<String, Integer>();
ResultSetMetaDataTest.java 22 import java.util.HashMap;
33 HashMap<String, Integer> thePublicStatics = new HashMap<String, Integer>();
StatementTest.java 22 import java.util.HashMap;
33 HashMap<String, Integer> thePublicStatics = new HashMap<String, Integer>();

Completed in 1177 milliseconds

1 2 3 4 56 7 8 91011>>