Home
last modified time | relevance | path

Searched defs:remove (Results 201 – 225 of 5515) sorted by relevance

12345678910>>...221

/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DExternalApproverManager.java102 public ApproverEntry remove(@Nullable MacAddress deviceAddress) { in remove() method in ExternalApproverManager
112 public ApproverEntry remove(@Nullable IBinder key, in remove() method in ExternalApproverManager
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
H A DCopyOnWriteList.kt34 override fun remove(element: E): Boolean { in remove() method in kotlinx.coroutines.internal.CopyOnWriteList
69 override fun remove() = throw UnsupportedOperationException("Operation is not supported") in iterator() method in kotlinx.coroutines.internal.CopyOnWriteList.IteratorImpl
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DSynchronized.java179 public boolean remove(@CheckForNull Object o) { in remove() method in Synchronized.SynchronizedCollection
387 public E remove(int index) { in remove() method in Synchronized.SynchronizedList
473 public int remove(@CheckForNull Object o, int n) { in remove() method in Synchronized.SynchronizedMultiset
630 public boolean remove(@CheckForNull Object key, @CheckForNull Object value) { in remove() method in Synchronized.SynchronizedMultimap
H A DAbstractMultiset.java77 public final boolean remove(@CheckForNull Object element) { in remove() method in AbstractMultiset
83 public int remove(@CheckForNull Object element, int occurrences) { in remove() method in AbstractMultiset
H A DAbstractTable.java97 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove() method in AbstractTable
146 public boolean remove(@CheckForNull Object o) { in remove() method in AbstractTable.CellSet
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/
H A DIncremental.kt59 abstract fun remove(key: K) in <lambda>() method
81 override fun remove(key: File) { in remove() method
137 override fun remove(key: File) { in dumpKey() method
505 …fun <K : Comparable<K>, V> remove(m: PersistentMap<K, Collection<V>>, removedKeys: Collection<K>) { in toPath() method
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
H A DNewlines.java151 public void remove() { in remove() method in Newlines.LineOffsetIterator
195 public void remove() { in remove() method in Newlines.LineIterator
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DMultiset.java184 int remove(@CompatibleWith("E") @CheckForNull Object element, int occurrences); in remove() method
200 boolean remove(@CheckForNull Object element); in remove() method
H A DAbstractMultiset.java77 public final boolean remove(@CheckForNull Object element) { in remove() method in AbstractMultiset
83 public int remove(@CheckForNull Object element, int occurrences) { in remove() method in AbstractMultiset
/aosp_15_r20/external/rust/android-crates-io/crates/fragile/src/
Dregistry.rs33 pub fn remove(item_id: ItemId, thread_id: NonZeroUsize) -> Entry { in remove() function
80 pub fn remove(item_id: ItemId, thread_id: NonZeroUsize) -> Entry { in remove() function
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseSetArray.java112 public boolean remove(int n, T value) { in remove() method in WatchedSparseSetArray
123 public void remove(int n) { in remove() method in WatchedSparseSetArray
/aosp_15_r20/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
H A DTestHttpResponse.java141 public void remove() { in headerIterator() method
179 public void remove() { in headerIterator() method
/aosp_15_r20/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/
H A DIntMap.kt49 fun remove(key: Int): T? = array.removeReturnOld(key).also { array.gc() } in isEmpty() method
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
H A DVisitorSet.java106 public void remove() { in iterator() method
113 public boolean remove(Object elem) { in remove() method
H A DVisitorList.java138 public void remove() { in iterator() method
170 public void remove() { in listIterator() method
/aosp_15_r20/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
H A DEagerSessionTest.java185 public Reference<? extends Object> remove() throws InterruptedException { in remove() method in EagerSessionTest.TestGarbageCollectorQueue
190 public Reference<? extends Object> remove(long timeout) in remove() method in EagerSessionTest.TestGarbageCollectorQueue
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/
H A DJsonArray.java160 public boolean remove(JsonElement element) { in remove() method in JsonArray
174 public JsonElement remove(int index) { in remove() method in JsonArray
/aosp_15_r20/frameworks/base/services/permission/java/com/android/server/permission/access/collection/
H A DSparseIntArrayExtensions.kt77 fun SparseIntArray.remove(key: Int) { in SparseIntArray() method
81 fun SparseIntArray.remove(key: Int, defaultValue: Int): Int { in SparseIntArray() method
H A DSparseBooleanArrayExtensions.kt77 fun SparseBooleanArray.remove(key: Int) { in SparseBooleanArray() method
81 fun SparseBooleanArray.remove(key: Int, defaultValue: Boolean): Boolean { in SparseBooleanArray() method
H A DSparseLongArrayExtensions.kt77 fun SparseLongArray.remove(key: Int) { in SparseLongArray() method
81 fun SparseLongArray.remove(key: Int, defaultValue: Long): Long { in SparseLongArray() method
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DAbstractSequentialListTest.java99 public void remove() { in remove() method in AbstractSequentialListTest.Mock_unsupportedListIterator
138 public void remove() { in remove() method in AbstractSequentialListTest.Mock_ListIterator
/aosp_15_r20/libcore/luni/src/test/androidsdk34/src/libcore/android34/java/util/
H A DListWithPrivateMethods.java62 public boolean remove(Object o) { in remove() method in ListWithPrivateMethods
112 public Object remove(int index) { in remove() method in ListWithPrivateMethods
H A DPackageProtectedList.java63 public boolean remove(Object o) { in remove() method in PackageProtectedList
113 public Object remove(int index) { in remove() method in PackageProtectedList
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DArrayDeque.annotated.java80 @libcore.util.NullFromTypeParam public E remove() { throw new RuntimeException("Stub!"); } in remove() method in ArrayDeque
102 public boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub… in remove() method in ArrayDeque
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/util/
H A DDefaultSdkAutoConstructList.java82 public boolean remove(Object o) { in remove() method in DefaultSdkAutoConstructList
132 public T remove(int index) { in remove() method in DefaultSdkAutoConstructList

12345678910>>...221