Home
last modified time | relevance | path

Searched refs:remove (Results 251 - 275 of 11564) sorted by relevance

1...<<11121314151617181920>>...463

/third_party/icu/icu4c/source/samples/translit/answers/
H A Dmain_1.cpp52 str.remove(); in main()
60 str.remove(); in main()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCollectionSet.java63 public boolean remove(Object o) { in remove() method in CollectionSet
64 return data.remove(o); in remove()
/third_party/libunwind/libunwind/tests/
H A Drun-coredump-unwind24 objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_if_simplification.cpp74 /* If the if statement has nothing on either side, remove it. */ in visit_leave()
77 ir->remove(); in visit_leave()
98 ir->remove(); in visit_leave()
/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H A Dopendir.c32 remove(path); in opendir_0100()
54 ret = remove(path); in opendir_0100()
56 t_error("remove failed: errno = %d\n", errno); in opendir_0100()
/third_party/musl/libc-test/src/functionalext/supplement/legacy/
H A Dlutimes.c50 ret = remove("lutimes_0100.txt"); in lutimes_0100()
92 ret = remove("lutimes_time64_0100.txt"); in lutimes_time64_0100()
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dexecvpe.c43 remove("/data/test.txt"); in execvpe_0100()
68 remove("/data/test.txt"); in execvpe_0200()
H A Dfork.c72 remove("test1.txt"); in fork_0100()
73 remove("test2.txt"); in fork_0100()
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dfchmodat.c46 remove(path); in fchmodat_0100()
69 remove(path); in fchmodat_0200()
H A Dfchmod.c41 remove(path); in fchmod_0100()
59 remove(path); in fchmod_0200()
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_fstatat_test.cpp31 remove("test_fstatat"); in HWTEST_F()
52 remove("test_fstatat"); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dsetbuffer.c54 remove(path); in setbuffer_0100()
75 remove(path); in setbuffer_0200()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dgettimeofday.c43 remove("time.txt"); in gettimeofday_0100()
76 remove("time.txt"); in gettimeofday_time64_0100()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dfchownat.c41 remove(ptr); in fchownat_0100()
63 remove(ptr); in fchownat_0200()
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DMemoizer.java68 cache.remove(arg); in get()
89 pending.remove(arg); in get()
/third_party/skia/src/gpu/
H A DGrHashMapWithCache.h63 void remove(K key) { in remove() function in GrHashMapWithCache
68 fMap.remove(fLastKey); in remove()
/third_party/skia/src/core/
H A DSkTDynamicHash.h26 // It is not safe to call set() or remove() while iterating with either foreach().
45 void remove(const Key& key) { fTable.remove(key); } in remove() function in SkTDynamicHash
/third_party/skia/third_party/externals/icu/source/samples/translit/answers/
H A Dmain_1.cpp52 str.remove(); in main()
60 str.remove(); in main()
H A Dmain_2.cpp60 str.remove(); in main()
68 str.remove(); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileUtilities.h56 sys::fs::remove(Filename); in ~FileRemover()
62 /// had ownership of a file, remove it first.
66 sys::fs::remove(Filename); in setFile()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_offload.py141 files.remove(f)
177 progs.remove(p)
415 def remove(self): member in NetdevSimDev
417 devs.remove(self)
420 self.nsims.remove(nsim)
447 def remove(self): member in NetdevSim
589 dev.remove()
717 start_test("Test multi-attachment XDP - remove without mode...")
744 start_test("Test multi-attachment XDP - device remove...")
745 simdev.remove()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_offload.py141 files.remove(f)
177 progs.remove(p)
415 def remove(self): member in NetdevSimDev
417 devs.remove(self)
420 self.nsims.remove(nsim)
447 def remove(self): member in NetdevSim
589 dev.remove()
717 start_test("Test multi-attachment XDP - remove without mode...")
744 start_test("Test multi-attachment XDP - device remove...")
745 simdev.remove()
[all...]
/base/location/test/location_locator/source/
H A Dlocation_config_manager_test.cpp80 remove(GetLocationSwitchConfigPath().c_str()); in HWTEST_F()
106 remove(LocationConfigManager::GetInstance()->GetPrivacyTypeConfigPath(PRIVACY_TYPE_STARTUP).c_str()); in HWTEST_F()
107 remove(LocationConfigManager::GetInstance()->GetPrivacyTypeConfigPath(PRIVACY_TYPE_CORE_LOCATION).c_str()); in HWTEST_F()
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_file_lock.c208 bool remove = false; in Release() local
214 remove = true; in Release()
223 if (remove && iter != NULL) { in Release()
/base/update/packaging_tools/test/
H A Dcreate_package_data.py198 os.remove("./%s.zip" % package_name)
200 os.remove("./partition_file.xml")
202 os.remove("./rsa_private_key2048.pem")

Completed in 9 milliseconds

1...<<11121314151617181920>>...463