/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/ |
D | remove.hpp | 31 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/ |
D | remove.hpp | 20 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/ |
D | EventQueue.java | 73 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/ |
D | LockFreeLinkedList.common.kt | 12 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/ |
D | MetricProducerManager.java | 49 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/ |
D | TextElementIteratorsFactory.java | 74 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/ |
D | EnvironmentVariableHelper.java | 29 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/ |
D | EnvironmentVariableHelper.java | 29 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/ |
D | BitSet.pm | 63 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/ |
D | SdkChannelPoolMap.java | 53 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/ |
D | event.rs | 132 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/ |
D | LinkedList.kt | 39 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/ |
D | AuthenticationHandler.java | 65 void remove(); in remove() method 83 @Override public void remove() { in remove() method in AuthenticationHandler.GlobalHandler
|
D | ChangeNotifyingArrayList.java | 35 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/ |
D | LruBitmapPool.java | 181 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/ |
D | WeakConcurrentSet.java | 55 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/ |
D | SmallSortedMap.java | 279 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/ |
D | SmallSortedMap.java | 279 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/ |
D | SmallSortedMap.java | 279 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/ |
D | StandardTable.java | 159 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/ |
D | StandardTable.java | 157 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/ |
D | ShadedMarkerAdapter.java | 51 public boolean remove(Marker marker) { in remove() method in ShadedMarkerAdapter 112 public void remove() { in remove() method in ShadedMarkerAdapter.IteratorAdapter
|
D | UnshadedMarkerAdapter.java | 51 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/ |
D | HeaderFieldCollection.java | 100 public void remove() { in iterator() method 136 public boolean remove(Object o) { in remove() method
|
/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 433 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
|