Home
last modified time | relevance | path

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

12345678910>>...43

/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/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeLinkedList.common.kt19 public open fun remove(): Boolean in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
27 public final override fun remove(): Nothing in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListHead
/external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DBitSet.pm63 sub remove : Tests(2) { method in Test::ANTLR::Runtime::BitSet
/external/rust/crates/userfaultfd/src/
Devent.rs132 let remove = unsafe { msg.arg.remove }; in from_uffd_msg() localVariable
139 let remove = unsafe { msg.arg.remove }; in from_uffd_msg() localVariable
/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/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/guava/guava/src/com/google/common/collect/
DStandardTable.java158 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove() method in StandardTable
278 public void remove() { in remove() method in StandardTable.CellIterator
371 public V remove(@CheckForNull Object key) { in remove() method in StandardTable.Row
415 public void remove() { in entryIterator() method in StandardTable.Row
/external/guava/android/guava/src/com/google/common/collect/
DStandardTable.java156 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove() method in StandardTable
276 public void remove() { in remove() method in StandardTable.CellIterator
355 public V remove(@CheckForNull Object key) { in remove() method in StandardTable.Row
399 public void remove() { in entryIterator() method in StandardTable.Row
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DSmallSortedMap.java279 public V remove(Object o) { in remove() method in SmallSortedMap
505 public boolean remove(Object o) { in remove() method in SmallSortedMap.EntrySet
556 public void remove() { in remove() method in SmallSortedMap.EntryIterator
606 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/protobuf/java/core/src/main/java/com/google/protobuf/
DSmallSortedMap.java279 public V remove(Object o) { in remove() method in SmallSortedMap
505 public boolean remove(Object o) { in remove() method in SmallSortedMap.EntrySet
556 public void remove() { in remove() method in SmallSortedMap.EntryIterator
606 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/skia/src/sksl/analysis/
DSkSLProgramUsage.cpp165 void ProgramUsage::remove(const Expression* expr) { in remove() function in SkSL::ProgramUsage
170 void ProgramUsage::remove(const Statement* stmt) { in remove() function in SkSL::ProgramUsage
175 void ProgramUsage::remove(const ProgramElement& element) { in remove() function in SkSL::ProgramUsage
/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/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/pigweed/pw_package/py/pw_package/
Dpackage_manager.py54 def remove(self, path: pathlib.Path) -> None: # pylint: disable=no-self-use member in Package
134 def remove(self, package: str) -> None: member in PackageManager
178 def remove(self, package: str) -> int: member in PackageManagerCLI
/external/gson/gson/src/main/java/com/google/gson/internal/
DNonNullElementWrapperList.java47 @Override public E remove(int index) { in remove() method in NonNullElementWrapperList
57 @Override public boolean remove(Object o) { in remove() method in NonNullElementWrapperList
/external/cldr/tools/cldr-code/src/main/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/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/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/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/
DLinkedList.kt43 public open fun remove(): Boolean { in remove() method in kotlinx.coroutines.internal.LinkedListNode
117 public final override fun remove(): Nothing = throw UnsupportedOperationException() method in kotlinx.coroutines.internal.LinkedListHead

12345678910>>...43