Searched refs:Remove (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/external/arm-neon-tests/
H A Darmscript.inc11 //DELFILE 1 // Remove the symbol definitions
/external/webrtc/webrtc/common_audio/
H A Dswap_queue_unittest.cc52 EXPECT_TRUE(queue.Remove(&i));
54 EXPECT_TRUE(queue.Remove(&i));
74 EXPECT_TRUE(queue.Remove(&i));
76 EXPECT_TRUE(queue.Remove(&i));
83 EXPECT_FALSE(queue.Remove(&i));
85 EXPECT_TRUE(queue.Remove(&i));
86 EXPECT_FALSE(queue.Remove(&i));
104 EXPECT_FALSE(queue.Remove(&i));
119 EXPECT_TRUE(queue.Remove(&valid_chunk));
132 EXPECT_TRUE(queue.Remove(
[all...]
/external/libmojo/mojo/edk/system/
H A Dwatcher_set.h42 MojoResult Remove(uintptr_t context);
H A Dawakable_list_unittest.cc34 awakable_list.Remove(thread.waiter());
76 awakable_list.Remove(thread.waiter());
89 awakable_list.Remove(thread.waiter());
91 awakable_list.Remove(thread.waiter());
107 awakable_list.Remove(thread.waiter());
125 awakable_list.Remove(thread.waiter());
137 awakable_list.Remove(thread.waiter());
152 awakable_list.Remove(thread.waiter());
154 awakable_list.Remove(thread.waiter());
200 awakable_list.Remove(thread
[all...]
H A Dawakable_list.h40 void Remove(Awakable* awakable);
62 // TODO: Remove AwakableList and instead use WatcherSet directly in
/external/lzma/CPP/Windows/
H A DFileDir.h58 ~CTempFile() { Remove(); }
62 bool Remove();
72 ~CTempDir() { Remove(); }
76 bool Remove();
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_attachnodelist.h23 bool Remove(CXFA_Node* pNode) override;
H A Dcxfa_arraynodelist.h26 bool Remove(CXFA_Node* pNode) override;
H A Dcxfa_list.h23 virtual bool Remove(CXFA_Node* pNode) = 0;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachinePassRegistry.cpp31 /// Remove - Removes a function pass from the registration list.
33 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { function in class:MachinePassRegistry
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_appstream.h34 void Remove(const ByteString& sAPType);
/external/v8/src/profiler/
H A Dcircular-queue.h38 // Remove must be called.
40 void Remove();
/external/compiler-rt/lib/tsan/rtl/
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/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/webrtc/webrtc/base/
H A Dscopedptrcollection_unittest.cc60 TEST_F(ScopedPtrCollectionTest, Remove) {
64 collection_->Remove(ic);
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs97 map.Remove("b");
216 Assert.IsFalse(map.Remove("missing"));
218 Assert.IsTrue(map.Remove("foo"));
220 Assert.Throws<ArgumentNullException>(() => map.Remove(null));
230 Assert.IsFalse(collection.Remove(NewKeyValuePair("wrong key", "bar")));
232 Assert.IsFalse(collection.Remove(NewKeyValuePair("foo", "wrong value")));
234 Assert.IsTrue(collection.Remove(NewKeyValuePair("foo", "bar")));
236 Assert.Throws<ArgumentException>(() => collection.Remove(new KeyValuePair<string, string>(null, "")));
341 dictionary.Remove("a");
343 dictionary.Remove(
[all...]
/external/abi-compliance-checker/
H A DMakefile.pl78 my ($PREFIX, $DESTDIR, $Help, $Install, $Remove);
85 "remove!" => \$Remove
95 if(not $Install and not $Remove)
103 $Remove = 1;
169 if($Remove)
/external/abi-dumper/
H A DMakefile.pl73 my ($PREFIX, $DESTDIR, $Help, $Install, $Remove);
80 "remove!" => \$Remove
90 if(not $Install and not $Remove)
98 $Remove = 1;
162 if($Remove)
/external/dng_sdk/source/
H A Ddng_xmp.cpp650 void dng_xmp::Remove (const char *ns, function in class:dng_xmp
654 fSDK->Remove (ns, path);
682 Remove (ns, path);
766 Remove (ns, path);
789 Remove (ns, path);
815 Remove (ns, path);
830 Remove (ns, path);
892 Remove (ns, path);
1040 Remove (ns, path);
1265 Remove (n
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSetExtensions.cs73 return set.Remove( item );
/external/compiler-rt/make/
H A Doptions.mk35 # FIXME: Remove these pipes once ranlib errors are fixed.
41 # FIXME: Remove these pipes once ranlib errors are fixed.
/external/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h39 ~RegisterRegAlloc() { Registry.Remove(this); }
/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/mdnsresponder/mDNSWindows/DLLX/
H A DDNSSDRecord.cpp78 STDMETHODIMP CDNSSDRecord::Remove(DNSSDFlags flags) function in class:CDNSSDRecord
H A DDNSSDRecord.h168 STDMETHOD(Remove)(DNSSDFlags flags);

Completed in 820 milliseconds

1234567891011>>