Home
last modified time | relevance | path

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

12345

/external/sfntly/cpp/src/sfntly/port/
Djava_iterator.h51 virtual void Remove() { in Remove() function
78 virtual void Remove() { in Remove() function
/external/v8/src/arm64/
Dassembler-arm64-inl.h63 inline void CPURegList::Remove(const CPURegList& other) { in Remove() function
78 inline void CPURegList::Remove(const CPURegister& other1, in Remove() function
96 inline void CPURegList::Remove(int code) { in Remove() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachinePassRegistry.cpp33 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { in Remove() function in MachinePassRegistry
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference_helpers.cc26 Status BackEdgeHelper::Remove(Graph* graph) { in Remove() function in tensorflow::BackEdgeHelper
/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/v8/src/profiler/
Dcircular-queue-inl.h36 void SamplingCircularQueue<T, L>::Remove() { in Remove() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePassRegistry.cpp47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { in Remove() function in MachinePassRegistry
/external/llvm/lib/CodeGen/
DMachinePassRegistry.cpp47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { in Remove() function in MachinePassRegistry
/external/perfetto/include/perfetto/base/
Dlookup_set.h48 bool Remove(const T& child) { return set_.erase(child); } in Remove() function
/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSDRecord.cpp78 STDMETHODIMP CDNSSDRecord::Remove(DNSSDFlags flags) in Remove() function in CDNSSDRecord
/external/webrtc/webrtc/base/
Dscopedptrcollection.h47 void Remove(T* t) { in Remove() function
Dscopedptrcollection_unittest.cc60 TEST_F(ScopedPtrCollectionTest, Remove) { in TEST_F() argument
/external/libchrome/base/
Dscoped_observer.h36 void Remove(Source* source) { in Remove() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_attachnodelist.cpp40 bool CXFA_AttachNodeList::Remove(CXFA_Node* pNode) { in Remove() function in CXFA_AttachNodeList
Dcxfa_arraynodelist.cpp44 bool CXFA_ArrayNodeList::Remove(CXFA_Node* pNode) { in Remove() function in CXFA_ArrayNodeList
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DMetadataTest.cs146 public void Remove() in Remove() method in Grpc.Core.Tests.MetadataTest
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMap.h139 EPVRTError Remove(const KeyType key) in Remove() function
DPVRTArray.h418 virtual EPVRTError Remove(unsigned int uiIndex) in Remove() function
492 virtual EPVRTError Remove(unsigned int uiIndex) in Remove() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h70 void Remove(Instruction *I) { in Remove() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.cc65 void MutexSet::Remove(u64 id) { in Remove() function in __tsan::MutexSet
/external/libchrome/mojo/core/
Dwatcher_set.cc55 MojoResult WatcherSet::Remove(WatcherDispatcher* watcher, uintptr_t context) { in Remove() function in mojo::core::WatcherSet
/external/tensorflow/tensorflow/python/platform/
Dgfile.py24 from tensorflow.python.lib.io.file_io import delete_file as Remove unknown
/external/webrtc/webrtc/common_audio/
Dswap_queue.h153 bool Remove(T* output) WARN_UNUSED_RESULT { in Remove() function
/external/vixl/src/
Dcpu-features.cc82 void CPUFeatures::Remove(const CPUFeatures& other) { in Remove() function in vixl::CPUFeatures
86 void CPUFeatures::Remove(Feature feature0, in Remove() function in vixl::CPUFeatures
/external/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h77 void Remove(Instruction *I) { in Remove() function

12345