Home
last modified time | relevance | path

Searched defs:removeAt (Results 1 – 25 of 937) sorted by relevance

12345678910>>...38

/aosp_15_r20/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/
H A DIndexedListSet.kt56 fun removeAt(index: Int): T = list.removeAt(index) in isEmpty() method
H A DIndexedList.kt58 fun removeAt(index: Int): T = list.removeAt(index) in isEmpty() method
H A DIndexedSet.kt51 fun removeAt(index: Int): T = set.removeAt(index) in isEmpty() method
H A DIntSet.kt65 fun removeAt(index: Int) { in isEmpty() method
H A DIndexedMap.kt58 fun removeAt(index: Int): V = map.removeAt(index) in isEmpty() method
H A DIndexedReferenceMap.kt81 fun removeAt(index: Int): I = map.removeAt(index).get() in isEmpty() method
H A DIntReferenceMap.kt82 fun removeAt(index: Int): I = array.removeAtReturnOld(index).also { array.gc() }.get() in isEmpty() method
H A DIntMap.kt57 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 DSparseArray.kt84 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/
DMutableIndexedListSet.java28 public final T removeAt(int index) { in removeAt() method in MutableIndexedListSet
DMutableIndexedSet.java30 public final T removeAt(int index) { in removeAt() method in MutableIndexedSet
DMutableIntSet.java30 public final void removeAt(int index) { in removeAt() method in MutableIntSet
DMutableIntMap.java36 public final T removeAt(int index) { in removeAt() method in MutableIntMap
DMutableIndexedMap.java36 public final V removeAt(int index) { in removeAt() method in MutableIndexedMap
DMutableIndexedList.java34 public final T removeAt(int index) { in removeAt() method in MutableIndexedList
DMutableIntReferenceMap.java53 public final I removeAt(int index) { in removeAt() method in MutableIntReferenceMap
DMutableIndexedReferenceMap.java53 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 DSortedVector.java47 public void removeAt(int matchIdx) { in removeAt() method in SortedVector
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DPendingTempAllowlists.java39 void removeAt(int index) { in removeAt() method in PendingTempAllowlists
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/data/
DLocalFilmstripDataAdapter.java70 public void removeAt(int index); in removeAt() method
DFixedLastProxyAdapter.java73 public void removeAt(int index) { in removeAt() method in FixedLastProxyAdapter
DFixedFirstProxyAdapter.java70 public void removeAt(int index) { in removeAt() method in FixedFirstProxyAdapter
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
H A DCopyOnWriteList.kt41 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 DSparseDoubleArray.java175 public void removeAt(int index) { in removeAt() method in SparseDoubleArray
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/wasmJs/src/internal/
H A DCopyOnWriteList.kt35 override fun removeAt(index: Int): E { in removeAt() method in kotlinx.coroutines.internal.CopyOnWriteList

12345678910>>...38