Searched refs:colGetEntry (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | MapCollections.java | 58 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 …]
|
D | ArraySet.java | 865 protected Object colGetEntry(int index, int offset) { in getCollection()
|
D | ArrayMap.java | 929 protected Object colGetEntry(int index, int offset) { in getCollection()
|
/frameworks/base/config/ |
D | boot-profile.txt | 252 Landroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object; 430 Landroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
|
D | boot-image-profile.txt | 15918 HSPLandroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object; 15959 HSPLandroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 15869 HSPLandroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object; 15910 HSPLandroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 61303 Landroid/util/MapCollections;->colGetEntry(II)Ljava/lang/Object;
|