/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
H A D | It_ipc_mkfifo_003.cpp | 82 remove(pathname); in Testcase() 88 remove(pathname); in Testcase()
|
/test/xts/hats/kernel/syscalls/fileio/fchdir/ |
H A D | FchdirApiTest.cpp | 83 remove(TEST_DIR); in HWTEST_F() 124 remove(TEST_FILE); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fallocate/ |
H A D | FallocateApiTest.cpp | 76 remove(TEST_FILE); in HWTEST_F() 126 remove(TEST_FILE); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fremovexattr/ |
H A D | FremovexattrApiTest.cpp | 63 * @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 D | Pread64ApiTest.cpp | 52 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 D | ICUNotifier.java | 18 * 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 D | main.cpp | 21 // 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 D | main_4.cpp | 21 // RuleBasedTransliterator rules to remove accents from characters 83 str.remove(); in main() 91 str.remove(); in main()
|
H A D | main_3.cpp | 21 // 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 D | ICUNotifier.java | 19 * 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 D | opt_dead_functions.cpp | 121 /* 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 D | update-googletest.sh | 17 git remote remove googletest-upstream 52 [ -d "$WORKTREE" ] && git worktree remove -f "$WORKTREE"
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | sendfile.c | 72 remove(fromfile); in sendfile_0100() 73 remove(tofile); in sendfile_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/select/ |
H A D | poll_sup.c | 94 remove(path1); in poll_0100() 95 remove(path2); in poll_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | utimensat.c | 55 remove(path); in utimensat_0100() 105 remove(path); in utimensat_time64_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fputwc.c | 58 remove("file.txt"); in fputwc_0100() 91 remove("file.txt"); in fputwc_0200()
|
H A D | rename.c | 39 remove(newname); in rename_0100() 92 remove(newname); in rename_0300()
|
H A D | vfprintf.c | 63 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 D | exit.c | 61 remove(ptr); in exit_0100() 100 remove(ptr); in exit_0200()
|
H A D | pwritev.c | 45 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 D | email-read-alternative.py | 74 os.remove(f.name) 76 os.remove(fn)
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkShaderObjectUtil.cpp | 57 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 D | GrClientMappedBufferManager.cpp | 40 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 D | main_3.cpp | 21 // RuleBasedTransliterator rules to remove accents from characters 79 str.remove(); in main() 87 str.remove(); in main()
|
H A D | main_4.cpp | 21 // RuleBasedTransliterator rules to remove accents from characters 83 str.remove(); in main() 91 str.remove(); in main()
|