HomeSort by relevance Sort by last modified time
    Searched defs:HashMap (Results 1 - 25 of 59) sorted by null

1 2 3

  /art/libartbase/base/
hash_map.h 54 class HashMap : public HashSet<std::pair<Key, Value>,
67 HashMap() : Base() { }
68 explicit HashMap(const Alloc& alloc)
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
JUnitRunUtil.java 28 import java.util.HashMap;
61 System.currentTimeMillis() - startTime, new HashMap<String, Metric>());
PythonUnitTestResultParser.java 24 import java.util.HashMap;
154 mTestResultCache = new HashMap<>();
302 listener.testEnded(test.getKey(), new HashMap<String, Metric>());
308 listener.testRunEnded(mTotalElapsedTime, new HashMap<String, Metric>());
HostTest.java 71 import java.util.HashMap;
531 HashMap<String, Metric> empty = new HashMap<>();
541 HashMap<String, Metric> emptyMap = new HashMap<>();
565 System.currentTimeMillis() - startTime, new HashMap<String, Metric>());
572 listener.testRunEnded(0, new HashMap<String, Metric>());
579 listener.testRunEnded(0, new HashMap<String, Metric>());
    [all...]
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
CollectionAndMapModifyStreamTest.java 109 Map<Integer, Integer> content = new HashMap<>();
114 Map<String, Supplier<Map<Integer, Integer>>> maps = new HashMap<>();
116 maps.put(HashMap.class.getName(), () -> new HashMap<>(content));
117 maps.put(HashMap.class.getName(), () -> new LinkedHashMap<>(content));
  /packages/apps/Settings/tests/unit/src/com/android/settings/vpn2/
PreferenceListTest.java 34 import java.util.HashMap;
48 final Map<String, LegacyVpnPreference> mLegacyMocks = new HashMap<>();
49 final Map<AppVpnInfo, AppPreference> mAppMocks = new HashMap<>();
112 /* connectedLegacyVpns */ new HashMap<String, LegacyVpnInfo>() {{
132 /* connectedLegacyVpns */ new HashMap<String, LegacyVpnInfo>() {{
  /tools/tradefederation/core/prod-tests/src/com/android/app/tests/
AppLaunchTest.java 38 import java.util.HashMap;
111 System.currentTimeMillis() - startTime, new HashMap<String, Metric>());
127 listener.testEnded(installTest, new HashMap<String, Metric>());
  /tools/tradefederation/core/prod-tests/src/com/android/tradefed/
Sl4aBluetoothDiscovery.java 37 import java.util.HashMap;
132 listener.testEnded(testId, new HashMap<String, Metric>());
134 System.currentTimeMillis() - startTime, new HashMap<String, Metric>());
  /external/v8/src/base/
hashmap.h 15 #include "src/base/hashmap-entry.h"
43 // Clones the given hashmap and creates a copy with the same entries.
339 FATAL("Out of memory: HashMap::Initialize");
385 // Hashmap<void*, void*> which takes a custom key comparison function pointer.
427 // Hashmap<void*, void*> which compares the key pointers directly.
442 typedef PointerTemplateHashMapImpl<DefaultAllocationPolicy> HashMap;
  /tools/tradefederation/core/prod-tests/src/com/android/build/tests/
ImageStats.java 38 import java.util.HashMap;
81 private Map<String, String> mAggregationPattern = new HashMap<>();
125 listener.testEnded(td, new HashMap<String, Metric>());
128 System.currentTimeMillis() - start, new HashMap<String, Metric>());
140 listener.testRunEnded(System.currentTimeMillis() - start, new HashMap<String, Metric>());
151 Map<String, Long> ret = new HashMap<>();
178 Map<Pattern, String> ret = new HashMap<>();
242 Map<String, Long> result = new HashMap<>();
271 Map<String, String> ret = new HashMap<>();
  /tools/tradefederation/core/prod-tests/src/com/android/fastboot/tests/
FastbootTest.java 42 import java.util.HashMap;
120 System.currentTimeMillis() - start, new HashMap<String, Metric>());
130 HashMap<String, Metric> result = new HashMap<>();
  /tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
SkiaTest.java 35 import java.util.HashMap;
104 listener.testEnded(testId, new HashMap<String, Metric>());
107 listener.testEnded(testId, new HashMap<String, Metric>());
113 listener.testRunEnded(System.currentTimeMillis() - start, new HashMap<String, Metric>());
202 listener.testEnded(testId, new HashMap<String, Metric>());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 662 DenseMap<uintptr_t, PHINode *> HashMap;
689 HashMap.insert(std::make_pair(Hash, PN));
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 141 class HashMap {
274 class HeapHashMap : public HashMap<K, V, void, void, void, HeapAllocator> { };
  /external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/heap/
stubs.h 141 class HashMap {
274 class HeapHashMap : public HashMap<K, V, void, void, void, HeapAllocator> { };
  /libcore/ojluni/src/main/java/java/util/
HashMap.java 41 * <tt>null</tt> values and the <tt>null</tt> key. (The <tt>HashMap</tt>
51 * <tt>HashMap</tt> instance (the number of buckets) plus its size (the number
56 * <p>An instance of <tt>HashMap</tt> has two parameters that affect its
70 * the operations of the <tt>HashMap</tt> class, including
78 * <p>If many mappings are to be stored in a <tt>HashMap</tt>
100 * Map m = Collections.synchronizedMap(new HashMap(...));</pre>
137 public class HashMap<K,V> extends AbstractMap<K,V>
409 * The number of times this HashMap has been structurally modified
411 * the HashMap or otherwise modify its internal structure (e.g.,
413 * the HashMap fail-fast. (See ConcurrentModificationException)
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
PlaybackOverlayFragment.java 63 import java.util.HashMap;
123 HashMap<String, List<Movie>> movies = VideoProvider.getMovieList();
233 mmr.setDataSource(movie.getVideoUrl(), new HashMap<String, String>());
  /frameworks/base/services/core/jni/BroadcastRadio/
convert.cpp 105 } HashMap;
301 auto jInfo = make_javaref(env, env->NewObject(gjni.HashMap.clazz, gjni.HashMap.cstor));
695 auto hashMapClass = FindClassOrDie(env, "java/util/HashMap");
696 gjni.HashMap.clazz = MakeGlobalRefOrDie(env, hashMapClass);
697 gjni.HashMap.cstor = GetMethodIDOrDie(env, hashMapClass, "<init>", "()V");
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
MonkeyBase.java 62 import java.util.HashMap;
158 private Map<String, Integer> mIntegerExtras = new HashMap<>();
162 private Map<String, String> mStringExtras = new HashMap<>();
268 listener.testEnded(id, new HashMap<String, Metric>());
270 System.currentTimeMillis() - startTime, new HashMap<String, Metric>());
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
ITestSuite.java 64 import java.util.HashMap;
454 listener.testRunEnded(0, new HashMap<String, Metric>());
618 System.currentTimeMillis() - startTime, new HashMap<String, Metric>());
    [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 

Completed in 1078 milliseconds

1 2 3