Home
last modified time | relevance | path

Searched refs:group (Results 3876 - 3900 of 4287) sorted by relevance

1...<<151152153154155156157158159160>>...172

/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs297 #[doc = " API from this group provides control over collection and analysis of Intel Processor Trace (Intel PT) data"]
447 #[doc = " @name group of functions is used for performance measurement tools"]
484 #[doc = " @name group of functions is used for correctness checking tools"]
854 #[doc = " Heap group"]
1315 #[doc = " Regions group"]
1709 #[doc = "< \"A is sibling of B\" means that A and B were created as a group"]
2387 #[doc = "< Name of the track group"]
2391 #[doc = "< Type of the track group"]
2481 #[doc = "< Name of the track group"]
2483 #[doc = "< Parent group t
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp1839 MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "layered"));
1916 group->addChild(viewTypeMainGroup.release());
1919 return group.release();
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp1839 MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "layered", "Layered rendering tests."));
1908 group->addChild(viewTypeMainGroup.release());
1911 return group.release();
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp173 // Nothing to do here. We don't need to record the definition of the group; we'll just have in robustBufferAccess()
180 uint32_t group = insn.word(1); in robustBufferAccess() local
181 auto const &groupDecorations = decorations[group]; in robustBufferAccess()
182 auto const &descriptorGroupDecorations = descriptorDecorations[group]; in robustBufferAccess()
185 // Remaining operands are targets to apply the group to. in robustBufferAccess()
1475 // Apply a decoration group to this set of decorations in Apply()
/third_party/python/Lib/urllib/
H A Drequest.py2610 base = ip2num(m.group(1))
2611 mask = m.group(2)
2613 mask = 8 * (m.group(1).count('.') + 1)
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp2085 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), functionName, functionName);
2086 parent->addChild(group);
2111 group->addChild(new TestClass(parent->getContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx)));
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_ndis.c650 * Report PAE group address as the "BSSID" for wired in wpa_driver_ndis_get_bssid()
1529 int pairwise = 0, group = 0; in wpa_driver_ndis_event_auth() local
1548 group = 1; in wpa_driver_ndis_event_auth()
1550 if (pairwise || group) { in wpa_driver_ndis_event_auth()
2787 wpa_printf(MSG_DEBUG, "NDIS: Failed to add PAE group address " in ndis_add_multicast()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new.c1158 * wpas_dbus_signal_p2p_group_removed - Signals P2P group was removed
1330 * Sends signal to notify that a peer P2P Device is requesting group owner
1407 static int match_group_where_peer_is_client(struct p2p_group *group, in match_group_where_peer_is_client() argument
1414 if (!p2p_group_is_client_connected(group, data->info->p2p_device_addr)) in match_group_where_peer_is_client()
1417 cfg = p2p_group_get_config(group); in match_group_where_peer_is_client()
1465 * wpas_dbus_signal_p2p_group_started - Signals P2P group has
1466 * started. Emitted when a group is successfully started
1471 * @persistent: 0 - non persistent group, 1 - persistent group
1472 * @ip: When group rol
[all...]
H A Ddbus_new_handlers_p2p.c70 * Convenience function to create and return an invalid persistent group error.
77 "There is no such persistent group in this P2P device."); in wpas_dbus_error_persistent_group_unknown()
358 * A persistent group Object Path is defined meaning we want in wpas_dbus_handler_p2p_group_add()
359 * to re-invoke a persistent group. in wpas_dbus_handler_p2p_group_add()
381 /* Get the SSID structure from the persistent group id */ in wpas_dbus_handler_p2p_group_add()
390 "Failed to reinvoke a persistent group"); in wpas_dbus_handler_p2p_group_add()
666 * wpas_dbus_handler_p2p_cancel - Cancel P2P group formation
737 * A group ID is defined meaning we want to re-invoke a in wpas_dbus_handler_p2p_invite()
738 * persistent group in wpas_dbus_handler_p2p_invite()
760 /* Get the SSID structure from the persistent group i in wpas_dbus_handler_p2p_invite()
1828 match_group_where_peer_is_client(struct p2p_group *group, void *user_data) match_group_where_peer_is_client() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboRenderTest.cpp2101 void addChildVariants (deqp::gles2::TestCaseGroup* group) in addChildVariants() argument
2140 group->addChild(new CaseType(group->getContext(), config)); in addChildVariants()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_ndis.c650 * Report PAE group address as the "BSSID" for wired in wpa_driver_ndis_get_bssid()
1541 int pairwise = 0, group = 0; in wpa_driver_ndis_event_auth() local
1560 group = 1; in wpa_driver_ndis_event_auth()
1562 if (pairwise || group) { in wpa_driver_ndis_event_auth()
2799 wpa_printf(MSG_DEBUG, "NDIS: Failed to add PAE group address " in ndis_add_multicast()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new.c1257 * wpas_dbus_signal_p2p_group_removed - Signals P2P group was removed
1429 * Sends signal to notify that a peer P2P Device is requesting group owner
1506 static int match_group_where_peer_is_client(struct p2p_group *group, in match_group_where_peer_is_client() argument
1513 if (!p2p_group_is_client_connected(group, data->info->p2p_device_addr)) in match_group_where_peer_is_client()
1516 cfg = p2p_group_get_config(group); in match_group_where_peer_is_client()
1564 * wpas_dbus_signal_p2p_group_started - Signals P2P group has
1565 * started. Emitted when a group is successfully started
1570 * @persistent: 0 - non persistent group, 1 - persistent group
1571 * @ip: When group rol
[all...]
H A Ddbus_new_handlers_p2p.c78 * Convenience function to create and return an invalid persistent group error.
85 "There is no such persistent group in this P2P device."); in wpas_dbus_error_persistent_group_unknown()
399 * A persistent group Object Path is defined meaning we want in wpas_dbus_handler_p2p_group_add()
400 * to re-invoke a persistent group. in wpas_dbus_handler_p2p_group_add()
422 /* Get the SSID structure from the persistent group id */ in wpas_dbus_handler_p2p_group_add()
432 "Failed to reinvoke a persistent group"); in wpas_dbus_handler_p2p_group_add()
714 * wpas_dbus_handler_p2p_cancel - Cancel P2P group formation
781 /* Capture the interface name for the group first */ in wpas_dbus_handler_p2p_invite()
788 * A group ID is defined meaning we want to re-invoke a in wpas_dbus_handler_p2p_invite()
789 * persistent group in wpas_dbus_handler_p2p_invite()
1881 match_group_where_peer_is_client(struct p2p_group *group, void *user_data) match_group_where_peer_is_client() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp1632 std::list<RefPtr<SpanItem>> group; in HWTEST_F() local
1637 group.emplace_back(spanItem); in HWTEST_F()
1642 group.emplace_back(spanItem1); in HWTEST_F()
1643 textLayoutAlgorithm->spans_.emplace_back(group); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-logitech-hidpp.c3228 if (hdev->group == HID_GROUP_LOGITECH_27MHZ_DEVICE || in hidpp_report_fixup()
3840 if (id->group == HID_GROUP_LOGITECH_DJ_DEVICE) in hidpp_probe()
3843 if (id->group == HID_GROUP_LOGITECH_27MHZ_DEVICE && in hidpp_probe()
3848 if (id->group == HID_GROUP_LOGITECH_27MHZ_DEVICE && in hidpp_probe()
3869 hid_warn(hdev, "Cannot allocate sysfs group for %s\n", in hidpp_probe()
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c2192 * be removed concurrently since we're holding the group mutex. in arm_smmu_attach_dev()
2408 struct iommu_group *group; in arm_smmu_device_group() local
2416 group = pci_device_group(dev); in arm_smmu_device_group()
2418 group = generic_device_group(dev); in arm_smmu_device_group()
2420 return group; in arm_smmu_device_group()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c1644 const struct devlink_trap_group *group) in mlxsw_devlink_trap_group_init()
1651 return mlxsw_driver->trap_group_init(mlxsw_core, group); in mlxsw_devlink_trap_group_init()
1656 const struct devlink_trap_group *group, in mlxsw_devlink_trap_group_set()
1665 return mlxsw_driver->trap_group_set(mlxsw_core, group, policer, extack); in mlxsw_devlink_trap_group_set()
1643 mlxsw_devlink_trap_group_init(struct devlink *devlink, const struct devlink_trap_group *group) mlxsw_devlink_trap_group_init() argument
1655 mlxsw_devlink_trap_group_set(struct devlink *devlink, const struct devlink_trap_group *group, const struct devlink_trap_policer *policer, struct netlink_ext_ack *extack) mlxsw_devlink_trap_group_set() argument
/kernel/linux/linux-6.6/drivers/soc/tegra/
H A Dpmc.c2046 unsigned int group) in tegra_io_pad_pinctrl_get_group_name()
2050 return pmc->soc->io_pads[group].name; in tegra_io_pad_pinctrl_get_group_name()
2054 unsigned int group, in tegra_io_pad_pinctrl_get_group_pins()
2060 *pins = &pmc->soc->io_pads[group].id; in tegra_io_pad_pinctrl_get_group_pins()
2045 tegra_io_pad_pinctrl_get_group_name(struct pinctrl_dev *pctl, unsigned int group) tegra_io_pad_pinctrl_get_group_name() argument
2053 tegra_io_pad_pinctrl_get_group_pins(struct pinctrl_dev *pctl_dev, unsigned int group, const unsigned int **pins, unsigned int *num_pins) tegra_io_pad_pinctrl_get_group_pins() argument
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c2426 * be removed concurrently since we're holding the group mutex. in arm_smmu_attach_dev()
2728 struct iommu_group *group; in arm_smmu_device_group() local
2736 group = pci_device_group(dev); in arm_smmu_device_group()
2738 group = generic_device_group(dev); in arm_smmu_device_group()
2740 return group; in arm_smmu_device_group()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp1992 gid_t group = getgid(); in Fchown() local
1993 backParam = fchown(fileDescribe, owner, group); in Fchown()
2011 gid_t group = getgid(); in Fchownat() local
2012 backParam = fchownat(fileDescribe, pathname, owner, group, flag); in Fchownat()
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c343 * successfully processed this group, even though we may decide not to use in add_provider_groups()
363 /* We have a match - so we will use this group */ in add_provider_groups()
567 /* See if group is allowed by security callback */
568 int tls_group_allowed(SSL *s, uint16_t group, int op) in tls_group_allowed() argument
570 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(s->ctx, group); in tls_group_allowed()
576 gtmp[0] = group >> 8; in tls_group_allowed()
577 gtmp[1] = group & 0xff; in tls_group_allowed()
593 * For nmatch >= 0, return the id of the |nmatch|th shared group or 0
596 * For nmatch == -2, return the id of the group to use for
751 "group ' in gid_cb()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp2999 void initTests (tcu::TestCaseGroup* group, const SharedGroupParams groupParams) in initTests() argument
3068 tcu::TestContext& testCtx (group->getTestContext()); in initTests()
3172 group->addChild(formatGroup.release()); in initTests()
3178 group->addChild(layerGroup.release()); in initTests()
/third_party/openssl/ssl/
H A Dt1_lib.c342 * successfully processed this group, even though we may decide not to use in add_provider_groups()
362 /* We have a match - so we will use this group */ in add_provider_groups()
566 /* See if group is allowed by security callback */
567 int tls_group_allowed(SSL *s, uint16_t group, int op) in tls_group_allowed() argument
569 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(s->ctx, group); in tls_group_allowed()
575 gtmp[0] = group >> 8; in tls_group_allowed()
576 gtmp[1] = group & 0xff; in tls_group_allowed()
592 * For nmatch >= 0, return the id of the |nmatch|th shared group or 0
595 * For nmatch == -2, return the id of the group to use for
731 "group ' in gid_cb()
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs158 /// This is pushed on to the stack upon first seeing any kind of group,
160 /// upon leaving a group.
162 /// The old active flags when this group was opened.
164 /// If this group sets flags, then the new active flags are set to the
166 /// group. If the group doesn't set any flags, then this is simply
167 /// equivalent to whatever flags were set when the group was opened.
169 /// When this group is popped, the active flags should be restored to
221 /// Assert that the current stack frame is a group indicator and return
223 /// group wa
1595 fn group() { group() functions
[all...]

Completed in 83 milliseconds

1...<<151152153154155156157158159160>>...172