Home
last modified time | relevance | path

Searched defs:remove (Results 151 – 175 of 5515) sorted by relevance

12345678910>>...221

/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
H A DDelayQueue.annotated.java71 public E remove() { throw new RuntimeException("Stub!"); } in remove() method in DelayQueue
73 public boolean remove(java.lang.Object o) { throw new RuntimeException("Stub!"); } in remove() method in DelayQueue
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverySessionStorage.java78 public void remove(int uid, String sessionId) { in remove() method in RecoverySessionStorage
92 public void remove(int uid) { in remove() method in RecoverySessionStorage
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/internal/
H A DNonNullElementWrapperList.java47 @Override public E remove(int index) { in remove() method in NonNullElementWrapperList
57 @Override public boolean remove(Object o) { in remove() method in NonNullElementWrapperList
/aosp_15_r20/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/
H A DIndexedReferenceMap.kt71 fun remove(key: K): I? = map.remove(key)?.get() in isEmpty() method
H A DIntReferenceMap.kt71 fun remove(key: Int): I? = array.removeReturnOld(key).also { array.gc() }?.get() in isEmpty() method
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DSynchronizedQueueTest.java57 public E remove() { in remove() method in SynchronizedQueueTest.TestQueue
63 public boolean remove(Object object) { in remove() method in SynchronizedQueueTest.TestQueue
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedQueueTest.java57 public E remove() { in remove() method in SynchronizedQueueTest.TestQueue
63 public boolean remove(Object object) { in remove() method in SynchronizedQueueTest.TestQueue
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DIterables.java96 public void remove() { in remove() method in Iterables
121 public void remove() { in remove() method in Iterables.TransformIterator
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ref/
DReferenceQueue.java196 public Reference<? extends T> remove(long timeout) in remove() method in ReferenceQueue
227 public Reference<? extends T> remove() throws InterruptedException { in remove() method in ReferenceQueue
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractProtobufList.java137 public E remove(int index) { in remove() method in AbstractProtobufList
143 public boolean remove(Object o) { in remove() method in AbstractProtobufList
/aosp_15_r20/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassPathIterator.java116 public void remove() { in remove() method in ClassPathIterator
181 public void remove() { in remove() method in ClassPathIterator.ZipIterator
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ref/
H A DReferenceQueue.java196 public Reference<? extends T> remove(long timeout) in remove() method in ReferenceQueue
227 public Reference<? extends T> remove() throws InterruptedException { in remove() method in ReferenceQueue
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractProtobufList.java137 public E remove(int index) { in remove() method in AbstractProtobufList
143 public boolean remove(Object o) { in remove() method in AbstractProtobufList
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/ref/
DReferenceQueue.java196 public Reference<? extends T> remove(long timeout) in remove() method in ReferenceQueue
227 public Reference<? extends T> remove() throws InterruptedException { in remove() method in ReferenceQueue
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/
H A DLinkedList.kt39 public open fun remove(): Boolean { in remove() method in kotlinx.coroutines.internal.LinkedListNode
113 public final override fun remove(): Nothing = throw UnsupportedOperationException() method in kotlinx.coroutines.internal.LinkedListHead
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DLinkedHashMultimap.java444 public void remove() { in iterator() method
525 public boolean remove(@CheckForNull Object o) { in remove() method in LinkedHashMultimap
587 public void remove() { in entryIterator() method
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DEventQueueImpl.java81 public EventSet remove() throws InterruptedException { in remove() method in EventQueueImpl
89 public EventSet remove(long timeout) throws InterruptedException { in remove() method in EventQueueImpl
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyEventController.java118 public boolean remove(int propertyId) { in remove() method in CarPropertyEventController
132 public boolean remove(ArraySet<Integer> propertyIds) { in remove() method in CarPropertyEventController
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
H A DMediaDataCombineLatest.kt95 private fun remove(key: String, userInitiated: Boolean) { in remove() method in com.android.systemui.media.controls.domain.pipeline.MediaDataCombineLatest
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
H A DCopyOnWriteList.kt28 override fun remove(element: E): Boolean { in remove() method in kotlinx.coroutines.internal.CopyOnWriteList
80 override fun remove() = throw UnsupportedOperationException("Operation is not supported") in iterator() method in kotlinx.coroutines.internal.CopyOnWriteList.IteratorImpl
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DSparseSetArray.java105 public boolean remove(int n, T value) { in remove() method in SparseSetArray
120 public void remove(int n) { in remove() method in SparseSetArray
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/compatui/letterbox/
DMultiSurfaceLetterboxController.java62 …rivate final android.view.SurfaceControl.Transaction remove(android.view.SurfaceControl $this$remo… in remove() method in MultiSurfaceLetterboxController
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DDeque.annotated.java75 @libcore.util.NullFromTypeParam public E remove(); in remove() method
87 public boolean remove(@libcore.util.Nullable java.lang.Object o); in remove() method
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/
H A DComment.java143 public boolean remove() { in remove() method in Comment
167 public boolean remove(Node node) { in remove() method in Comment
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DSortedBag.java82 public void remove() { in remove() method in SortedBag.MyIterator
128 public boolean remove(Object o) { in remove() method in SortedBag

12345678910>>...221