Home
last modified time | relevance | path

Searched defs:remove (Results 251 – 275 of 5515) sorted by relevance

1...<<11121314151617181920>>...221

/aosp_15_r20/frameworks/base/core/java/android/provider/
H A DSettingsStringUtil.java100 public static String remove(String delimitedElements, String element) { in remove() method in SettingsStringUtil.ColonDelimitedSet.OfStrings
141 public static String remove(String delimitedElements, ComponentName element) { in remove() method in SettingsStringUtil.ComponentNameSet
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DAtomicLongMap.java249 public long remove(K key) { in remove() method in AtomicLongMap
270 boolean remove(K key, long value) { in remove() method in AtomicLongMap
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DFileLockTable.java61 public abstract void remove(FileLock fl); in remove() method in FileLockTable
174 public void remove(FileLock fl) { in remove() method in SharedFileLockTable
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DConcurrentHashMultiset.java273 public int remove(@CheckForNull Object element, int occurrences) { in remove() method in ConcurrentHashMultiset
470 public boolean remove(@CheckForNull Object object) { in createElementSet() method in ConcurrentHashMultiset
/aosp_15_r20/platform_testing/libraries/metrics-helper/src/android/support/test/metricshelper/
H A DMetricsAsserts.java161 public boolean remove(Object object) { in remove() method in MetricsAsserts.ReaderQueue
196 public LogMaker remove() { in remove() method in MetricsAsserts.ReaderQueue
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/
H A DBackupRestoreStorageManager.kt106 fun remove(name: String): BackupRestoreStorage? { in remove() method in com.android.settingslib.datastore.BackupRestoreStorageManager
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DReverseOrderDequeView.java104 public boolean remove(Object o) { in remove() method in ReverseOrderDequeView
260 public E remove() { in remove() method in ReverseOrderDequeView
H A DWeakHashMap.java600 public V remove(Object key) { in remove() method in WeakHashMap
826 public void remove() { in remove() method in WeakHashMap.HashIterator
897 public boolean remove(Object o) { in remove() method in WeakHashMap.KeySet
989 public boolean remove(Object o) { in remove() method in WeakHashMap.EntrySet
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPIteratorImpl.java162 public void remove() in remove() method in XMPIteratorImpl
387 public void remove() in remove() method in XMPIteratorImpl.NodeIterator
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
H A DNodeText.java144 void remove(TextElementMatcher matcher) { in remove() method in NodeText
148 public void remove(TextElementMatcher matcher, boolean potentiallyFollowingWhitespace) { in remove() method in NodeText
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DConcurrentHashMultiset.java273 public int remove(@CheckForNull Object element, int occurrences) { in remove() method in ConcurrentHashMultiset
470 public boolean remove(@CheckForNull Object object) { in createElementSet() method in ConcurrentHashMultiset
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DWeakHashMap.java600 public V remove(Object key) { in remove() method in WeakHashMap
826 public void remove() { in remove() method in WeakHashMap.HashIterator
897 public boolean remove(Object o) { in remove() method in WeakHashMap.KeySet
989 public boolean remove(Object o) { in remove() method in WeakHashMap.EntrySet
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DWeakHashMap.java600 public V remove(Object key) { in remove() method in WeakHashMap
826 public void remove() { in remove() method in WeakHashMap.HashIterator
897 public boolean remove(Object o) { in remove() method in WeakHashMap.KeySet
989 public boolean remove(Object o) { in remove() method in WeakHashMap.EntrySet
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/net/www/
H A DMessageHeader.java125 public synchronized void remove(java.lang.String k) { in remove() method in MessageHeader
175 public void remove() { in remove() method in MessageHeader.HeaderIterator
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DThreadLocal.java62 public void remove() { in remove() method in ThreadLocal
148 private void remove(java.lang.ThreadLocal<?> key) { in remove() method in ThreadLocal.ThreadLocalMap
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DArrayList.annotated.java81 @libcore.util.NullFromTypeParam public E remove(int index) { throw new RuntimeException("Stub!"); } in remove() method in ArrayList
83 public boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub… in remove() method in ArrayList
H A DHashMap.annotated.java53 @libcore.util.Nullable public V remove(@libcore.util.Nullable java.lang.Object key) { throw new Run… in remove() method in HashMap
69 public boolean remove(@libcore.util.Nullable java.lang.Object key, @libcore.util.Nullable java.lang… in remove() method in HashMap
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/
HDslf4j-api-1.4.2.jar ... .util.Iterator iterator () public synchronized boolean remove (org.slf4j.Marker) org.slf4j ...
/aosp_15_r20/prebuilts/sdk/tools/lib/
HDd8.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DFlashlightControllerImplTest.kt135 var remove = false in testCallbackRemovedWhileDispatching_doesntCrash() variable
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DArrayList.annotated.java79 public E remove(int index) { throw new RuntimeException("Stub!"); } in remove() method in ArrayList
91 public boolean remove(java.lang.Object o) { throw new RuntimeException("Stub!"); } in remove() method in ArrayList
H A DHashMap.annotated.java52 public V remove(java.lang.Object key) { throw new RuntimeException("Stub!"); } in remove() method in HashMap
68 public boolean remove(java.lang.Object key, java.lang.Object value) { throw new RuntimeException("S… in remove() method in HashMap
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/
H A DMonitorBasedPriorityBlockingQueue.java316 public boolean remove(@Nullable Object o) { in remove() method in MonitorBasedPriorityBlockingQueue
536 public void remove() { in remove() method in MonitorBasedPriorityBlockingQueue.Itr
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/registry/
Dextensions.rs106 pub fn remove<T: Send + Sync + 'static>(&mut self) -> Option<T> { in remove() method
167 pub(crate) fn remove<T: Send + Sync + 'static>(&mut self) -> Option<T> { in remove() method
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dmultikey.rs94 pub fn remove<Q>(&mut self, key: &Q) -> Option<V> in remove() function
257 fn remove() { in remove() function

1...<<11121314151617181920>>...221