Home
last modified time | relevance | path

Searched refs:remove (Results 201 - 225 of 11597) sorted by relevance

12345678910>>...464

/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DGlobalSettings.java134 mGlobalSettingsDriverPkgs.remove(pkgIndex); in updatePkg()
135 mGlobalSettingsDriverValues.remove(pkgIndex); in updatePkg()
258 mGlobalSettingsDriverPkgs.remove(pkgIndex); in removePkgFromGlobalSettings()
259 mGlobalSettingsDriverValues.remove(pkgIndex); in removePkgFromGlobalSettings()
/kernel/linux/linux-6.6/drivers/phy/tegra/
H A Dxusb.c143 lane->pad->ops->remove(lane); in tegra_xusb_lane_destroy()
152 pad->soc->ops->remove(pad); in tegra_xusb_pad_release()
220 goto remove; in tegra_xusb_pad_register()
227 goto remove; in tegra_xusb_pad_register()
238 goto remove; in tegra_xusb_pad_register()
243 remove: in tegra_xusb_pad_register()
574 if (port->ops->remove) in tegra_xusb_port_unregister()
575 port->ops->remove(port); in tegra_xusb_port_unregister()
1206 goto remove; in tegra_xusb_padctl_probe()
1212 goto remove; in tegra_xusb_padctl_probe()
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp47 if (std::remove(filePath.c_str()) != 0) { in RemoveEnhanceDb()
48 LOG_ERROR("remove %{public}s failed.", ExtractFileName(filePath).c_str()); in RemoveEnhanceDb()
58 LOG_ERROR("remove dbFilePath failed."); in RemoveEnhanceDbFileIfNeed()
226 std::remove(filePath.c_str()); in DeletePreferences()
227 std::remove(backupPath.c_str()); in DeletePreferences()
228 std::remove(brokenPath.c_str()); in DeletePreferences()
234 std::remove(lockFilePath.c_str()); in DeletePreferences()
/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()
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue.cpp208 freeList_.remove(buffer); in Detach()
209 dirtyList_.remove(buffer); in Detach()
210 allBuffers_.remove(buffer); in Detach()
285 dirtyList_.remove(tmpBuffer); in Reset()
286 allBuffers_.remove(tmpBuffer); in Reset()
315 dirtyList_.remove(tmpBuffer); in SetQueueSize()
316 allBuffers_.remove(tmpBuffer); in SetQueueSize()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dppucd.cpp262 newValues.remove((UChar32)UCHAR_BLOCK); in getProps()
294 newValues.remove(prop); in getProps()
300 newValues.remove(prop); in getProps()
421 props.cf.remove(); in parseProperty()
424 props.lc.remove(); in parseProperty()
427 props.tc.remove(); in parseProperty()
430 props.uc.remove(); in parseProperty()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp262 newValues.remove((UChar32)UCHAR_BLOCK); in getProps()
294 newValues.remove(prop); in getProps()
300 newValues.remove(prop); in getProps()
421 props.cf.remove(); in parseProperty()
424 props.lc.remove(); in parseProperty()
427 props.tc.remove(); in parseProperty()
430 props.uc.remove(); in parseProperty()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dppucd.cpp255 newValues.remove((UChar32)UCHAR_BLOCK); in getProps()
287 newValues.remove(prop); in getProps()
293 newValues.remove(prop); in getProps()
414 props.cf.remove(); in parseProperty()
417 props.lc.remove(); in parseProperty()
420 props.tc.remove(); in parseProperty()
423 props.uc.remove(); in parseProperty()
/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()
/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()

Completed in 13 milliseconds

12345678910>>...464