Home
last modified time | relevance | path

Searched defs:remove (Results 101 – 125 of 5515) sorted by relevance

12345678910>>...221

/aosp_15_r20/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DSyncAppSearchSession.java70 Void remove(@NonNull String queryExpression, @NonNull SearchSpec searchSpec) in remove() method
80 AppSearchBatchResult<String, Void> remove(@NonNull RemoveByDocumentIdRequest request) in remove() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
H A DLockFreeLinkedList.common.kt16 public open fun remove(): Boolean in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
24 public final override fun remove(): Nothing in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListHead
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/ui/util/
H A DIntIndexedMap.kt61 fun remove(key: Int) { in remove() method in com.android.compose.ui.util.IntIndexedMap
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collection/testlibrary/
H A DExtendsAbstractCollection.java61 public boolean remove(Object element) { in remove() method in ExtendsAbstractCollection
77 public void remove() { in iterator() method
H A DExtendsAbstractSet.java62 public boolean remove(Object element) { in remove() method in ExtendsAbstractSet
78 public void remove() { in iterator() method
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DHashBiMap.java414 public V remove(@CheckForNull Object key) { in remove() method in HashBiMap
470 public void remove() { in remove() method in HashBiMap.Itr
507 public boolean remove(@CheckForNull Object o) { in remove() method
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java304 public boolean remove(HDR obj) { in remove() method in SIPHeaderList
598 public boolean remove(Object obj) { in remove() method in SIPHeaderList
610 public HDR remove(int index) { in remove() method in SIPHeaderList
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/testutils/
H A DEnvironmentVariableHelper.java29 public void remove(SystemSetting setting) { in remove() method in EnvironmentVariableHelper
33 public void remove(String key) { in remove() method in EnvironmentVariableHelper
/aosp_15_r20/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/
H A DEnvironmentVariableHelper.java29 public void remove(SystemSetting setting) { in remove() method in EnvironmentVariableHelper
33 public void remove(String key) { in remove() method in EnvironmentVariableHelper
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/listeners/
H A DRemovableListenerRegistration.java61 public final void remove() { in remove() method in RemovableListenerRegistration
77 public final void remove(boolean immediately) { in remove() method in RemovableListenerRegistration
/aosp_15_r20/external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DBitSet.pm63 sub remove : Tests(2) { subroutine
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/metadata/
Dmap.rs1173 pub fn remove<K>(&mut self, key: K) -> Option<MetadataValue<Ascii>> in remove() method
1799 pub fn remove(self) -> MetadataValue<VE> { in remove() method
2133 fn remove(self, map: &mut MetadataMap) -> Option<MetadataValue<VE>>; in remove() method
2172 fn remove(self, map: &mut MetadataMap) -> Option<MetadataValue<VE>> { in remove() method
2215 fn remove(self, map: &mut MetadataMap) -> Option<MetadataValue<VE>> { in remove() method
2274 fn remove(self, map: &mut MetadataMap) -> Option<MetadataValue<VE>> { in remove() method
2335 fn remove(self, map: &mut MetadataMap) -> Option<MetadataValue<VE>> { in remove() method
2396 fn remove(self, map: &mut MetadataMap) -> Option<MetadataValue<VE>> { in remove() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DArrayList.java557 public E remove(int index) { in remove() method in ArrayList
702 public boolean remove(Object o) { in remove() method in ArrayList
1075 public void remove() { in remove() method in ArrayList.Itr
1265 public E remove(int index) { in remove() method in ArrayList.SubList
1450 public void remove() { in listIterator() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DArrayList.java557 public E remove(int index) { in remove() method in ArrayList
702 public boolean remove(Object o) { in remove() method in ArrayList
1075 public void remove() { in remove() method in ArrayList.Itr
1265 public E remove(int index) { in remove() method in ArrayList.SubList
1450 public void remove() { in listIterator() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DArrayList.java557 public E remove(int index) { in remove() method in ArrayList
702 public boolean remove(Object o) { in remove() method in ArrayList
1075 public void remove() { in remove() method in ArrayList.Itr
1265 public E remove(int index) { in remove() method in ArrayList.SubList
1450 public void remove() { in listIterator() method
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyStringArrayList.java201 public String remove(int index) { in remove() method in LazyStringArrayList
355 public byte[] remove(int index) { in remove() method in LazyStringArrayList.ByteArrayListView
398 public ByteString remove(int index) { in remove() method in LazyStringArrayList.ByteStringListView
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyStringArrayList.java201 public String remove(int index) { in remove() method in LazyStringArrayList
355 public byte[] remove(int index) { in remove() method in LazyStringArrayList.ByteArrayListView
398 public ByteString remove(int index) { in remove() method in LazyStringArrayList.ByteStringListView
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ref/
H A DReferenceQueue.java58 public java.lang.ref.Reference<? extends T> remove(long timeout) in remove() method in ReferenceQueue
63 public java.lang.ref.Reference<? extends T> remove() throws java.lang.InterruptedException { in remove() method in ReferenceQueue
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/
H A DSdkChannelPoolMap.java53 public final boolean remove(K key) { in remove() method in SdkChannelPoolMap
123 public void remove() { in remove() method in SdkChannelPoolMap.ReadOnlyIterator
/aosp_15_r20/external/rust/android-crates-io/crates/userfaultfd/src/
Devent.rs132 let remove = unsafe { msg.arg.remove }; in from_uffd_msg() localVariable
139 let remove = unsafe { msg.arg.remove }; in from_uffd_msg() localVariable
/aosp_15_r20/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/
H A DIndexedListSet.kt50 fun remove(element: T): Boolean = list.remove(element) in isEmpty() method
H A DIndexedList.kt50 fun remove(element: T) { in isEmpty() method
H A DIndexedSet.kt45 fun remove(element: T): Boolean = set.remove(element) in isEmpty() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/verify/domain/models/
H A DDomainVerificationStateMap.java78 public ValueType remove(@NonNull String packageName) { in remove() method in DomainVerificationStateMap
90 public ValueType remove(@NonNull UUID domainSetId) { in remove() method in DomainVerificationStateMap
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/util/
H A DBag.kt37 fun remove(element: T): Boolean { in remove() method

12345678910>>...221