/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
H A D | It_process_plimits_006.cpp | 40 ret = remove(path3); in ItProcessPlimits006() 44 ret = remove(path4); in ItProcessPlimits006() 48 ret = remove(path5); in ItProcessPlimits006() 52 ret = remove(path6); in ItProcessPlimits006() 56 ret = remove(path7); in ItProcessPlimits006() 60 ret = remove(path8); in ItProcessPlimits006() 64 ret = remove(path9); in ItProcessPlimits006() 68 ret = remove(path10); in ItProcessPlimits006() 72 ret = remove(path11); in ItProcessPlimits006() 76 ret = remove(path1 in ItProcessPlimits006() [all...] |
/third_party/libuv/test/ |
H A D | test-fs-event.c | 173 r = remove(fs_event_get_filename(i)); in fs_event_unlink_files() 178 /* Make sure we're not attempting to remove files we do not intend */ in fs_event_unlink_files() 182 ASSERT_OK(remove(fs_event_get_filename(fs_event_removed))); in fs_event_unlink_files() 249 r = remove(fs_event_get_filename_in_subdir(i)); in fs_event_unlink_files_in_subdir() 254 /* Make sure we're not attempting to remove files we do not intend */ in fs_event_unlink_files_in_subdir() 258 ASSERT_OK(remove(fs_event_get_filename_in_subdir(fs_event_removed))); in fs_event_unlink_files_in_subdir() 419 remove("watch_dir/file2"); in TEST_IMPL() 420 remove("watch_dir/file1"); in TEST_IMPL() 421 remove("watch_dir/"); in TEST_IMPL() 440 remove("watch_di in TEST_IMPL() [all...] |
/base/security/asset/test/unittest/inner_kits_rust/src/ |
H A D | remove_abnormal.rs | 23 expect_error_eq(ErrCode::InvalidArgument, asset_sdk::Manager::build().unwrap().remove(&query).unwrap_err()); in remove_invalid_alias() 26 expect_error_eq(ErrCode::InvalidArgument, asset_sdk::Manager::build().unwrap().remove(&query).unwrap_err()); in remove_invalid_alias() 34 expect_error_eq(ErrCode::InvalidArgument, asset_sdk::Manager::build().unwrap().remove(&query).unwrap_err()); in remove_invalid_accessibility() 41 expect_error_eq(ErrCode::InvalidArgument, asset_sdk::Manager::build().unwrap().remove(&query).unwrap_err()); in remove_invalid_auth_type() 44 expect_error_eq(ErrCode::InvalidArgument, asset_sdk::Manager::build().unwrap().remove(&query).unwrap_err()); in remove_invalid_auth_type() 52 expect_error_eq(ErrCode::InvalidArgument, asset_sdk::Manager::build().unwrap().remove(&query).unwrap_err()); in remove_invalid_sync_type() 61 expect_error_eq(ErrCode::InvalidArgument, asset_sdk::Manager::build().unwrap().remove(&query).unwrap_err()); in remove_invalid_label() 64 expect_error_eq(ErrCode::InvalidArgument, asset_sdk::Manager::build().unwrap().remove(&query).unwrap_err()); in remove_invalid_label() 74 expect_error_eq(ErrCode::InvalidArgument, asset_sdk::Manager::build().unwrap().remove(&query).unwrap_err()); in remove_bool_tag_with_unmatched_type() 77 expect_error_eq(ErrCode::InvalidArgument, asset_sdk::Manager::build().unwrap().remove( in remove_bool_tag_with_unmatched_type() [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_dead_code_local.cpp | 86 entry->remove(); in use_channels() 90 entry->remove(); in use_channels() 132 entry->remove(); in visit_leave() 178 /* If this is an assignment of the form "foo = foo;", remove the whole in process_assignment() 183 ir->remove(); in process_assignment() 206 printf("looking for %s.0x%01x to remove\n", var->name, in process_assignment() 218 int remove = entry->unused & ir->write_mask; in process_assignment() local 223 remove, entry->ir->write_mask & ~remove); in process_assignment() 225 if (remove) { in process_assignment() [all...] |
/third_party/icu/icu4c/source/python/icutools/databuilder/test/ |
H A D | filtration_test.py | 109 expected_matches.remove("ars") 110 expected_matches.remove("zh_Hans") 142 expected_matches.remove("af_NA") 143 expected_matches.remove("af_VARIANT") 144 expected_matches.remove("af_ZA_VARIANT") 145 expected_matches.remove("af_ZA") 146 expected_matches.remove("af") 170 expected_matches.remove("ar") 171 expected_matches.remove("ar_SA") 172 expected_matches.remove("ar [all...] |
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/test/ |
H A D | filtration_test.py | 109 expected_matches.remove("ars") 110 expected_matches.remove("zh_Hans") 142 expected_matches.remove("af_NA") 143 expected_matches.remove("af_VARIANT") 144 expected_matches.remove("af_ZA_VARIANT") 145 expected_matches.remove("af_ZA") 146 expected_matches.remove("af") 170 expected_matches.remove("ar") 171 expected_matches.remove("ar_SA") 172 expected_matches.remove("ar [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | faccessat.c | 40 remove(ptr); in faccessat_0100() 56 remove(ptr); in faccessat_0200() 73 remove(ptr); in faccessat_0300() 90 remove(ptr); in faccessat_0400() 110 remove(ptr); in faccessat_0500() 127 remove(ptr); in faccessat_0600() 144 remove(ptr); in faccessat_0700() 161 remove(ptr); in faccessat_0800() 179 remove(ptr); in faccessat_0900() 197 remove(pt in faccessat_1000() [all...] |
H A D | access.c | 39 remove(ptr); in access_0100() 60 remove(ptr); in access_0200() 76 remove(ptr); in access_0300() 90 remove(ptr); in access_0400() 107 remove(ptr); in access_0500() 126 remove(ptr); in access_0600() 146 remove(ptr); in access_0700() 165 remove(ptr); in access_0800()
|
H A D | lseek.c | 54 ret = remove("./lseek64_function_test.c"); in lseek64_0100() 72 remove("/data/readtest.txt"); in lseek_0100() 89 remove("/data/readtest.txt"); in lseek_0200() 107 remove("/data/readtest.txt"); in lseek_0300() 124 remove("/data/readtest.txt"); in lseek_0400() 141 remove("/data/readtest.txt"); in lseek_0500() 158 remove("/data/readtest.txt"); in lseek_0600()
|
/third_party/node/tools/icu/ |
H A D | icutrim.py | 197 remove = None variable 198 # remove - always remove these 199 if "remove" in config: 200 remove = set(config["remove"]) variable 202 remove = set() variable 211 global remove 242 remove.add(thePool) 252 remove [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | mmap.c | 59 remove(ptr); in mmap_0100() 60 remove("/data/test.txt"); in mmap_0100() 97 remove(ptr); in mmap_0200() 98 remove("/data/test.txt"); in mmap_0200() 149 remove(ptr); in mmap_0400() 150 remove("/data/test.txt"); in mmap_0400() 187 remove(ptr); in mmap_0500() 188 remove("/data/test.txt"); in mmap_0500() 222 remove(ptr); in mmap_0600() 223 remove("/dat in mmap_0600() [all...] |
/base/request/request/request_utils/src/ |
H A D | queue_map.rs | 34 if !self.removed.remove(&n) { in pop_front() 35 let ret = self.map.remove(&n); in pop_front() 44 self.removed.remove(&n); in push_back() 53 pub fn remove(&mut self, n: &N) -> Option<T> { in remove() functions 54 if let Some(t) = self.map.remove(n) { in remove() 87 map.remove(&1); in ut_queue_map_remove() 88 map.remove(&2); in ut_queue_map_remove() 89 map.remove(&3); in ut_queue_map_remove()
|
/base/startup/appspawn/test/unittest/hnp_test/ |
H A D | hnp_pack_test.cpp | 86 remove("./hnp_out/sample.hnp");
in HWTEST_F() 88 remove("hnp_sample/hnp.json");
in HWTEST_F() 123 EXPECT_EQ(remove("./hnp_out/sample.hnp"), 0);
in HWTEST_F() 165 EXPECT_EQ(remove("./hnp_sample/hnp.json"), 0);
in HWTEST_F() 215 EXPECT_EQ(remove("./hnp_sample/hnp.json"), 0);
in HWTEST_F() 275 EXPECT_EQ(remove("./hnp_sample/hnp.json"), 0);
in HWTEST_F() 328 EXPECT_EQ(remove("./hnp_sample/a.out"), 0);
in HWTEST_F() 329 EXPECT_EQ(remove("./hnp_out/sample.hnp"), 0);
in HWTEST_F() 332 EXPECT_EQ(remove("./hnp_sample/hnp.json"), 0);
in HWTEST_F() 368 EXPECT_EQ(remove(" in HWTEST_F() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | mkdir.c | 34 remove(path); in mkdir_0100() 36 remove(path); in mkdir_0100() 39 remove(path); in mkdir_0100() 55 remove(path); in mkdir_0200() 61 remove(path); in mkdir_0200()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdioextndk1.cpp | 51 remove(TEMP_FILE);
in FBufSize_One() 74 remove(TEMP_FILE);
in FBufSize_Two() 97 remove(TEMP_FILE);
in Flbf_One() 120 remove(TEMP_FILE);
in Flbf_Two() 143 remove(TEMP_FILE);
in Flbf_Three() 165 remove(TEMP_FILE);
in Fpending_One() 188 remove(TEMP_FILE);
in Fpending_Two() 213 remove(TEMP_FILE);
in Fpurge_One() 234 remove(TEMP_FILE);
in Freadable_One() 255 remove(TEMP_FIL in Freadable_Two() [all...] |
/base/startup/init/test/unittest/fs_manager/erofs/ |
H A D | erofs_common_unittest.cpp | 38 remove(BOOT_CMD_LINE);
in HWTEST_F() 44 remove(BOOT_CMD_LINE);
in HWTEST_F() 50 remove(BOOT_CMD_LINE);
in HWTEST_F() 56 int ret2 = remove(BOOT_CMD_LINE);
in HWTEST_F() 78 remove(fileName);
in HWTEST_F() 100 remove(fileName);
in HWTEST_F()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | flock.c | 35 remove("/data/test.txt"); in flock_0100() 53 remove("/data/test.txt"); in flock_0200() 71 remove("/data/test.txt"); in flock_0300() 89 remove("/data/test.txt"); in flock_0400() 107 remove("/data/test.txt"); in flock_0500() 136 remove("/data/test.txt"); in flock_0700()
|
/test/xts/hats/kernel/syscalls/fileio/copyfilerange/ |
H A D | CopyFileRangeApiTest.cpp | 94 remove(TEST_SRC_FILE); in HWTEST_F() 95 remove(TEST_DES_FILE); in HWTEST_F() 126 remove(TEST_FILE); in HWTEST_F() 154 remove(TEST_SRC_FILE); in HWTEST_F() 155 remove(TEST_DES_FILE); in HWTEST_F() 194 remove(TEST_FILE); in HWTEST_F() 195 remove(TEST_SRC_FILE); in HWTEST_F() 196 remove(TEST_DES_FILE); in HWTEST_F() 233 remove(TEST_SRC_DIR); in HWTEST_F() 234 remove(TEST_DES_DI in HWTEST_F() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/ |
H A D | fcntl_fcntl_test.cpp | 30 EXPECT_EQ(0, remove("test_fcntl_001.txt")); in HWTEST_F() 47 EXPECT_EQ(0, remove("test_fcntl_002.txt")); in HWTEST_F() 68 EXPECT_EQ(0, remove("test_fcntl_003.txt")); in HWTEST_F() 89 EXPECT_EQ(0, remove("test_fcntl_004.txt")); in HWTEST_F() 108 EXPECT_EQ(0, remove("test_fcntl_005.txt")); in HWTEST_F() 129 EXPECT_EQ(0, remove("test_fcntl_006.txt")); in HWTEST_F() 149 EXPECT_EQ(0, remove("test_fcntl_007.txt")); in HWTEST_F() 173 EXPECT_EQ(0, remove("test_fcntl_008.txt")); in HWTEST_F() 194 EXPECT_EQ(0, remove("test_fcntl_009.txt")); in HWTEST_F() 216 EXPECT_EQ(0, remove("test_fcntl_01 in HWTEST_F() [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ProtobufArrayListTest.java | 70 list.remove(0); in testModificationWithIteration() 108 assertEquals(1, (int) list.remove(0)); in testRemove() 111 assertTrue(list.remove(Integer.valueOf(3))); in testRemove() 114 assertFalse(list.remove(Integer.valueOf(3))); in testRemove() 117 assertEquals(2, (int) list.remove(0)); in testRemove() 121 list.remove(-1); in testRemove() 128 list.remove(0); in testRemove() 238 list.remove(0); in testSize() 321 list.remove(1); in assertImmutable() 328 list.remove(ne in assertImmutable() [all...] |
H A D | IntArrayListTest.java | 84 list.remove(0); in testModificationWithIteration() 215 list.remove(0); in testSize() 340 assertEquals(1, (int) list.remove(0)); in testRemove() 343 assertTrue(list.remove(Integer.valueOf(3))); in testRemove() 346 assertFalse(list.remove(Integer.valueOf(3))); in testRemove() 349 assertEquals(2, (int) list.remove(0)); in testRemove() 353 list.remove(-1); in testRemove() 360 list.remove(0); in testRemove() 369 toRemove.remove(0); in testRemoveEnd_listAtCapacity() 377 toRemove.remove( in testRemove_listAtCapacity() [all...] |
H A D | BooleanArrayListTest.java | 85 list.remove(0); in testModificationWithIteration() 216 list.remove(0); in testSize() 342 assertEquals(true, (boolean) list.remove(0)); in testRemove() 345 assertTrue(list.remove(Boolean.TRUE)); in testRemove() 348 assertFalse(list.remove(Boolean.TRUE)); in testRemove() 351 assertEquals(false, (boolean) list.remove(0)); in testRemove() 355 list.remove(-1); in testRemove() 362 list.remove(0); in testRemove() 371 toRemove.remove(0); in testRemoveEnd_listAtCapacity() 379 toRemove.remove( in testRemove_listAtCapacity() [all...] |
/test/xts/hats/kernel/syscalls/fileio/renameat/ |
H A D | RenameatApiTest.cpp | 52 (void)remove(TEST_VALID_PATH); in SetUp() 60 (void)remove(TEST_VALID_FILE); in TearDown() 61 (void)remove(TEST_RENAME_FILE); in TearDown() 62 (void)remove(TEST_RENAME_FILE_TMP); in TearDown() 63 (void)remove(TEST_VALID_PATH); in TearDown() 64 (void)remove(TEST_RENAME_PATH); in TearDown() 107 (void)remove(TEST_INVALID_FILE); in HWTEST_F()
|
/third_party/skia/src/core/ |
H A D | SkLRUCache.h | 39 fLRU.remove(node); in ~SkLRUCache() 52 fLRU.remove(entry); in find() 65 this->remove(fLRU.tail()->fKey); in insert() 95 fLRU.remove(e); in reset() 111 void remove(const K& key) { in remove() function in SkLRUCache 116 fMap.remove(key); in remove() 117 fLRU.remove(entry); in remove()
|
/base/update/packaging_tools/test/ |
H A D | test_utils.py | 56 os.remove(target_package) 69 os.remove(target_package) 71 os.remove('test.file') 94 os.remove("./updater_specified_config_repeats.xml") 126 os.remove(VERSION_MBN_PATH) 142 os.remove(VERSION_MBN_PATH) 144 os.remove(BOARD_LIST_PATH) 159 os.remove("./partition_file_conversion_failed.xml")
|