Home
last modified time | relevance | path

Searched refs:remove (Results 1451 - 1475 of 11516) sorted by relevance

1...<<51525354555657585960>>...461

/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp187 str.remove(); in getDateTimeString()
330 str.remove(); in millisToOffset()
459 value.remove(0, length - 2); in parseRRULE()
1168 result.remove(); in write()
1175 result.remove(); in write()
1182 result.remove(); in writeSimple()
1307 line.remove(); in load()
1334 line.remove(); in load()
1392 // Set the deleter on rules to remove TimeZoneRule vectors to avoid memory leaks due to unowned TimeZoneRules. in parse()
1442 from.remove(); in parse()
[all...]
H A Dtransreg.cpp156 aliasesOrRules.remove(0, blockSeparatorPos + 1); in create()
611 entry->stringArg.remove(); in reget()
708 void TransliteratorRegistry::remove(const UnicodeString& ID) { in remove() function in TransliteratorRegistry
715 registry.remove(id); in remove()
725 * == OBSOLETE - remove in ICU 3.4 ==
735 * == OBSOLETE - remove in ICU 3.4 ==
1035 targets->remove(target); // should delete variants in removeSTV()
1037 specDAG.remove(source); // should delete targets in removeSTV()
1381 // remove(ID); in instantiateEntry()
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.cpp117 void GrTriangulator::VertexList::remove(Vertex* v) { in remove() function in GrTriangulator::VertexList
293 void GrTriangulator::EdgeList::remove(Edge* edge) { in remove() function in GrTriangulator::EdgeList
719 activeEdges->remove(e); in rewind()
982 mesh->remove(src); in mergeVertices()
1124 contour->remove(v); in sanitizeContours()
1127 contour->remove(v); in sanitizeContours()
1131 contour->remove(v); in sanitizeContours()
1181 front->remove(a); in sorted_merge()
1185 back->remove(b); in sorted_merge()
1339 activeEdges.remove( in simplify()
[all...]
H A DGrAATriangulator.cpp155 activeEdges.remove(e); in removeNonBoundaryEdges()
180 // Stage 5c: detect and remove "pointy" vertices whose edge normals point in opposite directions
197 boundary->remove(prevEdge); in simplifyBoundary()
198 boundary->remove(e); in simplifyBoundary()
212 boundary->remove(prevEdge); in simplifyBoundary()
213 boundary->remove(e); in simplifyBoundary()
324 activeEdges.remove(e); in collapseOverlapRegions()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dvtzone.cpp27 // This is the deleter that will be use to remove TimeZoneRule
195 str.remove(); in getDateTimeString()
338 str.remove(); in millisToOffset()
467 value.remove(0, length - 2); in parseRRULE()
1177 result.remove(); in write()
1184 result.remove(); in write()
1191 result.remove(); in writeSimple()
1325 line.remove(); in load()
1360 line.remove(); in load()
1434 // Set the deleter to remove TimeZoneRul in parse()
[all...]
H A Dtransreg.cpp162 aliasesOrRules.remove(0, blockSeparatorPos + 1); in create()
614 entry->stringArg.remove(); in reget()
708 void TransliteratorRegistry::remove(const UnicodeString& ID) { in remove() function in TransliteratorRegistry
715 registry.remove(id); in remove()
725 * == OBSOLETE - remove in ICU 3.4 ==
735 * == OBSOLETE - remove in ICU 3.4 ==
1035 targets->remove(target); // should delete variants in removeSTV()
1037 specDAG.remove(source); // should delete targets in removeSTV()
1380 // remove(ID); in instantiateEntry()
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/
H A Dnetns.sh241 n1 wg set wg0 peer "$more_specific_key" remove
249 n2 wg set wg0 peer "$pub3" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32 peer "$pub1" remove
251 n2 wg set wg0 peer "$pub3" remove
355 n1 wg set wg0 peer "$pub3" remove
380 n2 wg set wg0 peer "$pub1" remove
625 n0 wg set wg0 peer "$pub2" remove
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c477 * Request that the PF remove one or more addresses from our filters.
489 dev_err(&adapter->pdev->dev, "Cannot remove filters, command %d pending\n", in iavf_del_ether_addrs()
497 if (f->remove) in iavf_del_ether_addrs()
525 if (f->remove) { in iavf_del_ether_addrs()
573 if (f->remove && ether_addr_equal(f->macaddr, netdev->dev_addr)) in iavf_mac_add_reject()
574 f->remove = false; in iavf_mac_add_reject()
658 * Request that the PF remove one or more VLAN filters from our VSI.
669 dev_err(&adapter->pdev->dev, "Cannot remove VLANs, command %d pending\n", in iavf_del_vlans()
677 if (f->remove) in iavf_del_vlans()
707 if (f->remove) { in iavf_del_vlans()
[all...]
/kernel/linux/linux-5.10/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c730 * the userspace to remove this window, some do not so in tce_iommu_remove_window()
1099 struct vfio_iommu_spapr_tce_remove remove; in tce_iommu_ioctl() local
1114 if (copy_from_user(&remove, (void __user *)arg, minsz)) in tce_iommu_ioctl()
1117 if (remove.argsz < minsz) in tce_iommu_ioctl()
1120 if (remove.flags) in tce_iommu_ioctl()
1123 if (container->def_window_pending && !remove.start_addr) { in tce_iommu_ioctl()
1130 ret = tce_iommu_remove_window(container, remove.start_addr); in tce_iommu_ioctl()
/kernel/linux/linux-6.6/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c731 * the userspace to remove this window, some do not so in tce_iommu_remove_window()
1148 struct vfio_iommu_spapr_tce_remove remove; in tce_iommu_ioctl() local
1163 if (copy_from_user(&remove, (void __user *)arg, minsz)) in tce_iommu_ioctl()
1166 if (remove.argsz < minsz) in tce_iommu_ioctl()
1169 if (remove.flags) in tce_iommu_ioctl()
1172 if (container->def_window_pending && !remove.start_addr) { in tce_iommu_ioctl()
1179 ret = tce_iommu_remove_window(container, remove.start_addr); in tce_iommu_ioctl()
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_dev.c437 int remove; in vchiq_ioc_await_completion() local
467 remove = instance->completion_remove; in vchiq_ioc_await_completion()
476 if (remove == instance->completion_insert) in vchiq_ioc_await_completion()
479 completion = &instance->completions[remove & (MAX_COMPLETIONS - 1)]; in vchiq_ioc_await_completion()
556 * before advancing the remove pointer. in vchiq_ioc_await_completion()
559 remove++; in vchiq_ioc_await_completion()
560 instance->completion_remove = remove; in vchiq_ioc_await_completion()
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/
H A Dnetns.sh241 n1 wg set wg0 peer "$more_specific_key" remove
249 n2 wg set wg0 peer "$pub3" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32 peer "$pub1" remove
251 n2 wg set wg0 peer "$pub3" remove
367 n1 wg set wg0 peer "$pub3" remove
392 n2 wg set wg0 peer "$pub1" remove
637 n0 wg set wg0 peer "$pub2" remove
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_trigger.c603 * @test: Trigger-specific data used to find the trigger to remove
709 * event_trigger_check_remove - check whether an event trigger specifies remove
710 * @glob: The trigger command string, with optional remove(!) operator
714 * remove(!) operator. This function simply parses the glob and
718 * Return: true if this is a remove command, false otherwise
926 * @glob: The trigger command string, with optional remove(!) operator
946 * @glob: The trigger command string, with optional remove(!) operator
987 bool remove; in event_trigger_parse() local
990 remove = event_trigger_check_remove(glob); in event_trigger_parse()
1001 if (remove) { in event_trigger_parse()
1745 bool enable, remove; event_enable_trigger_parse() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp132 // TODO: remove .build(...) once add() checks for duplicates. in TestBuilder()
402 x.remove(0, 1); in TestLargeTrie()
517 buffer.remove(); in TestGetNextUChars()
524 buffer.remove(); in TestGetNextUChars()
531 buffer.remove(); in TestGetNextUChars()
537 buffer.remove(); in TestGetNextUChars()
545 buffer.remove(); in TestGetNextUChars()
H A Ddtptngts.cpp517 dateReturned.remove(); in testAPI()
533 dateReturned.remove(); in testAPI()
547 dateReturned.remove(); in testAPI()
558 dateReturned.remove(); in testAPI()
629 rDate.remove(); in testAPI()
654 rDate.remove(); in testAPI()
716 resultDate.remove(); in testAPI()
762 resultDate.remove(); in testAPI()
883 formatted.remove(); in testAPI()
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs1185 if matcher.remove(arg.get_id()) in react()
1228 if matcher.remove(arg.get_id()) in react()
1249 if matcher.remove(arg.get_id()) in react()
1274 matcher.remove(arg.get_id()); in react()
1362 matcher.remove(override_id); in remove_overrides()
1376 matcher.remove(overrider_id); in remove_overrides()
1501 // With each new occurrence, remove overrides from prior occurrences in start_custom_arg()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-wiimote-core.c675 if (ops->remove) in wiimote_modules_load()
676 ops->remove(ops, wdata); in wiimote_modules_load()
708 if (ops->remove) in wiimote_modules_unload()
709 ops->remove(ops, wdata); in wiimote_modules_unload()
751 if (ops->remove) in wiimote_ext_unload()
752 ops->remove(ops, wdata); in wiimote_ext_unload()
789 if (ops->remove) in wiimote_mp_unload()
790 ops->remove(ops, wdata); in wiimote_mp_unload()
1880 .remove = wiimote_hid_remove,
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-wiimote-core.c679 if (ops->remove) in wiimote_modules_load()
680 ops->remove(ops, wdata); in wiimote_modules_load()
712 if (ops->remove) in wiimote_modules_unload()
713 ops->remove(ops, wdata); in wiimote_modules_unload()
755 if (ops->remove) in wiimote_ext_unload()
756 ops->remove(ops, wdata); in wiimote_ext_unload()
793 if (ops->remove) in wiimote_mp_unload()
794 ops->remove(ops, wdata); in wiimote_mp_unload()
1887 .remove = wiimote_hid_remove,
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddsi.c1600 goto remove; in tegra_dsi_probe()
1608 goto remove; in tegra_dsi_probe()
1615 goto remove; in tegra_dsi_probe()
1622 goto remove; in tegra_dsi_probe()
1629 goto remove; in tegra_dsi_probe()
1635 goto remove; in tegra_dsi_probe()
1642 goto remove; in tegra_dsi_probe()
1648 goto remove; in tegra_dsi_probe()
1681 remove: in tegra_dsi_probe()
/third_party/node/deps/icu-small/source/i18n/
H A Dtimezone.cpp1250 result.remove(); in getDisplayName()
1281 result.remove(); in getDisplayName()
1312 result.remove(); in getDisplayName()
1329 result.remove(); in getDisplayName()
1356 normalized.remove(); in getCustomID()
1572 canonicalID.remove(); in getCanonicalID()
1597 ianaID.remove(); in getIanaID()
1612 winid.remove(); in getWindowsID()
1692 id.remove(); in getIDForWindowsID()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp796 n->remove(); in schedule_bb()
802 n->remove(); in schedule_bb()
809 n->remove(); in schedule_bb()
979 n->remove(); in process_alu()
1049 sblog << "failed to remove "; in update_live_dst_vec()
1670 p->remove(); in try_add_instruction()
1725 a->remove(); in try_add_instruction()
1779 n->remove(); in check_copy()
1811 n->remove(); in process_ready_copies()
1914 n->remove(); in release_op()
[all...]
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Drdma.c842 bool remove) in nvme_rdma_destroy_admin_queue()
844 if (remove) { in nvme_rdma_destroy_admin_queue()
959 bool remove) in nvme_rdma_destroy_io_queues()
961 if (remove) { in nvme_rdma_destroy_io_queues()
1031 bool remove) in nvme_rdma_teardown_admin_queue()
1041 if (remove) in nvme_rdma_teardown_admin_queue()
1043 nvme_rdma_destroy_admin_queue(ctrl, remove); in nvme_rdma_teardown_admin_queue()
1047 bool remove) in nvme_rdma_teardown_io_queues()
1058 if (remove) in nvme_rdma_teardown_io_queues()
1060 nvme_rdma_destroy_io_queues(ctrl, remove); in nvme_rdma_teardown_io_queues()
841 nvme_rdma_destroy_admin_queue(struct nvme_rdma_ctrl *ctrl, bool remove) nvme_rdma_destroy_admin_queue() argument
958 nvme_rdma_destroy_io_queues(struct nvme_rdma_ctrl *ctrl, bool remove) nvme_rdma_destroy_io_queues() argument
1030 nvme_rdma_teardown_admin_queue(struct nvme_rdma_ctrl *ctrl, bool remove) nvme_rdma_teardown_admin_queue() argument
1046 nvme_rdma_teardown_io_queues(struct nvme_rdma_ctrl *ctrl, bool remove) nvme_rdma_teardown_io_queues() argument
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Dmv64x60_edac.c222 .remove = mv64x60_pci_err_remove,
389 .remove = mv64x60_sram_err_remove,
582 .remove = mv64x60_cpu_err_remove,
838 .remove = mv64x60_mc_err_remove,
/kernel/linux/linux-5.10/arch/arm/common/
H A Dlocomo.c518 .remove = locomo_remove,
843 if (drv->remove) in locomo_bus_remove()
844 ret = drv->remove(ldev); in locomo_bus_remove()
852 .remove = locomo_bus_remove,
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Ddrivers.c140 if (pa_drv->remove) in parisc_driver_remove()
141 pa_drv->remove(pa_dev); in parisc_driver_remove()
168 /* We install our own probe and remove routines */ in register_parisc_driver()
170 WARN_ON(driver->drv.remove != NULL); in register_parisc_driver()
627 .remove = __exit_p(parisc_driver_remove),

Completed in 52 milliseconds

1...<<51525354555657585960>>...461