Home
last modified time | relevance | path

Searched refs:colGetEntry (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/util/
DMapCollections.java58 Object res = colGetEntry(mIndex, mOffset); in next()
116 return (K)colGetEntry(mIndex, 0); in getKey()
125 return (V)colGetEntry(mIndex, 1); in getValue()
147 return Objects.equals(e.getKey(), colGetEntry(mIndex, 0)) in equals()
148 && Objects.equals(e.getValue(), colGetEntry(mIndex, 1)); in equals()
157 final Object key = colGetEntry(mIndex, 0); in hashCode()
158 final Object value = colGetEntry(mIndex, 1); in hashCode()
198 Object foundVal = colGetEntry(index, 1); in contains()
262 final Object key = colGetEntry(i, 0); in hashCode()
263 final Object value = colGetEntry(i, 1); in hashCode()
[all …]
DArraySet.java865 protected Object colGetEntry(int index, int offset) { in getCollection()
DArrayMap.java929 protected Object colGetEntry(int index, int offset) { in getCollection()
/frameworks/base/config/
Dboot-profile.txt252 Landroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object;
430 Landroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
Dboot-image-profile.txt15918 HSPLandroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object;
15959 HSPLandroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
/frameworks/base/boot/
Dboot-image-profile.txt15869 HSPLandroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object;
15910 HSPLandroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61303 Landroid/util/MapCollections;->colGetEntry(II)Ljava/lang/Object;