Home
last modified time | relevance | path

Searched defs:Remove (Results 1 – 25 of 119) 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/base/
Denum-set.h35 void Remove(E element) { bits_ &= ~Mask(element); } in Remove() function
36 void Remove(EnumSet set) { bits_ &= ~set.bits_; } in Remove() function
/external/v8/src/codegen/arm64/
Dassembler-arm64-inl.h62 inline void CPURegList::Remove(const CPURegList& other) { in Remove() function
74 inline void CPURegList::Remove(const CPURegister& other1, in Remove() function
90 inline void CPURegList::Remove(int code) { in Remove() function
/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/tensorflow/tensorflow/compiler/jit/
Dshape_inference_helpers.cc26 Status BackEdgeHelper::Remove(Graph* graph) { in Remove() function in tensorflow::BackEdgeHelper
/external/v8/src/profiler/
Dcircular-queue-inl.h33 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/mdnsresponder/mDNSWindows/DLLX/
DDNSSDRecord.cpp78 STDMETHODIMP CDNSSDRecord::Remove(DNSSDFlags flags) in Remove() function in CDNSSDRecord
/external/libchrome/base/task_scheduler/
Dscheduler_worker_stack.cc47 void SchedulerWorkerStack::Remove(const SchedulerWorker* worker) { in Remove() function in base::internal::SchedulerWorkerStack
/external/perfetto/include/perfetto/ext/base/
Dlookup_set.h48 bool Remove(const T& child) { return set_.erase(child); } in Remove() function
/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/pdfium/xfa/fxfa/parser/
Dcxfa_attachnodelist.cpp44 void CXFA_AttachNodeList::Remove(CXFA_Node* pNode) { in Remove() function in CXFA_AttachNodeList
Dcxfa_arraynodelist.cpp44 void CXFA_ArrayNodeList::Remove(CXFA_Node* pNode) { in Remove() function in CXFA_ArrayNodeList
/external/libchrome/base/
Dscoped_observer.h36 void Remove(Source* source) { in Remove() function
/external/tensorflow/tensorflow/core/framework/
Ddataset_stateful_op_whitelist.h33 Status Remove(string op_name) { in Remove() function
/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/libchrome/mojo/core/
Dwatcher_set.cc55 MojoResult WatcherSet::Remove(WatcherDispatcher* watcher, uintptr_t context) { in Remove() function in mojo::core::WatcherSet
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.cc65 void MutexSet::Remove(u64 id) { in Remove() function in __tsan::MutexSet
/external/webrtc/webrtc/common_audio/
Dswap_queue.h153 bool Remove(T* output) WARN_UNUSED_RESULT { in Remove() function
/external/tensorflow/tensorflow/python/platform/
Dgfile.py24 from tensorflow.python.lib.io.file_io import delete_file as Remove unknown

12345