Home
last modified time | relevance | path

Searched refs:remove (Results 301 - 325 of 11472) sorted by relevance

1...<<11121314151617181920>>...459

/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/
H A DIt_ipc_mkfifo_003.cpp82 remove(pathname); in Testcase()
88 remove(pathname); in Testcase()
/test/xts/hats/kernel/syscalls/fileio/fchdir/
H A DFchdirApiTest.cpp83 remove(TEST_DIR); in HWTEST_F()
124 remove(TEST_FILE); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fallocate/
H A DFallocateApiTest.cpp76 remove(TEST_FILE); in HWTEST_F()
126 remove(TEST_FILE); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fremovexattr/
H A DFremovexattrApiTest.cpp63 * @tc.desc : fremovexattr remove valid file attribute success.
80 remove(TEST_FILE); in HWTEST_F()
86 * @tc.desc : fremovexattr remove invalid file attribute fail, errno EBADF.
103 * @tc.desc : fremovexattr remove file non-exist attribute fail, errno ENODATA.
120 remove(TEST_FILE); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/pread64/
H A DPread64ApiTest.cpp52 remove(TEST_FILE); in SetUp()
62 (void)remove(TEST_FILE); in TearDown()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUNotifier.java18 * EventListeners with addListener and remove them with removeListener.
71 * not be null. Attempts to remove a listener that is
84 iter.remove(); in removeListener()
147 list = queue.remove(0); in run()
/third_party/icu/icu4c/source/samples/translit/
H A Dmain.cpp21 // RuleBasedTransliterator rules to remove accents from characters
85 str.remove(); in main()
93 str.remove(); in main()
/third_party/icu/icu4c/source/samples/translit/answers/
H A Dmain_4.cpp21 // RuleBasedTransliterator rules to remove accents from characters
83 str.remove(); in main()
91 str.remove(); in main()
H A Dmain_3.cpp21 // RuleBasedTransliterator rules to remove accents from characters
79 str.remove(); in main()
87 str.remove(); in main()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUNotifier.java19 * EventListeners with addListener and remove them with removeListener.
73 * not be null. Attempts to remove a listener that is
86 iter.remove(); in removeListener()
149 list = queue.remove(0); in run()
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_dead_functions.cpp121 /* Now that we've figured out which function signatures are used, remove in do_dead_functions()
122 * the unused ones, and remove function definitions that have no more in do_dead_functions()
127 entry->signature->remove(); in do_dead_functions()
145 func->remove(); in do_dead_functions()
/third_party/node/tools/dep_updaters/
H A Dupdate-googletest.sh17 git remote remove googletest-upstream
52 [ -d "$WORKTREE" ] && git worktree remove -f "$WORKTREE"
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dsendfile.c72 remove(fromfile); in sendfile_0100()
73 remove(tofile); in sendfile_0100()
/third_party/musl/libc-test/src/functionalext/supplement/select/
H A Dpoll_sup.c94 remove(path1); in poll_0100()
95 remove(path2); in poll_0100()
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dutimensat.c55 remove(path); in utimensat_0100()
105 remove(path); in utimensat_time64_0100()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfputwc.c58 remove("file.txt"); in fputwc_0100()
91 remove("file.txt"); in fputwc_0200()
H A Drename.c39 remove(newname); in rename_0100()
92 remove(newname); in rename_0300()
H A Dvfprintf.c63 remove(file_name); in vfprintf_test()
84 remove(file_name); in vfprintf_n_test()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dexit.c61 remove(ptr); in exit_0100()
100 remove(ptr); in exit_0200()
H A Dpwritev.c45 ret = remove("pwritev_function_value.c"); in pwritev_0100()
78 ret = remove("pwritev_function_value.c"); in pwritev_0200()
/third_party/python/Doc/includes/
H A Demail-read-alternative.py74 os.remove(f.name)
76 os.remove(fn)
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkShaderObjectUtil.cpp57 extensions.erase(std::remove(extensions.begin(), extensions.end(), "VK_EXT_discard_rectangles"), extensions.end()); in removeUnsupportedShaderObjectExtensions()
59 extensions.erase(std::remove(extensions.begin(), extensions.end(), "VK_NV_scissor_exclusive"), extensions.end()); in removeUnsupportedShaderObjectExtensions()
/third_party/skia/src/gpu/
H A DGrClientMappedBufferManager.cpp40 this->remove(m.fBuffer); in process()
51 void GrClientMappedBufferManager::remove(const sk_sp<GrGpuBuffer>& b) { in remove() function in GrClientMappedBufferManager
52 // There is no convenient remove only the first element that equals a value functionality in in remove()
/third_party/skia/third_party/externals/icu/source/samples/translit/answers/
H A Dmain_3.cpp21 // RuleBasedTransliterator rules to remove accents from characters
79 str.remove(); in main()
87 str.remove(); in main()
H A Dmain_4.cpp21 // RuleBasedTransliterator rules to remove accents from characters
83 str.remove(); in main()
91 str.remove(); in main()

Completed in 12 milliseconds

1...<<11121314151617181920>>...459