Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DMapCollections.java56 Object res = colGetEntry(mIndex, mOffset); in next()
114 return (K)colGetEntry(mIndex, 0); in getKey()
123 return (V)colGetEntry(mIndex, 1); in getValue()
145 return Objects.equals(e.getKey(), colGetEntry(mIndex, 0)) in equals()
146 && Objects.equals(e.getValue(), colGetEntry(mIndex, 1)); in equals()
155 final Object key = colGetEntry(mIndex, 0); in hashCode()
156 final Object value = colGetEntry(mIndex, 1); in hashCode()
196 Object foundVal = colGetEntry(index, 1); in contains()
260 final Object key = colGetEntry(i, 0); in hashCode()
261 final Object value = colGetEntry(i, 1); in hashCode()
[all …]
DArraySet.java865 protected Object colGetEntry(int index, int offset) { in getCollection()
DArrayMap.java928 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.txt20132 HSPLandroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object;
20176 HSPLandroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;