Home
last modified time | relevance | path

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

123456789

/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/cronet/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
/external/cronet/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/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.cc74 void CPUFeatures::Remove(const CPUFeatures& other) { in Remove() function in vixl::CPUFeatures
78 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/base/profiler/
Dsample_metadata.cc39 void SampleMetadata::Remove() { in Remove() function in base::SampleMetadata
44 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/cronet/net/ssl/
Dssl_client_auth_cache.cc40 bool SSLClientAuthCache::Remove(const HostPortPair& server) { in Remove() function in net::SSLClientAuthCache
/external/libchrome/base/
Dscoped_observer.h36 void Remove(Source* source) { in Remove() function
/external/cronet/base/task/thread_pool/
Dworker_thread_set.cc54 void WorkerThreadSet::Remove(const WorkerThreadWaitableEvent* 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
/external/pdfium/xfa/fxfa/parser/
Dcxfa_attachnodelist.cpp56 void CXFA_AttachNodeList::Remove(CXFA_Node* pNode) { in Remove() function in CXFA_AttachNodeList
Dcxfa_arraynodelist.cpp56 void CXFA_ArrayNodeList::Remove(CXFA_Node* pNode) { in Remove() function in CXFA_ArrayNodeList
/external/icing/icing/legacy/index/
Dicing-storage-file.cc60 bool IcingStorageFile::Remove() { in Remove() function in icing::lib::IcingStorageFile
/external/tensorflow/tensorflow/core/framework/
Ddataset_stateful_op_allowlist.h33 Status Remove(string op_name) { in Remove() function
/external/openthread/src/core/common/
Dtimer.hpp178 void Remove(TimerMilli &aTimer) { Timer::Scheduler::Remove(aTimer, sAlarmMilliApi); } in Remove() function in ot::TimerMilli::Scheduler
348 void Remove(TimerMicro &aTimer) { Timer::Scheduler::Remove(aTimer, sAlarmMicroApi); } in Remove() function in ot::TimerMicro::Scheduler
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h72 void Remove(Instruction *I) { in Remove() function
/external/libchrome/mojo/core/
Dwatcher_set.cc55 MojoResult WatcherSet::Remove(WatcherDispatcher* watcher, uintptr_t context) { in Remove() function in mojo::core::WatcherSet

123456789