Searched defs:Remove (Results 1 - 25 of 72) sorted by relevance

123

/external/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp45 /// Remove - Removes a function pass from the registration list.
47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { function in class:MachinePassRegistry
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.cc65 void MutexSet::Remove(u64 id) { function in class:__tsan::MutexSet
H A Dtsan_mutexset.h37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
62 void MutexSet::Remove(u64 id) {} function in class:__tsan::MutexSet
/external/libchrome/base/
H A Dscoped_observer.h35 // Remove the object passed to the constructor as an observer from |source|.
36 void Remove(Source* source) { function in class:ScopedObserver
/external/libweave/third_party/chromium/base/
H A Dscoped_observer.h34 // Remove the object passed to the constructor as an observer from |source|.
35 void Remove(Source* source) { function in class:ScopedObserver
/external/sfntly/cpp/src/sfntly/port/
H A Djava_iterator.h51 virtual void Remove() { function in class:sfntly::PODIterator
78 virtual void Remove() { function in class:sfntly::RefIterator
/external/v8/src/profiler/
H A Dcircular-queue-inl.h36 void SamplingCircularQueue<T, L>::Remove() { function in class:v8::internal::SamplingCircularQueue
/external/webrtc/webrtc/base/
H A Dscopedptrcollection.h46 // Remove |t| from the collection without deleting it.
47 void Remove(T* t) { function in class:rtc::ScopedPtrCollection
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas109 procedure Remove(const Key: TKey); procedure
237 procedure THashList<TKey, TValue>.Remove(const Key: TKey);
239 FDictionary.Remove(Key);
240 FInsertionOrderList.Remove(Key);
/external/ceres-solver/include/ceres/
H A Dordered_groups.h89 // Remove the element, no matter what group it is in. Return value
91 bool Remove(const T element) { function in class:ceres::OrderedGroups
110 int Remove(const vector<T>& elements) { function in class:ceres::OrderedGroups
117 num_removed += Remove(elements[i]);
/external/libweave/src/commands/
H A Dcommand_queue_unittest.cc36 bool Remove(const std::string& id) { return queue_.Remove(id); } function in class:weave::CommandQueueTest
99 TEST_F(CommandQueueTest, Remove) {
105 EXPECT_FALSE(Remove("dummy"));
107 EXPECT_TRUE(Remove(id1));
109 EXPECT_FALSE(Remove(id1));
111 EXPECT_TRUE(Remove(id2));
113 EXPECT_FALSE(Remove(id2));
183 Remove(id1);
185 Remove(id
[all...]
H A Dcommand_queue.cc106 bool CommandQueue::Remove(const std::string& id) { function in class:weave::CommandQueue
120 Remove(remove_queue_.top().second);
/external/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h75 // Remove - remove I from the worklist if it exists.
76 void Remove(Instruction *I) { function in class:llvm::InstCombineWorklist
/external/v8/test/cctest/
H A Dtest-hashmap.cc58 void Remove(int x) { function in class:IntSet
60 map_.Remove(reinterpret_cast<void*>(x), hash_(x));
113 set.Remove(1);
119 set.Remove(3);
150 // Remove all these values.
155 set.Remove(x);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs83 public void Remove( object value ) method in class:Antlr.Runtime.JavaExtensions.SubList
306 void IList.Remove( object value )
373 bool ICollection<T>.Remove( T item ) method in class:Antlr.Runtime.JavaExtensions.SubList
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs241 public void Remove(int el) { method in class:Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs283 public void Remove( int el ) method in class:Antlr.Runtime.BitSet
/external/autotest/client/cros/cellular/pseudomodem/
H A Ddbus_std_ifaces.py356 def Remove(self, device): member in class:DBusObjectManager
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h80 static data_type Remove(data_type B, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
128 static data_type Remove(data_type B, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
/external/lzma/CPP/Windows/Control/
H A DImageList.h69 bool Remove(int index) function in class:NWindows::NControl::CImageList
/external/v8/src/
H A Datomic-utils.h145 void Remove(E element) { ATOMIC_SET_WRITE(&, ~Mask(element)); } function in class:v8::internal::AtomicEnumSet
147 void Remove(const AtomicEnumSet& set) { function in class:v8::internal::AtomicEnumSet
H A Dsplay-tree-inl.h180 bool SplayTree<Config, Allocator>::Remove(const Key& key) { function in class:v8::internal::SplayTree
/external/webrtc/
H A Dsetup_links.py166 class Remove(Action): class in inherits:Action
168 super(Remove, self).__init__(dangerous)
296 actions.append(Remove(entries_file, dangerous=True))
418 actions.append(Remove(link_path, dangerous=False))
420 actions.append(Remove(link_path, dangerous=True))
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddecoder_database.cc87 int DecoderDatabase::Remove(uint8_t rtp_payload_type) { function in class:webrtc::DecoderDatabase
/external/webrtc/webrtc/modules/video_coding/test/
H A Dvcm_payload_sink_factory.cc45 virtual ~VcmPayloadSink() { factory_->Remove(this); }
195 void VcmPayloadSinkFactory::Remove(VcmPayloadSink* sink) { function in class:webrtc::rtpplayer::VcmPayloadSinkFactory

Completed in 868 milliseconds

123