Home
last modified time | relevance | path

Searched refs:group (Results 1576 - 1600 of 4116) sorted by relevance

1...<<61626364656667686970>>...165

/kernel/linux/linux-6.6/tools/perf/tests/
H A Dsample-parsing.c80 COMP(read.group.nr); in samples_same()
89 for (i = 0; i < s1->read.group.nr; i++) { in samples_same()
92 MCOMP(read.group.values[i]); in samples_same()
289 sample.read.group.nr = 4; in do_test()
290 sample.read.group.values = values; in do_test()
/third_party/mbedtls/scripts/
H A Dassemble_changelog.py133 top_version_title = m.group(1)
134 top_version_body = m.group(2)
135 name = re.match(cls._name_re, top_version_title).group(1)
165 return [CategoryContent(title_match.group(1), title_line,
309 return m.group(0)
/third_party/jerryscript/tools/
H A Dgen-unicode.py157 for _, group in itertools.groupby(enumerate(i), lambda q: (q[1] - q[0])):
158 group = list(group)
159 yield group[0][1], group[-1][1]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_builder.h70 _dispatch_width(inst->exec_size), _group(inst->group), in vec4_builder()
103 * Construct a builder specifying the default SIMD width and group of
107 * \p n gives the default SIMD width, \p i gives the slot group used for
111 group(unsigned n, unsigned i) const in group() function in brw::vec4_builder
157 * Get the channel group in use.
160 group() const in group() function in brw::vec4_builder
314 inst->group = group(); in emit()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java105 // Note that the bracket here is inside the capturing group, since we consider it part of the
360 // We should handle any group before this one too. in extractInnerMatch()
361 CharSequence group = trimAfterFirstMatch( in extractInnerMatch()
364 PhoneNumberMatch match = parseAndVerify(group, offset); in extractInnerMatch()
371 CharSequence group = trimAfterFirstMatch( in extractInnerMatch()
372 PhoneNumberUtil.UNWANTED_END_CHAR_PATTERN, groupMatcher.group(1)); in extractInnerMatch()
373 PhoneNumberMatch match = parseAndVerify(group, offset + groupMatcher.start(1)); in extractInnerMatch()
468 // Check each group of consecutive digits are not broken into separate groupings in the in allNumberGroupsRemainGrouped()
497 // match the last group of the subscriber number. Note the extension cannot have in allNumberGroupsRemainGrouped()
508 // Set this to the last group, skippin in allNumberGroupsAreExactlyPresent()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp427 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "dynamic_control_points")); in createDynamicControlPointTests()
430 group->addChild(new DynamicControlPointsTestCase(testCtx, "change_output", TestConfig { in createDynamicControlPointTests()
441 group->addChild(new DynamicControlPointsTestCase(testCtx, "change_winding", TestConfig { in createDynamicControlPointTests()
452 group->addChild(new DynamicControlPointsTestCase(testCtx, "change_output_winding", TestConfig { in createDynamicControlPointTests()
461 return group.release(); in createDynamicControlPointTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktObjectRefreshTests.cpp384 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "object_refresh")); in createObjectRefreshTests()
387 addFunctionCase(group.get(), "query_refreshable_objects", checkRefreshSupport, queryRefreshableObjects); in createObjectRefreshTests()
388 addFunctionCaseWithPrograms(group.get(), "refresh_individual_objects",checkRefreshSupport, createComputeSource, refreshIndividualObjects); in createObjectRefreshTests()
389 addFunctionCaseWithPrograms(group.get(), "refresh_all_objects", checkRefreshSupport, createComputeSource, refreshAllObjects); in createObjectRefreshTests()
391 return group.release(); in createObjectRefreshTests()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBallotBroadcastTests.cpp573 de::MovePtr<deqp::TestCaseGroup> group(new deqp::TestCaseGroup( in createSubgroupsBallotBroadcastTests()
576 group->addChild(graphicGroup.release()); in createSubgroupsBallotBroadcastTests()
577 group->addChild(computeGroup.release()); in createSubgroupsBallotBroadcastTests()
578 group->addChild(framebufferGroup.release()); in createSubgroupsBallotBroadcastTests()
579 return group.release(); in createSubgroupsBallotBroadcastTests()
H A DglcSubgroupsBuiltinVarTests.cpp799 de::MovePtr<deqp::TestCaseGroup> group(new deqp::TestCaseGroup( in createSubgroupsBuiltinVarTests()
802 group->addChild(graphicGroup.release()); in createSubgroupsBuiltinVarTests()
803 group->addChild(computeGroup.release()); in createSubgroupsBuiltinVarTests()
804 group->addChild(framebufferGroup.release()); in createSubgroupsBuiltinVarTests()
806 return group.release(); in createSubgroupsBuiltinVarTests()
H A DglcSubgroupsClusteredTests.cpp859 de::MovePtr<deqp::TestCaseGroup> group(new deqp::TestCaseGroup( in createSubgroupsClusteredTests()
862 group->addChild(graphicGroup.release()); in createSubgroupsClusteredTests()
863 group->addChild(computeGroup.release()); in createSubgroupsClusteredTests()
864 group->addChild(framebufferGroup.release()); in createSubgroupsClusteredTests()
866 return group.release(); in createSubgroupsClusteredTests()
H A DglcSubgroupsPartitionedTests.cpp975 de::MovePtr<deqp::TestCaseGroup> group(new deqp::TestCaseGroup( in createSubgroupsPartitionedTests()
978 group->addChild(graphicGroup.release()); in createSubgroupsPartitionedTests()
979 group->addChild(computeGroup.release()); in createSubgroupsPartitionedTests()
980 group->addChild(framebufferGroup.release()); in createSubgroupsPartitionedTests()
982 return group.release(); in createSubgroupsPartitionedTests()
H A DglcSubgroupsQuadTests.cpp736 de::MovePtr<deqp::TestCaseGroup> group(new deqp::TestCaseGroup( in createSubgroupsQuadTests()
739 group->addChild(graphicGroup.release()); in createSubgroupsQuadTests()
740 group->addChild(computeGroup.release()); in createSubgroupsQuadTests()
741 group->addChild(framebufferGroup.release()); in createSubgroupsQuadTests()
743 return group.release(); in createSubgroupsQuadTests()
H A DglcSubgroupsShuffleTests.cpp648 de::MovePtr<deqp::TestCaseGroup> group(new deqp::TestCaseGroup( in createSubgroupsShuffleTests()
651 group->addChild(graphicGroup.release()); in createSubgroupsShuffleTests()
652 group->addChild(computeGroup.release()); in createSubgroupsShuffleTests()
653 group->addChild(framebufferGroup.release()); in createSubgroupsShuffleTests()
655 return group.release(); in createSubgroupsShuffleTests()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflib.py454 attribs = matches.group('attribs')
550 gen_type = matches.group('generated_type')
551 refpage_type = matches.group('category')
552 name = matches.group('entity_name')
587 logDiag('ignoring unrecognized include line ', matches.group())
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/
H A Dmain.go96 for _, group := range lists {
97 sheetName := group.Name
141 path := filepath.Join(*projectPath, group.File)
310 for _, group := range testlists {
311 name := group.Name
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp422 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "dynamic_control_points", "Tests checking dynamic bind points and switching pipelines")); in createDynamicControlPointTests()
424 group->addChild(new DynamicControlPointsTestCase(testCtx, "change_output", "test switching pipelines with dynamic control points while changing the number of tcs invocations", in createDynamicControlPointTests()
435 group->addChild(new DynamicControlPointsTestCase(testCtx, "change_winding", "test switching pipelines with dynamic control points while switching winding", in createDynamicControlPointTests()
446 group->addChild(new DynamicControlPointsTestCase(testCtx, "change_output_winding", "test switching pipelines with dynamic control points while switching winding and number of tcs invocations", in createDynamicControlPointTests()
456 return group.release(); in createDynamicControlPointTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktObjectRefreshTests.cpp384 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "object_refresh", "Tests VK_KHR_object_refresh")); in createObjectRefreshTests()
386 addFunctionCase(group.get(), "query_refreshable_objects", "Test VK_KHR_object_refresh extension", checkRefreshSupport, queryRefreshableObjects); in createObjectRefreshTests()
387 addFunctionCaseWithPrograms(group.get(), "refresh_individual_objects", "Test VK_KHR_object_refresh extension", checkRefreshSupport, createComputeSource, refreshIndividualObjects); in createObjectRefreshTests()
388 addFunctionCaseWithPrograms(group.get(), "refresh_all_objects", "Test VK_KHR_object_refresh extension", checkRefreshSupport, createComputeSource, refreshAllObjects); in createObjectRefreshTests()
390 return group.release(); in createObjectRefreshTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp552 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "misc_draw", "Miscellaneous draw-result-verifying cases")); in createMiscDrawTests()
568 addFunctionCaseWithPrograms(group.get(), caseName, "Check that there are no obvious gaps in the triangle-filled area of a tessellated shape", in createMiscDrawTests()
580 addFunctionCaseWithPrograms(group.get(), caseName, "Check that there are no obvious triangle overlaps in the triangle-filled area of a tessellated shape", in createMiscDrawTests()
590 addFunctionCaseWithPrograms(group.get(), caseName, "Basic isolines render test", checkSupportCase, in createMiscDrawTests()
594 return group.release(); in createMiscDrawTests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h744 * @group: Identifying number for the ECC group (IANA "Group Description"
748 struct crypto_ec * crypto_ec_init(int group);
759 * Returns: Length of the prime defining the group
766 * Returns: Length of the prime defining the group in bits
773 * Returns: Length of the order defining the group
778 * crypto_ec_get_prime - Get prime defining an EC group
780 * Returns: Prime (bignum) defining the group
785 * crypto_ec_get_order - Get order of an EC group
787 * Returns: Order (bignum) of the group
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/
H A Dmock_wifi_p2p.h45 MOCK_METHOD(Wifi::ErrCode, DeleteGroup, (const Wifi::WifiP2pGroupInfo &group));
49 MOCK_METHOD(Wifi::ErrCode, GetCurrentGroup, (Wifi::WifiP2pGroupInfo &group));
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_checkbox_ffi.cpp27 void FfiOHOSAceFrameworkCheckBoxCreate(const char* name, const char* group) in FfiOHOSAceFrameworkCheckBoxCreate() argument
30 auto checkboxGroup = std::optional<std::string>(group); in FfiOHOSAceFrameworkCheckBoxCreate()
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/
H A Dui_test_analog_clock.h62 void CreateButtons001(UIViewGroup* group, UIImageView* curFace, UIAnalogClock* clock);
63 void CreateButtons002(UIViewGroup* group, UIImageView* curFace, UIAnalogClock* clock);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_model_ng.h42 void Create(const std::optional<std::string>& value, const std::optional<std::string>& group,
80 const std::string& group, int32_t indicator);
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dvcard_util.h32 VCardProperty(VCardVersion ver, std::string group, std::string name, std::string value, std::string paramsStr) in VCardProperty() argument
34 VCardProperty(std::string group, std::string name, std::string value, VCardParams params) in VCardProperty() argument
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p.h130 * @Description Remove a P2P client of current group.
140 * @param group - WifiP2pGroupInfo object
143 virtual ErrCode DeleteGroup(const WifiP2pGroupInfo &group) = 0;
171 * @param group - the WifiP2pGroupInfo object
174 virtual ErrCode GetCurrentGroup(WifiP2pGroupInfo &group) = 0;

Completed in 24 milliseconds

1...<<61626364656667686970>>...165