/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/ |
H A D | shell_visitor.py | 98 def visit_remove(self, remove): argument 197 def visit_remove(self, remove): argument 250 def visit_remove(self, remove): argument 326 def visit_remove(self, remove): argument
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | Multisets.java | 185 public boolean remove(@CheckForNull Object element) { in remove() method in Multisets.UnmodifiableMultiset 190 public int remove(@CheckForNull Object element, int occurrences) { in remove() method in Multisets.UnmodifiableMultiset 379 public int remove(@CheckForNull Object element, int occurrences) { in remove() method
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | AbstractListTest.java | 48 public Object remove(int i) { in remove() method in AbstractListTest.SimpleList 216 public E remove(int idx) { in remove() method in AbstractListTest.MockArrayList 386 public E remove(int idx) { in remove() method in AbstractListTest.MockRemoveFailureArrayList
|
/aosp_15_r20/out/soong/.intermediates/system/security/keystore2/aidl/android.security.legacykeystore-java-source/gen/android/security/legacykeystore/ |
D | ILegacyKeystore.java | 64 @Override public void remove(java.lang.String alias, int uid) throws android.os.RemoteException in remove() method in ILegacyKeystore.Default 287 … @Override public void remove(java.lang.String alias, int uid) throws android.os.RemoteException in remove() method in ILegacyKeystore.Stub.Proxy 381 public void remove(java.lang.String alias, int uid) throws android.os.RemoteException; in remove() method
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/ |
D | jmap.rs | 18 remove: JMethodID, field 51 let remove = in from_env() localVariable 104 pub fn remove(&self, key: JObject<'a>) -> Result<Option<JObject<'a>>> { in remove() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | jmap.rs | 20 remove: JMethodID, field 57 let remove = in from_env() localVariable 126 pub fn remove<'other_local_2>( in remove() method
|
D | jlist.rs | 22 remove: JMethodID, field 55 let remove = env.get_method_id(&class, "remove", "(I)Ljava/lang/Object;")?; in from_env() localVariable 131 pub fn remove<'other_local_2>( in remove() method
|
/aosp_15_r20/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/ |
H A D | InsnList.java | 411 public void remove(final AbstractInsnNode insnNode) { in remove() method in InsnList 487 AbstractInsnNode remove; field in InsnList.InsnListIterator 524 public void remove() { in remove() method in InsnList.InsnListIterator
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/ |
H A D | Collections.java | 447 public E remove() { in remove() method in Collections.AsLIFOQueue 475 public boolean remove(java.lang.Object o) { in remove() method in Collections.AsLIFOQueue 575 public boolean remove(java.lang.Object o) { in remove() method in Collections.CheckedCollection 673 public E remove(int index) { in remove() method in Collections.CheckedList 771 public V remove(java.lang.Object key) { in remove() method in Collections.CheckedMap 824 public boolean remove(java.lang.Object key, java.lang.Object value) { in remove() method in Collections.CheckedMap 941 public boolean remove(java.lang.Object o) { in remove() method in Collections.CheckedMap.CheckedEntrySet 1256 public E remove() { in remove() method in Collections.CheckedQueue 1500 public void remove() { in remove() method in Collections.EmptyIterator 1700 public boolean remove(java.lang.Object key, java.lang.Object value) { in remove() method in Collections.EmptyMap [all …]
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/event/ |
H A D | EventQueue.java | 73 EventSet remove() throws InterruptedException; in remove() method 88 EventSet remove(long timeout) throws InterruptedException; in remove() method
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MapField.java | 328 public V remove(Object key) { in remove() method in MapField.MutabilityAwareMap 426 public boolean remove(Object o) { in remove() method in MapField.MutabilityAwareMap.MutabilityAwareCollection 523 public boolean remove(Object o) { in remove() method in MapField.MutabilityAwareMap.MutabilityAwareSet 594 public void remove() { in remove() method in MapField.MutabilityAwareMap.MutabilityAwareIterator
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MapField.java | 328 public V remove(Object key) { in remove() method in MapField.MutabilityAwareMap 426 public boolean remove(Object o) { in remove() method in MapField.MutabilityAwareMap.MutabilityAwareCollection 523 public boolean remove(Object o) { in remove() method in MapField.MutabilityAwareMap.MutabilityAwareSet 594 public void remove() { in remove() method in MapField.MutabilityAwareMap.MutabilityAwareIterator
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | AbstractList.java | 168 public E remove(int index) { in remove() method in AbstractList 383 public void remove() { in remove() method in AbstractList.Itr 803 public E remove(int index) { in remove() method in AbstractList.SubList 874 public void remove() { in listIterator() method
|
D | Hashtable.java | 507 public synchronized V remove(Object key) { in remove() method in Hashtable 678 public boolean remove(Object o) { in remove() method in Hashtable.KeySet 731 public boolean remove(Object o) { in remove() method in Hashtable.EntrySet 950 public synchronized boolean remove(Object key, Object value) { in remove() method in Hashtable 1520 public void remove() { in remove() method in Hashtable.Enumerator
|
D | TreeMap.java | 916 public V remove(Object key) { in remove() method in TreeMap 1355 public boolean remove(Object o) { in remove() method in TreeMap.Values 1387 public boolean remove(Object o) { in remove() method in TreeMap.EntrySet 1465 public boolean remove(Object o) { in remove() method in TreeMap.KeySet 1539 public void remove() { in remove() method in TreeMap.PrivateEntryIterator 1587 public void remove() { in remove() method in TreeMap.DescendingKeyIterator 1880 public final V remove(Object key) { in remove() method in TreeMap.NavigableSubMap 2015 public boolean remove(Object o) { in remove() method in TreeMap.NavigableSubMap.EntrySetView 2107 public void remove() { in remove() method in TreeMap.NavigableSubMap.SubMapEntryIterator 2121 public void remove() { in remove() method in TreeMap.NavigableSubMap.DescendingSubMapEntryIterator [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | AbstractList.java | 168 public E remove(int index) { in remove() method in AbstractList 383 public void remove() { in remove() method in AbstractList.Itr 803 public E remove(int index) { in remove() method in AbstractList.SubList 874 public void remove() { in listIterator() method
|
H A D | ReverseOrderSortedSetView.java | 148 public boolean remove(Object o) { in remove() method in ReverseOrderSortedSetView 224 public void remove() { in descendingIterator() method 314 public boolean remove(Object o) { in remove() method
|
H A D | Hashtable.java | 507 public synchronized V remove(Object key) { in remove() method in Hashtable 678 public boolean remove(Object o) { in remove() method in Hashtable.KeySet 731 public boolean remove(Object o) { in remove() method in Hashtable.EntrySet 950 public synchronized boolean remove(Object key, Object value) { in remove() method in Hashtable 1520 public void remove() { in remove() method in Hashtable.Enumerator
|
H A D | TreeMap.java | 916 public V remove(Object key) { in remove() method in TreeMap 1355 public boolean remove(Object o) { in remove() method in TreeMap.Values 1387 public boolean remove(Object o) { in remove() method in TreeMap.EntrySet 1465 public boolean remove(Object o) { in remove() method in TreeMap.KeySet 1539 public void remove() { in remove() method in TreeMap.PrivateEntryIterator 1587 public void remove() { in remove() method in TreeMap.DescendingKeyIterator 1880 public final V remove(Object key) { in remove() method in TreeMap.NavigableSubMap 2015 public boolean remove(Object o) { in remove() method in TreeMap.NavigableSubMap.EntrySetView 2107 public void remove() { in remove() method in TreeMap.NavigableSubMap.SubMapEntryIterator 2121 public void remove() { in remove() method in TreeMap.NavigableSubMap.DescendingSubMapEntryIterator [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/17/libcore/ojluni/src/main/java/java/util/ |
D | AbstractList.java | 168 public E remove(int index) { in remove() method in AbstractList 383 public void remove() { in remove() method in AbstractList.Itr 803 public E remove(int index) { in remove() method in AbstractList.SubList 874 public void remove() { in listIterator() method
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | Multisets.java | 184 public boolean remove(@CheckForNull Object element) { in remove() method in Multisets.UnmodifiableMultiset 189 public int remove(@CheckForNull Object element, int occurrences) { in remove() method in Multisets.UnmodifiableMultiset 383 public int remove(@CheckForNull Object element, int occurrences) { in remove() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | IListenerSet.kt | 35 fun remove(element: E): Boolean method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | Hashtable.java | 507 public synchronized V remove(Object key) { in remove() method in Hashtable 678 public boolean remove(Object o) { in remove() method in Hashtable.KeySet 731 public boolean remove(Object o) { in remove() method in Hashtable.EntrySet 950 public synchronized boolean remove(Object key, Object value) { in remove() method in Hashtable 1520 public void remove() { in remove() method in Hashtable.Enumerator
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/ |
D | TreeMap.java | 916 public V remove(Object key) { in remove() method in TreeMap 1355 public boolean remove(Object o) { in remove() method in TreeMap.Values 1387 public boolean remove(Object o) { in remove() method in TreeMap.EntrySet 1465 public boolean remove(Object o) { in remove() method in TreeMap.KeySet 1539 public void remove() { in remove() method in TreeMap.PrivateEntryIterator 1587 public void remove() { in remove() method in TreeMap.DescendingKeyIterator 1880 public final V remove(Object key) { in remove() method in TreeMap.NavigableSubMap 2015 public boolean remove(Object o) { in remove() method in TreeMap.NavigableSubMap.EntrySetView 2107 public void remove() { in remove() method in TreeMap.NavigableSubMap.SubMapEntryIterator 2121 public void remove() { in remove() method in TreeMap.NavigableSubMap.DescendingSubMapEntryIterator [all …]
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/ |
H A D | MetricProducerManager.java | 49 public abstract void remove(MetricProducer metricProducer); in remove() method in MetricProducerManager 79 public void remove(MetricProducer metricProducer) { in remove() method in MetricProducerManager.NoopMetricProducerManager
|