/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/hppc/ |
H A D | LongLongScatterMap.kt | 114 fun remove(key: Long): Long { in remove() method
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | Trie2.java | 609 public void remove() { in remove() method in Trie2.CharSequenceIterator 953 public void remove() { in remove() method in Trie2.Trie2Iterator
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | Trie2.java | 603 public void remove() { in remove() method in Trie2.CharSequenceIterator 947 public void remove() { in remove() method in Trie2.Trie2Iterator
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ |
H A D | Node.java | 515 public boolean remove() { in remove() method in Node 620 public boolean remove(Node node) { in remove() method in Node
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentLinkedQueue.java | 521 public boolean remove(Object o) { in remove() method in ConcurrentLinkedQueue 797 public void remove() { in remove() method in ConcurrentLinkedQueue.Itr
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentLinkedQueue.java | 521 public boolean remove(Object o) { in remove() method in ConcurrentLinkedQueue 797 public void remove() { in remove() method in ConcurrentLinkedQueue.Itr
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | CompactHashSet.java | 448 public boolean remove(@CheckForNull Object object) { in remove() method in CompactHashSet 567 public void remove() { in iterator() method
|
H A D | MapMakerInternalMap.java | 1732 V remove(Object key, int hash) { in remove() method in MapMakerInternalMap.Segment 1772 boolean remove(Object key, int hash, Object value) { in remove() method in MapMakerInternalMap.Segment 2478 public V remove(@CheckForNull Object key) { in remove() method in MapMakerInternalMap 2488 public boolean remove(@CheckForNull Object key, @CheckForNull Object value) { in remove() method in MapMakerInternalMap 2652 public void remove() { in remove() method in MapMakerInternalMap.HashIterator 2754 public boolean remove(Object o) { in remove() method in MapMakerInternalMap.KeySet 2817 public boolean remove(Object o) { in remove() method in MapMakerInternalMap.EntrySet
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/ |
H A D | ConcurrentWeakMap.kt | 35 override fun remove(key: K): V? { in <lambda>() method 231 override fun remove() = noImpl() in <lambda>() method in kotlinx.coroutines.debug.internal.Core.KeyValueIterator
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | Builder.java | 167 public CBuilder<E, U> remove(E o) { in remove() method in Builder.CBuilder 416 public MBuilder<K, V, M> remove(K key) { in remove() method in Builder.MBuilder
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | CompactHashSet.java | 452 public boolean remove(@CheckForNull Object object) { in remove() method in CompactHashSet 571 public void remove() { in iterator() method
|
H A D | MapMakerInternalMap.java | 1732 V remove(Object key, int hash) { in remove() method in MapMakerInternalMap.Segment 1772 boolean remove(Object key, int hash, Object value) { in remove() method in MapMakerInternalMap.Segment 2478 public V remove(@CheckForNull Object key) { in remove() method in MapMakerInternalMap 2488 public boolean remove(@CheckForNull Object key, @CheckForNull Object value) { in remove() method in MapMakerInternalMap 2652 public void remove() { in remove() method in MapMakerInternalMap.HashIterator 2754 public boolean remove(Object o) { in remove() method in MapMakerInternalMap.KeySet 2817 public boolean remove(Object o) { in remove() method in MapMakerInternalMap.EntrySet
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | UnicodeSet.java | 1622 public UnicodeSet remove(int start, int end) { in remove() method 1644 public final UnicodeSet remove(int c) { in remove() method 1656 public final UnicodeSet remove(CharSequence s) { in remove() method 4547 public void remove() { in remove() method in EntryRangeIterator 4640 public void remove() { in remove() method in UnicodeSetIterator2
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | UnicodeSet.java | 1578 public UnicodeSet remove(int start, int end) { in remove() method 1599 public final UnicodeSet remove(int c) { in remove() method 1610 public final UnicodeSet remove(CharSequence s) { in remove() method 4445 public void remove() { in remove() method in EntryRangeIterator 4537 public void remove() { in remove() method in UnicodeSetIterator2
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/proposal_filter/ |
D | bundle.rs | 109 pub fn remove<T: Proposable>(&mut self, index: usize) { in remove() method 590 fn remove(bundle: &mut ProposalBundle, index: usize); in remove() method
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/ |
H A D | ObjectNode.java | 528 public JsonNode remove(String fieldName) { in remove() method in ObjectNode 540 public ObjectNode remove(Collection<String> fieldNames) in remove() method in ObjectNode
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/utils/ |
H A D | ClientManager.h | 762 std::shared_ptr<ClientDescriptor<KEY, VALUE>> ClientManager<KEY, VALUE, LISTENER>::remove( in remove() function 822 void ClientManager<KEY, VALUE, LISTENER>::remove( in remove() function
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | OldCollectionsTest.java | 381 public boolean remove(Object o) { in remove() method in OldCollectionsTest.Mock_Collection 437 public boolean remove(Object o) { in remove() method in OldCollectionsTest.Mock_WrongCollection
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/containers/ |
D | EntityManager.h | 263 void remove(EntityHandle h) { in remove() function 535 void remove(EntityHandle h) { in remove() function
|
/aosp_15_r20/external/lz4/tests/ |
H A D | test-lz4-contentSize.sh | 7 remove () { function
|
H A D | test-lz4-multiple-legacy.sh | 7 remove () { function
|
H A D | test-lz4-sparse.sh | 7 remove () { function
|
H A D | test-lz4-fast-hugefile.sh | 7 remove () { function
|
H A D | test-lz4-multiple.sh | 7 remove () { function
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/ |
D | remove.rst | 1 remove title
|