Home
last modified time | relevance | path

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

1234567

/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/sfntly/cpp/src/sfntly/port/
Djava_iterator.h51 virtual void Remove() { in Remove() function
78 virtual void Remove() { 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/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/llvm-project/lldb/source/Host/common/
DNativeWatchpointList.cpp22 Status NativeWatchpointList::Remove(addr_t addr) { in Remove() function in NativeWatchpointList
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference_helpers.cc26 Status BackEdgeHelper::Remove(Graph* graph) { in Remove() function in tensorflow::BackEdgeHelper
/external/llvm/lib/CodeGen/
DMachinePassRegistry.cpp47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { in Remove() function in MachinePassRegistry
/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/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/llvm-project/clang-tools-extra/clangd/
DConfigFragment.h153 std::vector<Located<std::string>> Remove; member
205 std::vector<Located<std::string>> Remove; member
/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/grpc-grpc/src/csharp/Grpc.Core.Tests/
DMetadataTest.cs146 public void Remove() in Remove() method in Grpc.Core.Tests.MetadataTest
/external/llvm-project/lldb/include/lldb/Core/
DFileSpecList.h186 bool Remove(size_t idx) { in Remove() function
/external/llvm-project/lldb/source/Target/
DJITLoaderList.cpp25 void JITLoaderList::Remove(const JITLoaderSP &jit_loader_sp) { in Remove() function in JITLoaderList
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h72 void Remove(Instruction *I) { in Remove() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.cpp64 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/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.cc65 void MutexSet::Remove(u64 id) { in Remove() function in __tsan::MutexSet
/external/tensorflow/tensorflow/python/platform/
Dgfile.py24 from tensorflow.python.lib.io.file_io import delete_file as Remove unknown
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs83 public void Remove( object value ) in Remove() method in Antlr.Runtime.JavaExtensions.SubList
373 bool ICollection<T>.Remove( T item ) in Remove() method in Antlr.Runtime.JavaExtensions.SubList

1234567