Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 25 of 993) sorted by relevance

12345678910>>...40

/external/oj-libjdwp/src/share/classes/com/sun/jdi/event/
DEventQueue.java73 EventSet remove() throws InterruptedException; in remove() method
88 EventSet remove(long timeout) throws InterruptedException; in remove() method
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
DMetricProducerManager.java49 public abstract void remove(MetricProducer metricProducer); in remove() method in MetricProducerManager
79 public void remove(MetricProducer metricProducer) { in remove() method in MetricProducerManager.NoopMetricProducerManager
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DTextElementIteratorsFactory.java74 public void remove() { in remove() method in TextElementIteratorsFactory.CascadingIterator
119 public void remove() { in remove() method in TextElementIteratorsFactory.SingleElementIterator
154 public void remove() { in remove() method in TextElementIteratorsFactory.ComposedIterator
/external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DBitSet.pm63 sub remove : Tests(2) { subroutine
/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
DWeakConcurrentSet.java55 public boolean remove(V value) { in remove() method in WeakConcurrentSet
118 public void remove() { in remove() method in WeakConcurrentSet.ReducingIterator
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DLruBitmapPool.java181 void remove(Bitmap bitmap); in remove() method
199 public void remove(Bitmap bitmap) { in remove() method in LruBitmapPool.ThrowingBitmapTracker
214 public void remove(Bitmap bitmap) { in remove() method in LruBitmapPool.NullBitmapTracker
/external/pigweed/pw_package/py/pw_package/
Dpackage_manager.py46 def remove(self, path: pathlib.Path) -> None: # pylint: disable=no-self-use member in Package
96 def remove(self, package: str) -> None: member in PackageManager
139 def remove(self, package: str) -> int: member in PackageManagerCLI
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DSmallSortedMap.java279 public V remove(Object o) { in remove() method in SmallSortedMap
507 public boolean remove(Object o) { in remove() method in SmallSortedMap.EntrySet
558 public void remove() { in remove() method in SmallSortedMap.EntryIterator
608 public void remove() { in remove() method in SmallSortedMap.DescendingEntryIterator
DAbstractProtobufList.java137 public E remove(int index) { in remove() method in AbstractProtobufList
143 public boolean remove(Object o) { in remove() method in AbstractProtobufList
/external/autotest/frontend/client/src/autotest/tko/
DHeaderFieldCollection.java100 public void remove() { in iterator() method
136 public boolean remove(Object o) { in remove() method
/external/testng/src/main/java/org/testng/collections/
DMultiMap.java70 public C remove(K key) { in remove() method in MultiMap
74 public boolean remove(K key, V value) { in remove() method in MultiMap
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp433 void AliasSetTracker::remove(AliasSet &AS) { in remove() function in AliasSetTracker
463 AliasSetTracker::remove(Value *Ptr, uint64_t Size, const AAMDNodes &AAInfo) { in remove() function in AliasSetTracker
470 bool AliasSetTracker::remove(LoadInst *LI) { in remove() function in AliasSetTracker
483 bool AliasSetTracker::remove(StoreInst *SI) { in remove() function in AliasSetTracker
496 bool AliasSetTracker::remove(VAArgInst *VAAI) { in remove() function in AliasSetTracker
507 bool AliasSetTracker::remove(MemSetInst *MSI) { in remove() function in AliasSetTracker
534 bool AliasSetTracker::remove(Instruction *I) { in remove() function in AliasSetTracker
/external/guava/guava/src/com/google/common/collect/
DStandardTable.java152 public V remove(@Nullable Object rowKey, @Nullable Object columnKey) { in remove() method in StandardTable
256 public void remove() { in remove() method in StandardTable.CellIterator
334 public V remove(Object key) { in remove() method in StandardTable.Row
378 public void remove() { in entryIterator() method in StandardTable.Row
DFilteredEntryMultimap.java191 public Collection<V> remove(@Nullable Object key) { in remove() method in FilteredEntryMultimap.AsMap
235 public boolean remove(@Nullable Object o) { in createKeySet() method in FilteredEntryMultimap.AsMap.KeySetImpl
300 public boolean remove(@Nullable Object o) { in createValues() method in FilteredEntryMultimap.ValuesImpl
349 public int remove(@Nullable Object key, int occurrences) { in remove() method in Keys
DUnmodifiableIterator.java45 public final void remove() { in remove() method in UnmodifiableIterator
DPeekingIterator.java70 void remove(); in remove() method
/external/guava/android/guava/src/com/google/common/collect/
DFilteredEntryMultimap.java191 public Collection<V> remove(@NullableDecl Object key) { in remove() method in FilteredEntryMultimap.AsMap
235 public boolean remove(@NullableDecl Object o) { in createKeySet() method in FilteredEntryMultimap.AsMap.KeySetImpl
300 public boolean remove(@NullableDecl Object o) { in createValues() method in FilteredEntryMultimap.ValuesImpl
349 public int remove(@NullableDecl Object key, int occurrences) { in remove() method in Keys
DStandardTable.java150 public V remove(@NullableDecl Object rowKey, @NullableDecl Object columnKey) { in remove() method in StandardTable
254 public void remove() { in remove() method in StandardTable.CellIterator
318 public V remove(Object key) { in remove() method in StandardTable.Row
362 public void remove() { in entryIterator() method in StandardTable.Row
DUnmodifiableIterator.java45 public final void remove() { in remove() method in UnmodifiableIterator
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedQueueTest.java56 public E remove() { in remove() method in SynchronizedQueueTest.TestQueue
62 public boolean remove(Object object) { in remove() method in SynchronizedQueueTest.TestQueue
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedQueueTest.java57 public E remove() { in remove() method in SynchronizedQueueTest.TestQueue
63 public boolean remove(Object object) { in remove() method in SynchronizedQueueTest.TestQueue
/external/cldr/tools/java/org/unicode/cldr/draft/
DIterables.java97 public void remove() { in remove() method in Iterables
122 public void remove() { in remove() method in Iterables.TransformIterator
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DClassPathIterator.java95 public void remove() { in remove() method in ClassPathIterator
156 public void remove() { in remove() method in ClassPathIterator.ZipIterator
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DCopyOnWriteList.kt32 override fun remove(element: E): Boolean { in remove() method in kotlinx.coroutines.internal.CopyOnWriteList
84 override fun remove() = throw UnsupportedOperationException("Operation is not supported") in iterator() method in kotlinx.coroutines.internal.CopyOnWriteList.IteratorImpl
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventQueueImpl.java81 public EventSet remove() throws InterruptedException { in remove() method in EventQueueImpl
89 public EventSet remove(long timeout) throws InterruptedException { in remove() method in EventQueueImpl

12345678910>>...40