Home
last modified time | relevance | path

Searched refs:group (Results 3501 - 3525 of 4121) sorted by relevance

1...<<141142143144145146147148149150>>...165

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c475 /* Append submessage / group. */ in decode_toarray()
6043 mgroup *group) { in newmethod()
6047 ret->group = group; in newmethod()
6097 mgroup *group; member
6107 static compiler *newcompiler(mgroup *group, bool lazy) { in newcompiler() argument
6111 ret->group = group; in newcompiler()
6172 return (uint32_t)(c->pc - c->group->bytecode); in pcofs()
6184 codep = (val == EMPTYLABEL) ? NULL : c->group in label()
6042 newmethod(const upb_handlers *dest_handlers, mgroup *group) newmethod() argument
7606 run_decoder_vm(upb_pbdecoder *d, const mgroup *group, const upb_bufhandle* handle) run_decoder_vm() argument
7877 upb_pbdecoder_decode(void *decoder, const void *group, const char *buf, size_t size, const upb_bufhandle *handle) upb_pbdecoder_decode() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp867 UnicodeString localeName = localeMatcher.group(1, status); in TestExtended()
871 charIdx += localeMatcher.group(0, status).length() - 1; in TestExtended()
1321 // Each kind of token is recognized in its own capture group; what type of item was scanned in runUnicodeTestData()
1322 // is identified by which group had a match. in runUnicodeTestData()
1363 const UnicodeString &hexNumber = tokenMatcher.group(3, status); in runUnicodeTestData()
1396 UnicodeString uToken = tokenMatcher.group(0, status); in runUnicodeTestData()
3842 breakType = m.group(1, status);
4438 // hexMatcher group(1) is a hex number, or empty string if no hex number present. in TestEmoji()
4451 UnicodeString line = lineMatcher.group(status); in TestEmoji()
4454 while (hexMatcher.find() && hexMatcher.group( in TestEmoji()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp3902 void initTests (tcu::TestCaseGroup* group, const RenderingType renderingType) in initTests() argument
3904 tcu::TestContext& testCtx(group->getTestContext()); in initTests()
3996 group->addChild(externalGroup.release()); in initTests()
4058 group->addChild(implicitGroup.release()); in initTests()
4169 group->addChild(lateFragmentTestsGroup.release()); in initTests()
4194 group->addChild(selfDependencyGroup.release()); in initTests()
4220 group->addChild(separateChannelsGroup.release()); in initTests()
4247 group->addChild(singleAttachmentGroup.release()); in initTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp3902 void initTests (tcu::TestCaseGroup* group, const RenderingType renderingType) in initTests() argument
3904 tcu::TestContext& testCtx(group->getTestContext()); in initTests()
3996 group->addChild(externalGroup.release()); in initTests()
4058 group->addChild(implicitGroup.release()); in initTests()
4169 group->addChild(lateFragmentTestsGroup.release()); in initTests()
4194 group->addChild(selfDependencyGroup.release()); in initTests()
4220 group->addChild(separateChannelsGroup.release()); in initTests()
4247 group->addChild(singleAttachmentGroup.release()); in initTests()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c4600 static void hns3_add_ring_to_group(struct hns3_enet_ring_group *group, in hns3_add_ring_to_group() argument
4603 ring->next = group->ring; in hns3_add_ring_to_group()
4604 group->ring = ring; in hns3_add_ring_to_group()
4606 group->count++; in hns3_add_ring_to_group()
4629 struct hns3_enet_ring_group *group = container_of(dim, in hns3_rx_dim_work() local
4631 struct hns3_enet_tqp_vector *tqp_vector = group->ring->tqp_vector; in hns3_rx_dim_work()
4635 hns3_set_vector_coalesce_rx_gl(group->ring->tqp_vector, cur_moder.usec); in hns3_rx_dim_work()
4649 struct hns3_enet_ring_group *group = container_of(dim, in hns3_tx_dim_work() local
4651 struct hns3_enet_tqp_vector *tqp_vector = group->ring->tqp_vector; in hns3_tx_dim_work()
4816 static void hns3_clear_ring_group(struct hns3_enet_ring_group *group) in hns3_clear_ring_group() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp4332 << "Note! Test result should only be used as a baseline reference result for buffer.data_upload.* test group results."
4462 << "Note! Test result may not be useful as is but instead should be compared against the reference.* group and upload_and_draw.*_and_unrelated_upload group results.\n"
4622 << "Note! Test result should only be used as a baseline reference result for buffer.data_upload.* test group results."
4817 << "Note! Test result may not be useful as is but instead should be compared against the reference.* group and other upload_and_draw.* group results.\n"
5150 message << "Note! Test result should only be used as a baseline reference result for buffer.render_after_upload.draw_modify_draw test group results.";
5152 message << "Note! Test result may not be useful as is but instead should be compared against the buffer.render_after_upload.reference.draw_upload_draw group results.\n";
6267 tcu::TestCaseGroup* group;
6281 bufferDataMethodGroup->addChild(targetCases[targetNdx].group);
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp3764 static void addSimpleTests (EglTestContext& ctx, tcu::TestCaseGroup* group, bool useSync, bool serverSync) in addSimpleTests() argument
3829 group->addChild(bufferTests); in addSimpleTests()
3991 group->addChild(textureTests); in addSimpleTests()
4069 group->addChild(shaderTests); in addSimpleTests()
4111 group->addChild(programTests); in addSimpleTests()
4252 group->addChild(imageTests); in addSimpleTests()
4257 static void addRandomTests (EglTestContext& ctx, tcu::TestCaseGroup* group, bool useSync, bool serverSync) in addRandomTests() argument
4434 group->addChild(textureTests); in addRandomTests()
4536 group->addChild(bufferTests); in addRandomTests()
4665 group in addRandomTests()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnav_bar_test_ng.cpp202 * @tc.desc: Test add nav bar content node child to group.
216 auto group = navBarNode->GetContentNode(); in HWTEST_F() local
217 EXPECT_NE(group, nullptr); in HWTEST_F()
222 * @tc.desc: Test add new content node child to group.
235 auto group = navBarNode->GetContentNode(); in HWTEST_F() local
236 EXPECT_EQ(group, nullptr); in HWTEST_F()
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
H A Dvgic-its.c63 irq->group = 1; in vgic_add_lpi()
2643 switch (attr->group) { in vgic_its_has_attr()
2709 switch (attr->group) { in vgic_its_set_attr()
2746 switch (attr->group) { in vgic_its_get_attr()
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H A Dvgic-its.c63 irq->group = 1; in vgic_add_lpi()
2747 switch (attr->group) { in vgic_its_has_attr()
2832 switch (attr->group) { in vgic_its_set_attr()
2869 switch (attr->group) { in vgic_its_get_attr()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c1497 const struct devlink_trap_group *group) in mlxsw_devlink_trap_group_init()
1504 return mlxsw_driver->trap_group_init(mlxsw_core, group); in mlxsw_devlink_trap_group_init()
1509 const struct devlink_trap_group *group, in mlxsw_devlink_trap_group_set()
1518 return mlxsw_driver->trap_group_set(mlxsw_core, group, policer, extack); in mlxsw_devlink_trap_group_set()
1496 mlxsw_devlink_trap_group_init(struct devlink *devlink, const struct devlink_trap_group *group) mlxsw_devlink_trap_group_init() argument
1508 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-5.10/drivers/soc/tegra/
H A Dpmc.c1746 unsigned int group) in tegra_io_pad_pinctrl_get_group_name()
1750 return pmc->soc->io_pads[group].name; in tegra_io_pad_pinctrl_get_group_name()
1754 unsigned int group, in tegra_io_pad_pinctrl_get_group_pins()
1760 *pins = &pmc->soc->io_pads[group].id; in tegra_io_pad_pinctrl_get_group_pins()
1745 tegra_io_pad_pinctrl_get_group_name(struct pinctrl_dev *pctl, unsigned int group) tegra_io_pad_pinctrl_get_group_name() argument
1753 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-5.10/tools/perf/util/
H A Devsel.c754 return evsel->group_name ?: "anon group"; in evsel__group_name()
758 * Returns the group details for the specified leader,
762 * 'anon group { cycles:u, instructions:u }'
764 * For record -e 'cycles,instructions' and report --group
1032 * - all independent events and group leaders are disabled
1033 * - all group members are enabled
1035 * Group members are ruled by group leaders. They need to
1036 * be enabled, because the group scheduling relies on that.
1039 * - all independent events and group leaders have
1044 * Independent events and group leader
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Devsel.c810 return evsel->group_name ?: "anon group"; in evsel__group_name()
814 * Returns the group details for the specified leader,
818 * 'anon group { cycles:u, instructions:u }'
820 * For record -e 'cycles,instructions' and report --group
1103 * - all independent events and group leaders are disabled
1104 * - all group members are enabled
1106 * Group members are ruled by group leaders. They need to
1107 * be enabled, because the group scheduling relies on that.
1110 * - all independent events and group leaders have
1115 * Independent events and group leader
[all...]
H A Dsynthetic-events.c772 * send mmap only for thread group leader in __event__synthesize_thread()
879 * comm.pid is set to thread group id by in perf_event__synthesize_thread_map()
885 /* is thread group leader in thread_map? */ in perf_event__synthesize_thread_map()
1469 result += sz * sample->read.group.nr; in perf_event__sample_event_size()
1562 struct sample_read_value *v = sample->read.group.values; in copy_read_group_values()
1564 sample_read_group__for_each(v, sample->read.group.nr, read_format) { in copy_read_group_values()
1636 *array = sample->read.group.nr; in perf_event__synthesize_sample()
/third_party/libcoap/examples/
H A Dcoap-server.c2135 "Usage: %s [-d max] [-e] [-g group] [-l loss] [-p port] [-r] [-v num]\n" in usage()
2150 "\t-g group\tJoin the given multicast group\n" in usage()
2710 char *group = NULL; in main() local
2768 group = optarg; in main()
2939 /* join multicast group if requested at command line */ in main()
2940 if (group) in main()
2941 coap_join_mcast_group_intf(ctx, group, group_if); in main()
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp2182 * declare local work-group size, the declarations must be identical; in link_cs_input_layout_qualifiers()
2211 * variable local group size and a second compute shader in link_cs_input_layout_qualifiers()
2212 * attached to the same program declares a fixed local group in link_cs_input_layout_qualifiers()
2216 "variable local group size\n"); in link_cs_input_layout_qualifiers()
2222 enum gl_derivative_group group = shader->info.Comp.DerivativeGroup; in link_cs_input_layout_qualifiers() local
2223 if (group != DERIVATIVE_GROUP_NONE) { in link_cs_input_layout_qualifiers()
2225 gl_prog->info.cs.derivative_group != group) { in link_cs_input_layout_qualifiers()
2230 gl_prog->info.cs.derivative_group = group; in link_cs_input_layout_qualifiers()
2241 "local group size\n"); in link_cs_input_layout_qualifiers()
2248 "local group siz in link_cs_input_layout_qualifiers()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp1875 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "mapping"));
2055 group->addChild(sets[0].release());
2058 group->addChild(dedicated.release());
2060 return group.release();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp2692 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "data_spill")); in createDataSpillTests()
2781 group->addChild(callTypeGroup.release()); in createDataSpillTests()
2812 group->addChild(pipelineInterfaceGroup.release()); in createDataSpillTests()
2814 return group.release(); in createDataSpillTests()
/third_party/openssl/test/
H A Devp_pkey_provided_test.c518 * openssl genpkey -algorithm DH -pkeyopt group:ffdhe2048 in test_fromdata_dh_named_group()
584 /* Just enough space to hold the group name and a terminating NUL */ in test_fromdata_dh_named_group()
597 /* Too small buffer to hold the whole group name, even! */ in test_fromdata_dh_named_group()
730 * -pkeyopt group:ffdhe2048 -pkeyopt priv_len:224 -text in test_fromdata_dh_fips186_4()
1206 EC_GROUP *group = NULL; in test_fromdata_ec() local
1282 if (!TEST_ptr(group = EC_GROUP_new_by_curve_name(OBJ_sn2nid(curve))) in test_fromdata_ec()
1286 || !TEST_true(EC_GROUP_get_curve(group, group_p, group_a, group_b, NULL))) in test_fromdata_ec()
1336 EC_GROUP_free(group); in test_fromdata_ec()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp2691 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "data_spill", "Ray tracing tests for data spilling and unspilling around shader calls")); in createDataSpillTests()
2780 group->addChild(callTypeGroup.release()); in createDataSpillTests()
2811 group->addChild(pipelineInterfaceGroup.release()); in createDataSpillTests()
2813 return group.release(); in createDataSpillTests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c1350 u16 group; in hostapd_dpp_rx_reconfig_announcement() local
1389 group = WPA_GET_LE16(fcgroup); in hostapd_dpp_rx_reconfig_announcement()
1390 wpa_printf(MSG_DEBUG, "DPP: Enrollee finite cyclic group: %u", group); in hostapd_dpp_rx_reconfig_announcement()
1396 conf, freq, group, a_nonce, a_nonce_len, in hostapd_dpp_rx_reconfig_announcement()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_two_ng.cpp117 auto group = AceType::MakeRefPtr<GestureGroup>(GestureMode::Exclusive, gestures); in HWTEST_F() local
118 gestureEventHub->AttachGesture(group); in HWTEST_F()
374 * @tc.desc: Test AccessibilityRecursionSearchRecognizer group function
620 * @tc.desc: Test AccessibilityRecursionSearchRecognizer group function
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.cpp928 void WifiConfigCenter::SetCurrentP2pGroupInfo(const WifiP2pGroupInfo &group) in SetCurrentP2pGroupInfo() argument
931 m_P2pGroupInfo = group; in SetCurrentP2pGroupInfo()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-aspeed.c282 unsigned int group = GPIO_OFFSET(offset) / 8; in have_gpio() local
284 return bank->names[group][0] != '\0' && in have_gpio()

Completed in 107 milliseconds

1...<<141142143144145146147148149150>>...165