Home
last modified time | relevance | path

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

12345678910>>...67

/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dremove.hpp31 remove(ForwardRange& rng, const Value& val) in remove() function
40 remove(const ForwardRange& rng, const Value& val) in remove() function
51 remove(ForwardRange& rng, const Value& val) in remove() function
62 remove(const ForwardRange& rng, const Value& val) in remove() function
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/transformation/
Dremove.hpp20 struct remove struct
22 typedef filter_view<Sequence, mpl::not_<is_same<mpl::_, T> > > type;
29 remove(Sequence const& seq) in remove() function
/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/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeLinkedList.common.kt12 public open fun remove(): Boolean in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
24 public final override fun remove(): Nothing in addLast() method in kotlinx.coroutines.internal.LockFreeLinkedListHead
/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/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/
DEnvironmentVariableHelper.java29 public void remove(SystemSetting setting) { in remove() method in EnvironmentVariableHelper
33 public void remove(String key) { in remove() method in EnvironmentVariableHelper
/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/testutils/
DEnvironmentVariableHelper.java29 public void remove(SystemSetting setting) { in remove() method in EnvironmentVariableHelper
33 public void remove(String key) { in remove() method in EnvironmentVariableHelper
/external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DBitSet.pm63 sub remove : Tests(2) { subroutine
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/
DSdkChannelPoolMap.java53 public final boolean remove(K key) { in remove() method in SdkChannelPoolMap
123 public void remove() { in remove() method in SdkChannelPoolMap.ReadOnlyIterator
/external/rust/android-crates-io/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/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/
DLinkedList.kt39 public actual open fun remove(): Boolean { in remove() method in kotlinx.coroutines.internal.LockFreeLinkedListNode
70 public actual final override fun remove(): Nothing = throw UnsupportedOperationException() method in kotlinx.coroutines.internal.LockFreeLinkedListHead
/external/jsoup/src/main/java/org/jsoup/helper/
DAuthenticationHandler.java65 void remove(); in remove() method
83 @Override public void remove() { in remove() method in AuthenticationHandler.GlobalHandler
DChangeNotifyingArrayList.java35 public E remove(int index) { in remove() method in ChangeNotifyingArrayList
41 public boolean remove(Object o) { in remove() method in ChangeNotifyingArrayList
/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
120 public void remove() { in remove() method in WeakConcurrentSet.ReducingIterator
/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
/external/cronet/tot/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
/external/cronet/stable/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
/external/guava/guava/src/com/google/common/collect/
DStandardTable.java159 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove() method in StandardTable
279 public void remove() { in remove() method in StandardTable.CellIterator
372 public V remove(@CheckForNull Object key) { in remove() method in StandardTable.Row
416 public void remove() { in entryIterator() method in StandardTable.Row
/external/guava/android/guava/src/com/google/common/collect/
DStandardTable.java157 public V remove(@CheckForNull Object rowKey, @CheckForNull Object columnKey) { in remove() method in StandardTable
277 public void remove() { in remove() method in StandardTable.CellIterator
356 public V remove(@CheckForNull Object key) { in remove() method in StandardTable.Row
400 public void remove() { in entryIterator() method in StandardTable.Row
/external/aws-sdk-java-v2/bundle-logging-bridge/src/main/java/software/amazon/awssdk/thirdparty/org/slf4j/impl/internal/
DShadedMarkerAdapter.java51 public boolean remove(Marker marker) { in remove() method in ShadedMarkerAdapter
112 public void remove() { in remove() method in ShadedMarkerAdapter.IteratorAdapter
DUnshadedMarkerAdapter.java51 public boolean remove(Marker reference) { in remove() method in UnshadedMarkerAdapter
112 public void remove() { in remove() method in UnshadedMarkerAdapter.IteratorAdapter
/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/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

12345678910>>...67