Searched defs:ArrayMap (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | ArrayMap.java | 57 public final class ArrayMap<K, V> implements Map<K, V> { class 327 public ArrayMap() { in ArrayMap() method in ArrayMap 334 public ArrayMap(int capacity) { in ArrayMap() method in ArrayMap 339 public ArrayMap(int capacity, boolean identityHashCode) { in ArrayMap() method in ArrayMap 360 public ArrayMap(ArrayMap<K, V> map) { in ArrayMap() method in ArrayMap
|
/frameworks/native/services/inputflinger/tests/ |
D | InputTraceSession.h | 42 using ArrayMap = std::vector<std::pair<K, V>>; variable
|
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/ |
D | ArrayMapWithHistoryTest.java | 145 int index, ArrayMapWithHistory<?, ?> historyMap, ArrayMap<?, ?> arrayMap) { in compareKeyAtAndValueAtForIndex() argument 151 int index, ArrayMapWithHistory<?, ?> historyMap, ArrayMap<?, ?> arrayMap) in assertIndexAccessThrowsException() argument
|