Home
last modified time | relevance | path

Searched refs:Remove (Results 1 – 25 of 731) sorted by relevance

12345678910>>...30

/external/webrtc/webrtc/common_audio/
Dswap_queue_unittest.cc52 EXPECT_TRUE(queue.Remove(&i)); in TEST()
54 EXPECT_TRUE(queue.Remove(&i)); in TEST()
74 EXPECT_TRUE(queue.Remove(&i)); in TEST()
76 EXPECT_TRUE(queue.Remove(&i)); in TEST()
83 EXPECT_FALSE(queue.Remove(&i)); in TEST()
85 EXPECT_TRUE(queue.Remove(&i)); in TEST()
86 EXPECT_FALSE(queue.Remove(&i)); in TEST()
104 EXPECT_FALSE(queue.Remove(&i)); in TEST()
119 EXPECT_TRUE(queue.Remove(&valid_chunk)); in TEST()
132 EXPECT_TRUE(queue.Remove(&valid_chunk)); in TEST()
[all …]
/external/libweave/src/commands/
Dcommand_queue_unittest.cc36 bool Remove(const std::string& id) { return queue_.Remove(id); } in Remove() function in weave::CommandQueueTest
99 TEST_F(CommandQueueTest, Remove) { in TEST_F() argument
105 EXPECT_FALSE(Remove("dummy")); in TEST_F()
107 EXPECT_TRUE(Remove(id1)); in TEST_F()
109 EXPECT_FALSE(Remove(id1)); in TEST_F()
111 EXPECT_TRUE(Remove(id2)); in TEST_F()
113 EXPECT_FALSE(Remove(id2)); in TEST_F()
183 Remove(id1); in TEST_F()
185 Remove(id2); in TEST_F()
/external/dng_sdk/source/
Ddng_xmp.cpp650 void dng_xmp::Remove (const char *ns, in Remove() function in dng_xmp
654 fSDK->Remove (ns, path); in Remove()
682 Remove (ns, path); in RemoveEmptyStringOrArray()
766 Remove (ns, path); in SyncString()
789 Remove (ns, path); in SyncString()
815 Remove (ns, path); in SyncString()
830 Remove (ns, path); in SyncString()
892 Remove (ns, path); in SyncStringList()
1040 Remove (ns, path); in SyncAltLangDefault()
1265 Remove (ns, path); in Sync_uint32()
[all …]
/external/ceres-solver/internal/ceres/
Dordered_groups_test.cc48 EXPECT_FALSE(ordering.Remove(&x)); in TEST()
67 ordering.Remove(x); in TEST()
173 EXPECT_EQ(ordering.Remove(elements_to_remove), 2); in TEST()
188 EXPECT_EQ(ordering.Remove(elements_to_remove), 0); in TEST()
195 EXPECT_EQ(ordering.Remove(elements_to_remove), 0); in TEST()
207 ordering.Remove(x); in TEST()
210 ordering.Remove(x + 1); in TEST()
213 ordering.Remove(x + 2); in TEST()
/external/libchrome/base/
Did_map_unittest.cc45 map.Remove(id1); in TEST()
49 map.Remove(id2); in TEST()
81 map.Remove(iter.GetCurrentKey()); in TEST()
126 map.Remove(ids_in_iteration_order[1]); in TEST()
131 map.Remove(ids_in_iteration_order[3]); in TEST()
136 map.Remove(ids_in_iteration_order[0]); in TEST()
279 map_external.Remove(map_external_ids[i]); in TEST()
280 map_owned.Remove(map_owned_ids[i]); in TEST()
368 map.Remove(kId1); in TEST()
/external/lzma/CPP/Windows/
DFileDir.h51 ~CTempFile() { Remove(); } in ~CTempFile()
55 bool Remove();
65 ~CTempDir() { Remove(); } in ~CTempDir()
69 bool Remove();
/external/v8/test/cctest/
Dtest-hashmap.cc58 void Remove(int x) { in Remove() function in IntSet
60 map_.Remove(reinterpret_cast<void*>(x), hash_(x)); in Remove()
113 set.Remove(1); in TestSet()
119 set.Remove(3); in TestSet()
155 set.Remove(x); in TestSet()
Dtest-circular-queue.cc70 scq.Remove(); in TEST()
92 scq.Remove(); in TEST()
158 scq.Remove(); in TEST()
170 scq.Remove(); in TEST()
182 scq.Remove(); in TEST()
/external/proguard/src/proguard/gui/
Dboilerplate.pro93 # Remove - System method calls. Remove all invocations of System
107 # Remove - Math method calls. Remove all invocations of Math
156 # Remove - Number method calls. Remove all invocations of Number
273 # Remove - String method calls. Remove all invocations of String
330 # Remove - StringBuffer method calls. Remove all invocations of StringBuffer
346 # Remove - StringBuilder method calls. Remove all invocations of StringBuilder
362 # Remove debugging - Throwable_printStackTrace calls. Remove all invocations of
368 # Remove debugging - Thread_dumpStack calls. Remove all invocations of
374 # Remove debugging - All logging API calls. Remove all invocations of the
380 # Remove debugging - All Log4j API calls. Remove all invocations of the
Ddefault.pro32 # Remove - System method calls. Remove all invocations of System
46 # Remove - Math method calls. Remove all invocations of Math
95 # Remove - Number method calls. Remove all invocations of Number
205 # Remove - String method calls. Remove all invocations of String
262 # Remove - StringBuffer method calls. Remove all invocations of StringBuffer
278 # Remove - StringBuilder method calls. Remove all invocations of StringBuilder
/external/v8/src/arm64/
Dcode-stubs-arm64.h187 saved_regs_.Remove(MacroAssembler::DefaultTmpList()); in RegisterAllocation()
188 saved_fp_regs_.Remove(MacroAssembler::DefaultFPTmpList()); in RegisterAllocation()
196 pool_available.Remove(used_regs); in RegisterAllocation()
202 saved_regs_.Remove(scratch0_); in RegisterAllocation()
203 saved_regs_.Remove(scratch1_); in RegisterAllocation()
204 saved_regs_.Remove(scratch2_); in RegisterAllocation()
268 list.Remove(MacroAssembler::DefaultTmpList()); in GetValidRegistersForAllocation()
/external/elfutils/libasm/
DChangeLog14 * asm_*.c: Remove old-style function definitions.
33 * Makefile.am: Remove !MUDFLAP conditions.
41 * asm_newscn.c (asm_newscn): Remove unused variable.
50 * asm_error.c: Always use __thread. Remove all !USE_TLS code.
120 * Makefile.am: Remove lint handling.
131 * asm_end.c (binary_end): Remove shadowing variables.
/external/v8/src/
Dcancelable-task.cc55 void* removed = cancelable_tasks_.Remove(reinterpret_cast<void*>(id), id); in RemoveFinishedTask()
70 void* removed = cancelable_tasks_.Remove(reinterpret_cast<void*>(id), id); in TryAbort()
103 cancelable_tasks_.Remove(reinterpret_cast<void*>(id), id); in CancelAndWait()
Dcompilation-cache.cc95 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) { in Remove() function in v8::internal::CompilationSubCache
101 table->Remove(*function_info); in Remove()
281 void CompilationCache::Remove(Handle<SharedFunctionInfo> function_info) { in Remove() function in v8::internal::CompilationCache
284 eval_global_.Remove(function_info); in Remove()
285 eval_contextual_.Remove(function_info); in Remove()
286 script_.Remove(function_info); in Remove()
/external/naver-fonts/
DREADME10 1. Remove 4,888 Chinese characters
11 2. Remove non-Korean characters other than ASCII (up to U+007F)
12 3. Remove hints
/external/avahi/avahi-sharp/
DAvahiTest.cs96 objects.Remove (o); in OnServiceResolved()
117 objects.Remove (o); in OnAddressResolved()
128 objects.Remove (o); in OnHostNameResolved()
DDomainBrowser.cs94 addListeners.Remove (value);
106 removeListeners.Remove (value);
187 infos.Remove (info); in OnDomainBrowserCallback()
DServiceTypeBrowser.cs87 addListeners.Remove (value);
99 removeListeners.Remove (value);
186 infos.Remove (info); in OnServiceTypeBrowserCallback()
DServiceBrowser.cs96 addListeners.Remove (value);
108 removeListeners.Remove (value);
202 infos.Remove (info); in OnServiceBrowserCallback()
/external/ceres-solver/include/ceres/
Dordered_groups.h91 bool Remove(const T element) { in Remove() function
110 int Remove(const vector<T>& elements) { in Remove() function
117 num_removed += Remove(elements[i]); in Remove()
/external/bison/
DChangeLog-20125 * doc/fdl.texi: Remove file.
25 * lib/lbitset.c (lbitset_elt_find): Remove unnecessary test of "elt",
52 * lib/bitset_stats.c (bitset_stats_list): Remove declaration
76 (GNU pic (Groff 1.18.1) Grammar.): Remove empty %union.
172 * src/system.h (IF_LINT): Remove cpp macro.
510 Remove getHashCode as it's unused. Update all expected output.
671 * doc/bison.texinfo: Remove all uses.
691 * bootstrap: Remove 2011 from copyright years. The bootstrap
933 * tests/.cvsignore: Remove; I don't use CVS to maintain Bison
949 (vc_ignore): Remove.
[all …]
/external/webrtc/webrtc/base/
Dscopedptrcollection_unittest.cc60 TEST_F(ScopedPtrCollectionTest, Remove) { in TEST_F() argument
64 collection_->Remove(ic); in TEST_F()
Dhttpserver.cc100 HttpServer::Remove(int connection_id) { in Remove() function in rtc::HttpServer
166 server_->Remove(connection_id_); in InitiateClose()
203 server_->Remove(connection_id_); in onHttpComplete()
226 server_->Remove(connection_id_); in onHttpClosed()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.h37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
62 void MutexSet::Remove(u64 id) {} in Remove() function
/external/emma/
DANDROID-CHANGES.txt5 2) Remove reference to sun.misc.* in core/java14/com/vladium/util/IJREVersion.java
6 3) Remove reference to sun.misc.* and SunJREExitHookManager class from core/java13/com/vladium/util…

12345678910>>...30