/kernel/linux/linux-6.6/drivers/dma/dw/ |
H A D | internal.h | 52 int (*remove)(struct dw_dma_chip *chip); member 58 .remove = dw_dma_remove, 74 .remove = idma32_dma_remove, 90 .remove = idma32_dma_remove,
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_dead_control_flow.cpp | 62 else_inst->remove(else_block); in dead_control_flow_eliminate() 78 if_inst->remove(if_block); in dead_control_flow_eliminate() 85 endif_inst->remove(endif_block); in dead_control_flow_eliminate() 111 else_inst->remove(else_block); in dead_control_flow_eliminate()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | lockf.c | 42 ret = remove(path); in lockf_0100() 65 ret = remove(path); in lockf_0200() 90 ret = remove(path); in lockf_0300() 109 ret = remove(path); in lockf_0400()
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | lstat.c | 46 remove(ptr); in lstat_0100() 68 remove(ptr); in lstat_time64_0100() 111 remove(ptr); in lstat_0300() 112 remove(ptrlink); in lstat_0300()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | ftruncate.c | 42 remove(ptr); in ftruncate_0100() 64 remove(ptr); in ftruncate_0200() 85 remove(ptr); in ftruncate_0300() 103 remove(ptr); in ftruncate_0400()
|
H A D | readlink.c | 44 remove(ptr); in readlink_0100() 45 remove(softptr); in readlink_0100() 77 remove(ptr); in readlink_0200() 78 remove(softptr); in readlink_0200()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | AbstractProtobufList.java | 137 public E remove(int index) { in remove() method in AbstractProtobufList 139 return super.remove(index); in remove() 143 public boolean remove(Object o) { in remove() method in AbstractProtobufList 145 return super.remove(o); in remove()
|
H A D | SmallSortedMap.java | 255 final Entry lastEntryInArray = entryList.remove(maxArraySize - 1); in put() 279 public V remove(Object o) { in remove() method in SmallSortedMap 288 // call remove() if it is non-empty. in remove() 292 return overflowEntries.remove(key); in remove() 298 final V removed = entryList.remove(index).getValue(); in removeArrayEntryAt() 304 iterator.remove(); in removeArrayEntryAt() 507 public boolean remove(Object o) { in remove() method in SmallSortedMap.EntrySet 511 SmallSortedMap.this.remove(entry.getKey()); in remove() 558 public void remove() { in remove() method in SmallSortedMap.EntryIterator 560 throw new IllegalStateException("remove() wa in remove() 608 public void remove() { remove() method in SmallSortedMap.DescendingEntryIterator [all...] |
/third_party/weex-loader/deps/weex-scripter/lib/ |
H A D | fix.js | 79 function remove(o) { 81 o.forEach(remove) 93 remove(o[i]) 99 remove(ast)
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkincludes.pl | 4 # checkincludes: find/remove files included more than once 10 # to remove them in place. Note that this will not take into 20 print "To remove duplicated includes in place use -r\n"; 24 my $remove = 0; 33 $remove = 1; 59 if (!$remove) {
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkincludes.pl | 4 # checkincludes: find/remove files included more than once 10 # to remove them in place. Note that this will not take into 20 print "To remove duplicated includes in place use -r\n"; 24 my $remove = 0; 33 $remove = 1; 59 if (!$remove) {
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
H A D | creat.c | 32 remove(ptr); in creat_0100() 48 remove(ptr); in creat_0200() 64 remove(ptr); in creat_0300()
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_readlinkat_chk_test.cpp | 27 remove(linkpath); in HWTEST_F() 33 remove("/data/readlinkat_chk"); in HWTEST_F() 34 remove("readlinkat_test"); in HWTEST_F()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fputs.c | 33 remove(path); in fputs_0100() 49 remove(path); in fputs_0200() 65 remove(path); in fputs_0300()
|
H A D | fwide.c | 35 remove(path); in fwide_0100() 52 remove(path); in fwide_0200() 69 remove(path); in fwide_0300()
|
H A D | __freading.c | 37 remove(path); in __freading_0100() 58 remove(path); in __freading_0200() 75 remove(path); in __freading_0300()
|
H A D | getdelim.c | 41 remove("getdelim.txt"); in getdelim_0100() 59 remove("getdelim.txt"); in getdelim_0200() 77 remove("getdelim.txt"); in getdelim_0300()
|
H A D | fopen.c | 71 remove("tempory_test.txt"); in fopen_0100() 112 remove("tempory_test3.txt"); in fopen_0300() 142 remove("tempory_test2.txt"); in fopen_0400() 198 remove("tempory_test5.txt"); in fopen_0500() 229 remove("tempory_test6.txt"); in fopen_0600() 311 remove("tempory_test9.txt"); in fopen_0900()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_stdio.cpp | 883 remove(DATA_ROOT"/data/data/vfscanf_str.txt"); in Bm_function_Vfscanf_str() 902 remove(DATA_ROOT"/data/data/vfscanf_int.txt"); in Bm_function_Vfscanf_int() 921 remove(DATA_ROOT"/data/data/vfscanf_double.txt"); in Bm_function_Vfscanf_double() 940 remove(DATA_ROOT"/data/data/vfscanf_float.txt"); in Bm_function_Vfscanf_float() 958 remove(DATA_ROOT"/data/data/vfscanf_char.txt"); in Bm_function_Vfscanf_char() 976 remove(DATA_ROOT"/data/data/vfscanf_iformat.txt"); in Bm_function_Vfscanf_iformat() 995 remove(DATA_ROOT"/data/data/vfscanf_oformat.txt"); in Bm_function_Vfscanf_oformat() 1014 remove(DATA_ROOT"/data/data/vfscanf_uformat.txt"); in Bm_function_Vfscanf_uformat() 1032 remove(DATA_ROOT"/data/data/vfscanf_xformat.txt"); in Bm_function_Vfscanf_xformat() 1050 remove(DATA_ROO in Bm_function_Vfscanf_Xformat() [all...] |
/third_party/nghttp2/src/ |
H A D | memchunk_test.cc | 114 nread = chunks.remove(buf, 8); in test_memchunks_append() 120 nread = chunks.remove(buf, sizeof(buf)); in test_memchunks_append() 144 nread = chunks.remove(buf, sizeof(buf)); in test_memchunks_drain() 238 CU_ASSERT(0 == pchunks.remove(nullptr, 0)); in test_peek_memchunks_append() 243 CU_ASSERT(12 == pchunks.remove(d.data(), 12)); in test_peek_memchunks_append() 250 CU_ASSERT(20 == pchunks.remove(d.data(), d.size())); in test_peek_memchunks_append() 270 CU_ASSERT(12 == pchunks.remove(d.data(), 12)); in test_peek_memchunks_disable_peek_drain() 278 CU_ASSERT(20 == pchunks.remove(d.data(), d.size())); in test_peek_memchunks_disable_peek_drain() 298 CU_ASSERT(12 == pchunks.remove(d.data(), 12)); in test_peek_memchunks_disable_peek_no_drain() 306 CU_ASSERT(32 == pchunks.remove( in test_peek_memchunks_disable_peek_no_drain() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | simpleformattertest.cpp | 76 appendTo.remove(); in TestNoArguments() 116 appendTo.remove(); in TestOneArgument() 124 appendTo.remove(); in TestOneArgument() 180 appendTo.remove(); in TestManyArguments() 185 appendTo.remove(); in TestManyArguments() 198 appendTo.remove(); in TestManyArguments() 212 appendTo.remove(); in TestManyArguments() 225 appendTo.remove(); in TestManyArguments() 232 appendTo.remove(); in TestManyArguments() 239 appendTo.remove(); in TestManyArguments() [all...] |
/kernel/linux/linux-6.6/drivers/vfio/mdev/ |
H A D | mdev_driver.c | 30 if (drv->remove) in mdev_remove() 31 drv->remove(to_mdev_device(dev)); in mdev_remove() 46 .remove = mdev_remove,
|
/third_party/node/lib/internal/ |
H A D | linkedlist.js | 16 function remove(item) { function 32 remove(item); 52 remove,
|
/third_party/node/test/parallel/ |
H A D | test-event-emitter-once.js | 36 function remove() { function 40 e.once('foo', remove); 41 e.removeListener('foo', remove);
|
/third_party/skia/src/gpu/text/ |
H A D | GrTextBlobCache.cpp | 41 fBlobList.remove(blobPtr); in find() 47 void GrTextBlobCache::remove(GrTextBlob* blob) { in remove() function in GrTextBlobCache 60 fBlobList.remove(blob); in internalRemove() 63 fBlobIDCache.remove(id); in internalRemove() 97 // remove all blob entries from the LRU list in internalPurgeStaleBlobs() 100 fBlobList.remove(blob.get()); in internalPurgeStaleBlobs() 104 fBlobIDCache.remove(msg.fBlobID); in internalPurgeStaleBlobs()
|