/aosp_15_r20/frameworks/base/core/java/android/provider/ |
H A D | SettingsStringUtil.java | 100 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 D | AtomicLongMap.java | 249 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 D | FileLockTable.java | 61 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 D | ConcurrentHashMultiset.java | 273 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 D | MetricsAsserts.java | 161 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 D | BackupRestoreStorageManager.kt | 106 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 D | ReverseOrderDequeView.java | 104 public boolean remove(Object o) { in remove() method in ReverseOrderDequeView 260 public E remove() { in remove() method in ReverseOrderDequeView
|
H A D | WeakHashMap.java | 600 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 D | XMPIteratorImpl.java | 162 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 D | NodeText.java | 144 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 D | ConcurrentHashMultiset.java | 273 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/ |
D | WeakHashMap.java | 600 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/ |
D | WeakHashMap.java | 600 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 D | MessageHeader.java | 125 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 D | ThreadLocal.java | 62 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 D | ArrayList.annotated.java | 81 @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 D | HashMap.annotated.java | 53 @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/ |
HD | slf4j-api-1.4.2.jar | ... .util.Iterator iterator ()
public synchronized boolean remove (org.slf4j.Marker)
org.slf4j ... |
/aosp_15_r20/prebuilts/sdk/tools/lib/ |
HD | d8.jar | META-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 D | FlashlightControllerImplTest.kt | 135 var remove = false in testCallbackRemovedWhileDispatching_doesntCrash() variable
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/ |
H A D | ArrayList.annotated.java | 79 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 D | HashMap.annotated.java | 52 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 D | MonitorBasedPriorityBlockingQueue.java | 316 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/ |
D | extensions.rs | 106 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 D | multikey.rs | 94 pub fn remove<Q>(&mut self, key: &Q) -> Option<V> in remove() function 257 fn remove() { in remove() function
|