/third_party/skia/tests/ |
H A D | HashTest.cpp | 97 map.remove(i); in DEF_TEST() 126 refMap.remove(0); in DEF_TEST() 178 set.remove(SkString("Hello")); in DEF_TEST() 292 // Add and remove some elements to test basic growth and shrink patterns. in DEF_TEST() 299 s.remove(4); check_count_cap(3,8); in DEF_TEST() 300 s.remove(3); check_count_cap(2,4); in DEF_TEST() 301 s.remove(2); check_count_cap(1,4); in DEF_TEST() 302 s.remove(1); check_count_cap(0,4); in DEF_TEST() 309 // Add and remove single elements repeatedly to test hysteresis in DEF_TEST() 313 s.remove( in DEF_TEST() [all...] |
H A D | LListTest.cpp | 79 // remove middle, frontmost then backmost in DEF_TEST() 80 list.remove(&elements[1]); in DEF_TEST() 81 list.remove(&elements[3]); in DEF_TEST() 82 list.remove(&elements[0]); in DEF_TEST() 86 // remove last element in DEF_TEST() 87 list.remove(&elements[2]); in DEF_TEST() 96 list.remove(&elements[1]); in DEF_TEST() 115 list.remove(list.tail()); in DEF_TEST()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | SmallSortedMapTest.java | 146 assertNull(map.remove(i + 1)); in testReplacingPut() 157 assertNull(map.remove(i + 1)); in testRemove() 165 assertEquals(Integer.valueOf(2), map.remove(1)); in testRemove() 171 assertEquals(Integer.valueOf(5), map.remove(4)); in testRemove() 177 assertEquals(Integer.valueOf(4), map.remove(3)); in testRemove() 183 assertNull(map.remove(3)); in testRemove() 188 assertEquals(Integer.valueOf(1), map.remove(0)); in testRemove() 262 assertTrue(entrySet.remove(entry)); in testEntrySetRemove() 263 assertFalse(entrySet.remove(entry)); in testEntrySetRemove() 307 it.remove(); in testEntrySetIteratorRemove() [all...] |
H A D | UnmodifiableLazyStringListTest.java | 75 list.remove(0); in testModifyMethods() 100 byteStringList.remove(0); in testModifyMethods() 137 iter.remove(); in testIterator() 152 byteIter.remove(); in testIterator() 171 iter.remove(); in testListIterator() 198 byteIter.remove(); in testListIterator()
|
H A D | FloatArrayListTest.java | 84 list.remove(0); in testModificationWithIteration() 215 list.remove(0); in testSize() 342 assertEquals(1F, (float) list.remove(0), 0.0f); in testRemove() 345 assertTrue(list.remove(Float.valueOf(3))); in testRemove() 348 assertFalse(list.remove(Float.valueOf(3))); in testRemove() 351 assertEquals(2F, (float) list.remove(0), 0.0f); 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...] |
H A D | DoubleArrayListTest.java | 84 list.remove(0); in testModificationWithIteration() 215 list.remove(0); in testSize() 342 assertEquals(1D, (double) list.remove(0), 0.0); in testRemove() 345 assertTrue(list.remove(Double.valueOf(3))); in testRemove() 348 assertFalse(list.remove(Double.valueOf(3))); in testRemove() 351 assertEquals(2D, (double) list.remove(0), 0.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...] |
H A D | LongArrayListTest.java | 84 list.remove(0); in testModificationWithIteration() 215 list.remove(0); in testSize() 340 assertEquals(1L, (long) list.remove(0)); in testRemove() 343 assertTrue(list.remove(Long.valueOf(3))); in testRemove() 346 assertFalse(list.remove(Long.valueOf(3))); in testRemove() 349 assertEquals(2L, (long) 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...] |
/third_party/node/test/parallel/ |
H A D | test-timers-linked-list.js | 62 L.remove(A); 63 L.remove(B); 65 L.remove(B); 74 L.remove(C); 78 L.remove(B); 82 L.remove(D);
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_dce_cleanup.cpp | 49 n.remove(); in visit() 67 n.remove(); in visit() 82 n.remove(); in visit() 93 n.remove(); in visit() 104 n.remove(); in visit() 134 n.remove(); in cleanup_dst()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fgets.c | 40 remove(ptr); in fgets_0100() 67 remove(ptr); in fgets_0200() 93 remove(ptr); in fgets_0300() 119 remove(ptr); in fgets_0400() 145 remove(ptr); in fgets_0500() 171 remove(ptr); in fgets_0600()
|
H A D | fseeko.c | 50 remove(path); in fseeko_0100() 80 remove(path); in fseeko_0200() 116 remove(path); in fseeko_0300() 146 remove(path); in fseeko_0400() 172 remove(path); in fseeko_0500() 198 remove(path); in fseeko_0600()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | readlinkat.c | 65 remove(linkpath); in readlinkat_0100() 89 remove(linkpath); in readlinkat_0100() 90 remove(path); in readlinkat_0100() 123 remove(linkpath); in readlinkat_0200() 141 remove(linkpath); in readlinkat_0200() 142 remove(path); in readlinkat_0200()
|
H A D | fchown.c | 43 remove("test.txt"); in fchown_0100() 60 remove("test.txt"); in fchown_0200() 77 remove("test.txt"); in fchown_0300() 91 remove("test.txt"); in fchown_0400() 105 remove("test.txt"); in fchown_0500()
|
/third_party/skia/tools/ |
H A D | SkMetaData.cpp | 83 this->remove(result); in set() 178 void SkMetaData::remove(FindResult result) { in remove() function in SkMetaData 188 bool SkMetaData::remove(const char name[], Type type) { in remove() function in SkMetaData 193 this->remove(result); in remove() 199 return this->remove(name, kS32_Type); in removeS32() 204 return this->remove(name, kScalar_Type); in removeScalar() 209 return this->remove(name, kPtr_Type); in removePtr() 214 return this->remove(name, kBool_Type); in removeBool()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | decoder-arm64.cc | 15 visitors_.remove(new_visitor); in AppendVisitor() 20 visitors_.remove(new_visitor); in PrependVisitor() 26 visitors_.remove(new_visitor); in InsertVisitorBefore() 42 visitors_.remove(new_visitor); in InsertVisitorAfter() 58 visitors_.remove(visitor); in RemoveVisitor()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | compactdecimalformattest.cpp | 379 assertEquals("Default significant digits", u"123K", cdf->format(123456, actual.remove())); in TestDefaultSignificantDigits() 380 assertEquals("Default significant digits", u"12K", cdf->format(12345, actual.remove())); in TestDefaultSignificantDigits() 381 assertEquals("Default significant digits", u"1.2K", cdf->format(1234, actual.remove())); in TestDefaultSignificantDigits() 382 assertEquals("Default significant digits", u"123", cdf->format(123, actual.remove())); in TestDefaultSignificantDigits() 398 actual.remove(); in TestAPIVariants() 407 actual.remove(); in TestAPIVariants() 417 actual.remove(); in TestAPIVariants() 428 actual.remove(); in TestAPIVariants() 437 actual.remove(); in TestAPIVariants() 447 actual.remove(); in TestAPIVariants() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 57 sys::fs::remove(LockFileName); in readLockFile() 74 sys::fs::remove(LockFileName); in readLockFile() 130 /// will remove the unique lock file. The caller should ensure there is a 147 sys::fs::remove(Filename); in ~RemoveUniqueLockFileOnSignal() 203 // We failed to write out PID, so report the error, remove the in LockFileManager() 208 sys::fs::remove(UniqueLockFileName); in LockFileManager() 238 sys::fs::remove(UniqueLockFileName); in LockFileManager() 250 if ((EC = sys::fs::remove(LockFileName))) { in LockFileManager() 251 std::string S("failed to remove lockfile "); in LockFileManager() 285 // Since we own the lock, remove th in ~LockFileManager() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | fallocate.c | 39 remove("fatest.txt"); in fallocate_0100() 58 remove("fatest.txt"); in fallocate_0200() 78 remove("fatest.txt"); in fallocate_0300() 92 remove("fatest.txt"); in fallocate_0400()
|
/third_party/skia/infra/bots/ |
H A D | zip_utils_test.py | 59 fw.remove(os.path.join('.git', 'index')) 60 fw.remove('.git') 61 fw.remove('.DS_STORE') 62 fw.remove('leftover.pyc')
|
/test/xts/hats/kernel/syscalls/fileio/fcntl/ |
H A D | FcntlApiTest.cpp | 85 remove(TEST_FILE); in HWTEST_F() 121 remove(TEST_FILE); in HWTEST_F() 162 remove(TEST_FILE); in HWTEST_F() 187 remove(TEST_FILE); in HWTEST_F() 215 remove(TEST_FILE); in HWTEST_F() 243 remove(TEST_FILE); in HWTEST_F() 305 remove(TEST_FILE); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fchownat/ |
H A D | FchownatApiTest.cpp | 93 remove(TEST_FILE); in HWTEST_F() 133 remove(TEST_FILE); in HWTEST_F() 191 remove(TEST_FILE); in HWTEST_F() 192 remove(SYMBOL_LINK_NAME); in HWTEST_F() 234 remove(TEST_FILE); in HWTEST_F() 235 remove(SYMBOL_LINK_NAME); in HWTEST_F() 264 remove(TEST_FILE); in HWTEST_F()
|
/third_party/libuv/test/ |
H A D | test-fs-poll.c | 137 remove(FIXTURE); in poll_cb() 156 remove(FIXTURE); in TEST_IMPL() 177 remove(FIXTURE); in TEST_IMPL() 204 remove(FIXTURE); in TEST_IMPL() 224 remove(FIXTURE); in TEST_IMPL() 248 remove(FIXTURE); in TEST_IMPL() 272 remove(FIXTURE); in TEST_IMPL()
|
/test/xts/hats/kernel/syscalls/fileio/symlinkat/ |
H A D | SymlinkatApiTest.cpp | 51 (void)remove(TEST_VALID_PATH); in SetUp() 59 (void)remove(TEST_VALID_FILE); in TearDown() 60 (void)remove(TEST_LINK_FILE); in TearDown() 61 (void)remove(TEST_VALID_PATH); in TearDown() 62 (void)remove(TEST_LINK_PATH); in TearDown()
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
H A D | open.c | 40 remove(path); in open_0100() 70 remove(path); in open_0300() 100 remove(path); in open_0500() 148 remove(path); in open_0800() 167 remove(path); in open_0900()
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | fstatat.c | 46 remove(ptr); in fstatat_0100() 74 remove(softptr); in fstatat_0200() 75 remove(ptr); in fstatat_0200() 102 remove(ptr); in fstatat_0300() 125 remove(ptr); in fstatat_time64_0100()
|