Home
last modified time | relevance | path

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

123456

/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/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/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
DMapField.cs145 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.MapField
315 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.MapField
744 public bool Remove(T item) in Remove() method in Google.Protobuf.Collections.MapField.MapView
/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/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/pigweed/pw_rpc/
Dchannel_list.cc47 Status ChannelList::Remove(uint32_t channel_id) { in Remove() function in pw::rpc::internal::ChannelList
/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/rust/crates/structopt/tests/
Dsubcommands.rs226 Remove, in external_subcommand() enumerator
316 Remove, in skip_subcommand() enumerator
/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/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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h72 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp176 SetVector<NodeId> Remove = DeadInstrs; in run() local
215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
/external/tensorflow/tensorflow/python/platform/
Dgfile.py24 from tensorflow.python.lib.io.file_io import delete_file as Remove unknown
/external/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h77 void Remove(Instruction *I) { in Remove() function

123456