Home
last modified time | relevance | path

Searched refs:remove (Results 151 - 175 of 11774) sorted by relevance

12345678910>>...471

/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dplat_nand.c117 if (pdata->ctrl.remove) in plat_nand_probe()
118 pdata->ctrl.remove(pdev); in plat_nand_probe()
135 if (pdata->ctrl.remove) in plat_nand_remove()
136 pdata->ctrl.remove(pdev); in plat_nand_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()
/third_party/mbedtls/tests/scripts/
H A Dtest_config_script.py51 os.remove(filename)
56 If there are old output files, remove them.
73 words.remove('get')
74 words.remove('set')
75 words.remove('unset')
/third_party/lz4/tests/
H A Dtest-lz4-versions.py98 os.remove(lz4)
122 os.remove(lz4t)
134 os.remove(dec)
151 os.remove(dec)
/third_party/skia/third_party/externals/icu/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()
/kernel/linux/linux-5.10/drivers/phy/cadence/
H A Dcdns-dphy.c77 void (*remove)(struct cdns_dphy *dphy); member
351 if (dphy->ops->remove) in cdns_dphy_probe()
352 dphy->ops->remove(dphy); in cdns_dphy_probe()
367 if (dphy->ops->remove) in cdns_dphy_remove()
368 dphy->ops->remove(dphy); in cdns_dphy_remove()
381 .remove = cdns_dphy_remove,
/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()
H A DMapField.java329 public V remove(Object key) { in remove() method in MapField.MutatabilityAwareMap
331 return delegate.remove(key); in remove()
427 public boolean remove(Object o) { in remove() method in MapField.MutatabilityAwareMap.MutatabilityAwareCollection
429 return delegate.remove(o); in remove()
524 public boolean remove(Object o) { in remove() method in MapField.MutatabilityAwareMap.MutatabilityAwareSet
526 return delegate.remove(o); in remove()
595 public void remove() { in remove() method in MapField.MutatabilityAwareMap.MutatabilityAwareIterator
597 delegate.remove(); in remove()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dremove.c29 int ret = remove(ptr); in remove_0100()
43 int ret = remove(ptr); in remove_0200()
H A D__freadable.c39 remove(path); in __freadable_0100()
56 remove(path); in __freadable_0200()
H A Dsetvbuf.c36 remove(path); in setvbuf_0100()
56 remove(path); in setvbuf_0200()
H A Dungetwc.c46 remove(path); in ungetwc_0100()
54 remove(path); in ungetwc_0100()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-dwc-qos-eth.c401 void (*remove)(struct platform_device *pdev); member
406 .remove = dwc_qos_remove,
411 .remove = tegra_eqos_remove,
451 goto remove; in dwc_eth_dwmac_probe()
455 goto remove; in dwc_eth_dwmac_probe()
459 remove: in dwc_eth_dwmac_probe()
460 data->remove(pdev); in dwc_eth_dwmac_probe()
477 data->remove(pdev); in dwc_eth_dwmac_remove()
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Dcoord.cpp186 BOOL_32 CoordTerm::remove(Coordinate& co)
188 BOOL_32 remove = FALSE;
193 remove = TRUE;
197 if (remove)
202 return remove;
321 VOID CoordEq::remove(Coordinate& co)
325 m_eq[i].remove(co);
450 tmpTerm.remove(temp.m_eq[i][j]);
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_jumps.cpp286 ((ir_instruction *)ir->get_next())->remove(); in truncate_after_instruction()
296 move_ir->remove(); in move_outer_block_inside()
524 jumps[0]->remove(); in visit()
525 jumps[1]->remove(); in visit()
641 jumps[move_out]->remove(); in visit()
734 ir_after->remove(); in visit()
796 ir_last->remove(); in visit()
902 jump->remove(); in visit()
/third_party/musl/Benchmark/musl/
H A Dlibc_unistd.cpp171 remove("/data/local/tmp/tmplink"); in Bm_function_Readlink()
192 remove("/data/local/tmp/tmplink"); in Bm_function_Readlinkat()
215 remove("/data/local/tmp/tmplink"); in Bm_function_Readlinkat_chk()
337 remove(filepath); in Bm_function_Lseek()
402 remove(filepath); in Bm_function_Fsync()
418 remove(filepath); in Bm_function_Fdatasync()
435 remove(filepath); in Bm_function_Ftruncate()
519 remove(filename); in Bm_function_Chown()
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_mkdir_test.cpp21 remove("test_mkdir"); in HWTEST_F()
36 remove("test_mkdir"); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Ddup3.c33 remove("/data/dup3test.txt"); in dup3_0100()
61 remove("/data/readtest.txt"); in dup3_0300()

Completed in 13 milliseconds

12345678910>>...471