Home
last modified time | relevance | path

Searched defs:Remove (Results 1 – 25 of 269) sorted by relevance

1234567891011

/external/javassist/src/test/test2/
DRemove.java7 public class Remove extends RemoveParent { class
17 public Remove() { g = 7; } in Remove() method in Remove
18 public Remove(int i) { g = i; } in Remove() method in Remove
DRemove.classRemove.java package test2 public test2.Remove extends test2.RemoveParent { public int f2 public test2 ...
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs66 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs66 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dpacket_number_indexed_queue.h183 bool PacketNumberIndexedQueue<T>::Remove(QuicPacketNumber packet_number) { in Remove() function
189 bool PacketNumberIndexedQueue<T>::Remove(QuicPacketNumber packet_number, in Remove() function
Dquic_blocked_writer_list.cc32 bool QuicBlockedWriterList::Remove(QuicBlockedWriterInterface& blocked_writer) { in Remove() function in quic::QuicBlockedWriterList
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dpacket_number_indexed_queue.h183 bool PacketNumberIndexedQueue<T>::Remove(QuicPacketNumber packet_number) { in Remove() function
189 bool PacketNumberIndexedQueue<T>::Remove(QuicPacketNumber packet_number, in Remove() function
Dquic_blocked_writer_list.cc32 bool QuicBlockedWriterList::Remove(QuicBlockedWriterInterface& blocked_writer) { in Remove() function in quic::QuicBlockedWriterList
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs66 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
/external/vixl/src/
Dcpu-features.cc75 void CPUFeatures::Remove(const CPUFeatures& other) { in Remove() function in vixl::CPUFeatures
79 void CPUFeatures::Remove(Feature feature) { in Remove() function in vixl::CPUFeatures
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference_helpers.cc26 Status BackEdgeHelper::Remove(Graph* graph) { in Remove() function in tensorflow::BackEdgeHelper
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Didentity_resolving_list.cc27 void IdentityResolvingList::Remove(DeviceAddress identity) { in Remove() function in bt::gap::IdentityResolvingList
/external/llvm/lib/CodeGen/
DMachinePassRegistry.cpp47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { in Remove() function in MachinePassRegistry
/external/pigweed/pw_bluetooth_sapphire/host/common/
Dexpiring_set_test.cc52 TEST_F(ExpiringSetTest, Remove) { in TEST_F() argument
/external/cronet/stable/base/profiler/
Dsample_metadata.cc41 void SampleMetadata::Remove() { in Remove() function in base::SampleMetadata
46 void SampleMetadata::Remove(int64_t key) { in Remove() function in base::SampleMetadata
/external/cronet/tot/base/profiler/
Dsample_metadata.cc41 void SampleMetadata::Remove() { in Remove() function in base::SampleMetadata
46 void SampleMetadata::Remove(int64_t key) { in Remove() function in base::SampleMetadata
/external/libchrome/base/task_scheduler/
Dscheduler_worker_stack.cc47 void SchedulerWorkerStack::Remove(const SchedulerWorker* worker) { in Remove() function in base::internal::SchedulerWorkerStack
/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSDRecord.cpp78 STDMETHODIMP CDNSSDRecord::Remove(DNSSDFlags flags) in Remove() function in CDNSSDRecord
/external/pigweed/pw_rpc/
Dchannel_list.cc47 Status ChannelList::Remove(uint32_t channel_id) { in Remove() function in pw::rpc::internal::ChannelList
/external/libchrome/base/
Dscoped_observer.h36 void Remove(Source* source) { in Remove() function
/external/cronet/stable/net/ssl/
Dssl_client_auth_cache.cc39 bool SSLClientAuthCache::Remove(const HostPortPair& server) { in Remove() function in net::SSLClientAuthCache
/external/cronet/tot/net/ssl/
Dssl_client_auth_cache.cc39 bool SSLClientAuthCache::Remove(const HostPortPair& server) { in Remove() function in net::SSLClientAuthCache
/external/cronet/tot/base/task/thread_pool/
Dworker_thread_set.cc53 void WorkerThreadSet::Remove(const WorkerThread* worker) { in Remove() function in base::internal::WorkerThreadSet
/external/cronet/stable/base/task/thread_pool/
Dworker_thread_set.cc53 void WorkerThreadSet::Remove(const WorkerThread* worker) { in Remove() function in base::internal::WorkerThreadSet
/external/openthread/src/posix/platform/
Dmainloop.cpp47 void Manager::Remove(Source &aSource) in Remove() function in ot::Posix::Mainloop::Manager

1234567891011