Home
last modified time | relevance | path

Searched refs:remove (Results 226 - 250 of 11472) sorted by relevance

12345678910>>...459

/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Drgb.c219 goto remove; in tegra_dc_rgb_probe()
226 goto remove; in tegra_dc_rgb_probe()
232 goto remove; in tegra_dc_rgb_probe()
239 goto remove; in tegra_dc_rgb_probe()
257 remove: in tegra_dc_rgb_probe()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundle.java198 untranslatedItems.remove(item); in removeUntranslatedItem()
238 groups.remove(tempGroup); in removeGroup()
250 allItems.remove(item); in removeGroup()
264 allItems.remove(key); in removeItem()
286 untranslatedItems.remove(item); in addUntranslatedItem()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_cmod_propagation.cpp139 inst->remove(block); in opt_cmod_propagation_local()
155 * a CMP.NZ that consumes only that value, remove inst. in opt_cmod_propagation_local()
244 inst->remove(block); in opt_cmod_propagation_local()
257 inst->remove(block); in opt_cmod_propagation_local()
263 * to remove it. in opt_cmod_propagation_local()
282 inst->remove(block); in opt_cmod_propagation_local()
333 inst->remove(block); in opt_cmod_propagation_local()
/third_party/node/deps/npm/test/lib/commands/
H A Ddist-tag.js339 t.test('remove existing tag', async t => {
343 t.equal(opts.method, 'DELETE', 'should trigger request to remove tag')
344 t.matchSnapshot(logs(), 'should log remove info')
348 t.test('remove non-existing tag', async t => {
358 t.test('remove missing pkg name', async t => {
/third_party/skia/tools/skqp/
H A Dcreate_apk.py69 def remove(p): function
73 os.remove(p)
87 remove(arg)
131 remove(build_dir + '/libs')
136 remove(path)
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLazyStringArrayListTest.java71 list.remove(1); in testJustStrings()
95 list.remove(1); in testJustByteString()
192 list.remove(0); in testModificationWithIteration()
322 list.remove(0); in assertGenericListImmutable()
329 list.remove(value); in assertGenericListImmutable()
/test/xts/acts/kernel_lite/mem_posix/src/
H A DMmapApiTest.cpp352 EXPECT_TRUE(remove(file) == 0) << "ERROR: remove() != 0" << errno; in HWTEST_F()
398 EXPECT_TRUE(remove(file) == 0) << "ERROR: remove() != 0" << errno; in HWTEST_F()
439 EXPECT_TRUE(remove(file) == 0) << "ERROR: remove() != 0" << errno; in HWTEST_F()
482 EXPECT_TRUE(remove(file) == 0) << "ERROR: remove() != 0" << errno; in HWTEST_F()
529 EXPECT_TRUE(remove(file) == 0) << "ERROR: remove() ! in HWTEST_F()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp87 { return foo.remove(); }
92 { return foo.remove(); }
570 buffer.remove(); in Test4086575()
941 tempString.remove(); in Test4070798()
956 tempString.remove(); in Test4070798()
1013 tempString.remove(); in Test4071005()
1027 tempString.remove(); in Test4071005()
1068 tempString.remove(); in Test4071014()
1082 tempString.remove(); in Test4071014()
1096 tempString.remove(); in Test4071014()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_offload.py141 files.remove(f)
177 progs.remove(p)
415 def remove(self): member in NetdevSimDev
417 devs.remove(self)
420 self.nsims.remove(nsim)
447 def remove(self): member in NetdevSim
589 dev.remove()
717 start_test("Test multi-attachment XDP - remove without mode...")
744 start_test("Test multi-attachment XDP - device remove...")
745 simdev.remove()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_offload.py141 files.remove(f)
177 progs.remove(p)
415 def remove(self): member in NetdevSimDev
417 devs.remove(self)
420 self.nsims.remove(nsim)
447 def remove(self): member in NetdevSim
589 dev.remove()
717 start_test("Test multi-attachment XDP - remove without mode...")
744 start_test("Test multi-attachment XDP - device remove...")
745 simdev.remove()
[all...]
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_utils.cpp57 str.erase(std::remove(str.begin(), str.end(), '\n'), str.end()); in TrimStr()
58 str.erase(std::remove(str.begin(), str.end(), '\r'), str.end()); in TrimStr()
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIt_stdio_fputws_001.cpp74 remove(pathname); in Testcase()
79 remove(pathname); in Testcase()
H A DIt_stdio_fwprintf_001.cpp74 remove(pathname); in Testcase()
79 remove(pathname); in Testcase()
H A DIt_stdio_getc_unlocked_001.cpp68 remove(pathname); in Testcase()
73 remove(pathname); in Testcase()
H A DIt_stdio_readv_001.cpp74 remove(pathname); in Testcase()
78 remove(pathname); in Testcase()
H A DIt_stdio_putwc_001.cpp74 remove(pathname); in Testcase()
79 remove(pathname); in Testcase()
/test/xts/hats/kernel/syscalls/fileio/syncfs/
H A DSyncfsApiTest.cpp79 remove(SYNCFS_TEST_FILE); in HWTEST_F()
101 remove(SYNCFS_TEST_FILE); in HWTEST_F()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCollectionSet.java61 public boolean remove(Object o) { in remove() method in CollectionSet
62 return data.remove(o); in remove()
/third_party/icu/icu4c/source/samples/translit/answers/
H A Dmain_2.cpp60 str.remove(); in main()
68 str.remove(); in main()
H A Dmain_1.cpp52 str.remove(); in main()
60 str.remove(); in main()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCollectionSet.java63 public boolean remove(Object o) { in remove() method in CollectionSet
64 return data.remove(o); in remove()
/third_party/libunwind/libunwind/tests/
H A Drun-coredump-unwind24 objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_if_simplification.cpp74 /* If the if statement has nothing on either side, remove it. */ in visit_leave()
77 ir->remove(); in visit_leave()
98 ir->remove(); in visit_leave()
/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H A Dopendir.c32 remove(path); in opendir_0100()
54 ret = remove(path); in opendir_0100()
56 t_error("remove failed: errno = %d\n", errno); in opendir_0100()
/third_party/musl/libc-test/src/functionalext/supplement/legacy/
H A Dlutimes.c50 ret = remove("lutimes_0100.txt"); in lutimes_0100()
92 ret = remove("lutimes_time64_0100.txt"); in lutimes_time64_0100()

Completed in 13 milliseconds

12345678910>>...459