Home
last modified time | relevance | path

Searched refs:remove (Results 101 - 125 of 1939) sorted by relevance

12345678910>>...78

/third_party/skia/src/gpu/
H A DGrThreadSafeCache.cpp47 fUniquelyKeyedEntryList.remove(tmp); in dropAllRefs()
68 fUniquelyKeyedEntryMap.remove(cur->key()); in dropUniqueRefs()
69 fUniquelyKeyedEntryList.remove(cur); in dropUniqueRefs()
92 fUniquelyKeyedEntryMap.remove(cur->key()); in dropUniqueRefsOlderThan()
93 fUniquelyKeyedEntryList.remove(cur); in dropUniqueRefsOlderThan()
106 fUniquelyKeyedEntryList.remove(entry); in makeExistingEntryMRU()
308 void GrThreadSafeCache::remove(const GrUniqueKey& key) { in remove() function in GrThreadSafeCache
313 fUniquelyKeyedEntryMap.remove(key); in remove()
314 fUniquelyKeyedEntryList.remove(tmp); in remove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist.h264 pointer remove(iterator &IT) { in remove() function in llvm::iplist_impl
267 base_list_type::remove(*Node); in remove()
271 pointer remove(const iterator &IT) { in remove() function in llvm::iplist_impl
273 return remove(MutIt); in remove()
276 pointer remove(pointer IT) { return remove(iterator(IT)); } in remove() function in llvm::iplist_impl
277 pointer remove(reference IT) { return remove(iterator(IT)); } in remove() function in llvm::iplist_impl
279 // erase - remove a node from the controlled sequence... and delete it.
281 this->deleteNode(remove(wher in erase()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist.h249 pointer remove(iterator &IT) { in remove() function in llvm::iplist_impl
252 base_list_type::remove(*Node); in remove()
256 pointer remove(const iterator &IT) { in remove() function in llvm::iplist_impl
258 return remove(MutIt); in remove()
261 pointer remove(pointer IT) { return remove(iterator(IT)); } in remove() function in llvm::iplist_impl
262 pointer remove(reference IT) { return remove(iterator(IT)); } in remove() function in llvm::iplist_impl
264 // erase - remove a node from the controlled sequence... and delete it.
266 this->deleteNode(remove(wher in erase()
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstatndk.cpp136 remove(path); in Utimensat()
148 remove(path); in FchModAt()
160 remove(path); in FchMod()
177 remove(path); in Creat()
192 remove(path); in Creat64()
283 remove("/data/storage/el2/base/files/utime.txt"); in Futimens()
307 remove(path); in MkFifoAt()
374 remove(path); in MkDir()
376 remove(path); in MkDir()
378 remove(pat in MkDir()
[all...]
H A Dtimendk1.cpp63 remove(TEST_FILE); in Futimes_One()
77 remove(TEST_FILE); in Futimes_Two()
100 remove(TEST_FILE); in Futimesat_One()
142 remove(TEST_FILE); in Utimes_One()
161 remove(TEST_FILE); in Utimes_Two()
/third_party/python/Lib/test/test_importlib/
H A Dtest_threaded_import.py155 sys.meta_path.remove(finder)
177 sys.meta_path.remove(flushing_finder)
178 sys.path_hooks.remove(path_hook)
205 self.addCleanup(sys.path.remove, TESTFN)
239 self.addCleanup(sys.path.remove, os.curdir)
/test/xts/hats/kernel/syscalls/fileio/syncfilerange/
H A DSyncFileRangeApiTest.cpp78 remove(SYNC_RANGE_TEST_FILE); in HWTEST_F()
117 remove(SYNC_RANGE_TEST_FILE); in HWTEST_F()
141 remove(SYNC_RANGE_TEST_FILE); in HWTEST_F()
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_dead_code.cpp42 * Note that this will remove assignments to globals, so it is not suitable
105 assignment_entry->assign->remove(); in do_dead_code()
112 assignment_entry->link.remove(); in do_dead_code()
121 * then we can remove its declaration. in do_dead_code()
161 entry->var->remove(); in do_dead_code()
/third_party/musl/libc-test/src/functionalext/supplement/legacy/
H A Dfutimes.c44 remove("futimes.txt"); in futimes_0100()
58 remove("futimes.txt"); in futimes_0200()
92 remove("futimes.txt"); in futimes_time64_0100()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dsync_file_range.c46 remove(path); in sync_file_range_0100()
94 remove(path); in sync_file_range_0300()
123 remove(path); in sync_file_range_0400()
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_fstatat64_test.cpp31 remove("test_fstatat64.txt"); in HWTEST_F()
54 remove("test_fstatat64.txt"); in HWTEST_F()
77 remove("test_fstatat64.txt"); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dftell.c52 remove(path); in ftell_0100()
83 remove(path); in ftell_0200()
113 remove(path); in ftell_0300()
H A Dfwrite.c38 remove(path); in fwrite_0100()
56 remove(path); in fwrite_0200()
74 remove(path); in fwrite_0300()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dutime_sup.c53 remove(file); in utime_0100()
86 remove(path); in utime_0200()
117 remove(file); in utime64_0100()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dchown.c41 remove(ptr); in chown_0100()
63 remove(ptr); in chown_0200()
86 remove(ptr); in chown_0300()
H A Dtruncate.c50 remove(path_n); in truncate_0100()
73 remove(path); in truncate_0200()
90 remove(path); in truncate_0200()
/test/testfwk/developer_test/libs/fuzzlib/
H A Dfuzzer_helper.py137 os.remove(file_path)
143 os.remove(file_path)
149 os.remove(file_path)
154 os.remove(file_path)
162 os.remove(os.path.join(corpus_dir, 'init'))
204 os.remove(subsystem_src_flag_file_path)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRelation.java190 return data.remove(key); in removeAll()
196 public boolean remove(K key, V value) { in remove() method in Relation
202 boolean result = set.remove(value); in remove()
204 data.remove(key); in remove()
332 result |= remove(key, value); in removeAll()
341 final Set<V> removals = data.remove(key); in removeAll()
/third_party/icu/icu4c/source/test/intltest/
H A Dtzoffloc.cpp213 dateStr.remove(); in TestGetOffsetAroundTransition()
230 dateStr.remove(); in TestGetOffsetAroundTransition()
251 dateStr.remove(); in TestGetOffsetAroundTransition()
272 dateStr.remove(); in TestGetOffsetAroundTransition()
293 dateStr.remove(); in TestGetOffsetAroundTransition()
314 dateStr.remove(); in TestGetOffsetAroundTransition()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRelation.java192 return data.remove(key); in removeAll()
198 public boolean remove(K key, V value) { in remove() method in Relation
204 boolean result = set.remove(value); in remove()
206 data.remove(key); in remove()
334 result |= remove(key, value); in removeAll()
343 final Set<V> removals = data.remove(key); in removeAll()
/third_party/python/Lib/multiprocessing/
H A Dheap.py181 self._arenas.remove(arena)
183 seq.remove((arena, 0, length))
186 self._lengths.remove(length)
243 seq.remove(block)
246 self._lengths.remove(length)
253 blocks.remove((start, stop))
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyStringArrayList.java201 public String remove(int index) { in remove() method in LazyStringArrayList
203 Object o = list.remove(index); in remove()
355 public byte[] remove(int index) { in remove() method in LazyStringArrayList.ByteArrayListView
356 Object o = list.remove(index); in remove()
398 public ByteString remove(int index) { in remove() method in LazyStringArrayList.ByteStringListView
399 Object o = list.remove(index); in remove()
/test/xts/hats/kernel/syscalls/fileio/utimensat/
H A DUtimensatApiTest.cpp79 ret = remove(UTIMENSAT_TEST_FILE); in HWTEST_F()
127 ret = remove(UTIMENSAT_TEST_FILE); in HWTEST_F()
168 ret = remove(UTIMENSAT_TEST_FILE); in HWTEST_F()
202 ret = remove(UTIMENSAT_TEST_FILE); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fchmodat/
H A DFchmodatApiTest.cpp94 remove(TEST_FILE_NAME); in HWTEST_F()
145 remove(TEST_FILE_NAME); in HWTEST_F()
176 remove(SYMBOL_LINK_NAME); in HWTEST_F()
177 remove(TEST_FILE_NAME); in HWTEST_F()
/third_party/icu/icu4c/source/samples/dtitvfmtsample/
H A Ddtitvfmtsample.cpp65 formatEn.remove(); in dtitvfmtPreDefined()
66 formatJa.remove(); in dtitvfmtPreDefined()
128 formatEn.remove(); in dtitvfmtCustomized()
129 formatJa.remove(); in dtitvfmtCustomized()

Completed in 12 milliseconds

12345678910>>...78