/aosp_15_r20/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/ |
H A D | IndexedListSet.kt | 56 fun removeAt(index: Int): T = list.removeAt(index) in isEmpty() method
|
H A D | IndexedList.kt | 58 fun removeAt(index: Int): T = list.removeAt(index) in isEmpty() method
|
H A D | IndexedSet.kt | 51 fun removeAt(index: Int): T = set.removeAt(index) in isEmpty() method
|
H A D | IntSet.kt | 65 fun removeAt(index: Int) { in isEmpty() method
|
H A D | IndexedMap.kt | 58 fun removeAt(index: Int): V = map.removeAt(index) in isEmpty() method
|
H A D | IndexedReferenceMap.kt | 81 fun removeAt(index: Int): I = map.removeAt(index).get() in isEmpty() method
|
H A D | IntReferenceMap.kt | 82 fun removeAt(index: Int): I = array.removeAtReturnOld(index).also { array.gc() }.get() in isEmpty() method
|
H A D | IntMap.kt | 57 fun removeAt(index: Int): T = array.removeAtReturnOld(index).also { array.gc() } in isEmpty() method
|
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/ |
H A D | SparseArray.kt | 84 fun removeAt(index: Int) { in removeAt() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/kapt/gen/stubs/com/android/server/permission/access/immutable/ |
D | MutableIndexedListSet.java | 28 public final T removeAt(int index) { in removeAt() method in MutableIndexedListSet
|
D | MutableIndexedSet.java | 30 public final T removeAt(int index) { in removeAt() method in MutableIndexedSet
|
D | MutableIntSet.java | 30 public final void removeAt(int index) { in removeAt() method in MutableIntSet
|
D | MutableIntMap.java | 36 public final T removeAt(int index) { in removeAt() method in MutableIntMap
|
D | MutableIndexedMap.java | 36 public final V removeAt(int index) { in removeAt() method in MutableIndexedMap
|
D | MutableIndexedList.java | 34 public final T removeAt(int index) { in removeAt() method in MutableIndexedList
|
D | MutableIntReferenceMap.java | 53 public final I removeAt(int index) { in removeAt() method in MutableIntReferenceMap
|
D | MutableIndexedReferenceMap.java | 53 public final I removeAt(int index) { in removeAt() method in MutableIndexedReferenceMap
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
H A D | SortedVector.java | 47 public void removeAt(int matchIdx) { in removeAt() method in SortedVector
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PendingTempAllowlists.java | 39 void removeAt(int index) { in removeAt() method in PendingTempAllowlists
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/data/ |
D | LocalFilmstripDataAdapter.java | 70 public void removeAt(int index); in removeAt() method
|
D | FixedLastProxyAdapter.java | 73 public void removeAt(int index) { in removeAt() method in FixedLastProxyAdapter
|
D | FixedFirstProxyAdapter.java | 70 public void removeAt(int index) { in removeAt() method in FixedFirstProxyAdapter
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/ |
H A D | CopyOnWriteList.kt | 41 override fun removeAt(index: Int): E { in removeAt() method in kotlinx.coroutines.internal.CopyOnWriteList
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | SparseDoubleArray.java | 175 public void removeAt(int index) { in removeAt() method in SparseDoubleArray
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/wasmJs/src/internal/ |
H A D | CopyOnWriteList.kt | 35 override fun removeAt(index: Int): E { in removeAt() method in kotlinx.coroutines.internal.CopyOnWriteList
|