Home
last modified time | relevance | path

Searched defs:remove (Results 426 – 450 of 5515) sorted by relevance

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

/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/hppc/
H A DLongLongScatterMap.kt114 fun remove(key: Long): Long { in remove() method
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2.java609 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 DTrie2.java603 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 DNode.java515 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/
DConcurrentLinkedQueue.java521 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/
DConcurrentLinkedQueue.java521 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 DCompactHashSet.java448 public boolean remove(@CheckForNull Object object) { in remove() method in CompactHashSet
567 public void remove() { in iterator() method
H A DMapMakerInternalMap.java1732 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 DConcurrentWeakMap.kt35 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 DBuilder.java167 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 DCompactHashSet.java452 public boolean remove(@CheckForNull Object object) { in remove() method in CompactHashSet
571 public void remove() { in iterator() method
H A DMapMakerInternalMap.java1732 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 DUnicodeSet.java1622 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 DUnicodeSet.java1578 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/
Dbundle.rs109 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 DObjectNode.java528 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 DClientManager.h762 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 DOldCollectionsTest.java381 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/
DEntityManager.h263 void remove(EntityHandle h) { in remove() function
535 void remove(EntityHandle h) { in remove() function
/aosp_15_r20/external/lz4/tests/
H A Dtest-lz4-contentSize.sh7 remove () { function
H A Dtest-lz4-multiple-legacy.sh7 remove () { function
H A Dtest-lz4-sparse.sh7 remove () { function
H A Dtest-lz4-fast-hugefile.sh7 remove () { function
H A Dtest-lz4-multiple.sh7 remove () { function
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/
Dremove.rst1 remove title

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