/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationLimitsTests.cpp | 115 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "limits", "Tessellation limits tests")); in createLimitsTests() 134 addFunctionCase<LimitsCaseDefinition>(group.get(), cases[i].caseName, "", deviceLimitsTestCase, cases[i].caseDef); in createLimitsTests() 136 return group.release(); in createLimitsTests()
|
/third_party/vulkan-loader/scripts/ |
H A D | generate_source.py | 42 group = parser.add_mutually_exclusive_group() 43 group.add_argument('-i', '--incremental', action='store_true', help='only update repo files that change') 44 group.add_argument('-v', '--verify', action='store_true', help='verify repo files match generator output')
|
/foundation/arkui/ui_lite/test/uitest/test_button/ |
H A D | ui_test_button.cpp | 196 UIViewGroup* group = new UIViewGroup(); in CreateButtonGroup() local 197 group->SetPosition(posX, posY, 300, 150); // 300: width, 150: height in CreateButtonGroup() 199 group->Add(label); in CreateButtonGroup() 204 group->Add(label1); in CreateButtonGroup() 217 group->Add(checkBox); in CreateButtonGroup() 226 return group; in CreateButtonGroup() 239 UIViewGroup* group = CreateButtonGroup(40, 35, 100, 100, &checkBoxChangeListener_, UI_TEST_CHECKBOX_1); in UIKitCheckBoxTest001() local 244 container_->Add(group); in UIKitCheckBoxTest001() 261 UIViewGroup* group = CreateButtonGroup(40, 160, 100, 100, &radioChangeListener_, UI_TEST_RADIO_BUTTON_1, in UIKitRadioButtonTest001() local 269 container_->Add(group); in UIKitRadioButtonTest001() 287 UIViewGroup* group = CreateButtonGroup(40, 300, 100, 100, &toggleChangeListener_, UI_TEST_TOGGLE_BUTTON_1, UIKitToggleButtonTest001() local [all...] |
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/ |
H A D | ui_test_border_margin_padding.cpp | 429 UIViewGroup* group = new UIViewGroup(); in UIKitUITestBorderMarginPaddingTest005() local 430 group->SetStyle(style_); in UIKitUITestBorderMarginPaddingTest005() 431 group->Resize(200, 100); // 200: size 100: size in UIKitUITestBorderMarginPaddingTest005() 432 listScroll_->Add(group); in UIKitUITestBorderMarginPaddingTest005() 436 group->Add(button); in UIKitUITestBorderMarginPaddingTest005() 500 UIViewGroup* group = new UIViewGroup(); in UIKitUITestBorderMarginPaddingTest008() local 501 group->Resize(Screen::GetInstance().GetWidth() - BUTTON_GROUP_WIDTH, 200); // 200: button UIViewGroup height in UIKitUITestBorderMarginPaddingTest008() 530 group->Add(button); in UIKitUITestBorderMarginPaddingTest008() 535 group->Add(checkbox); in UIKitUITestBorderMarginPaddingTest008() 540 group in UIKitUITestBorderMarginPaddingTest008() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBIMonkeyTest.java | 139 String sname = fSetRefsMatcher.group(/*"ClassName"*/ 1); in addCharClass() 200 String sname = fSetRefsMatcher.group(/*"ClassName"*/ 1); in addRule() 219 String prop = fPropertyMatcher.group(); in addRule() 292 // When running the rules, a match that includes this group means we found a break position. in addRule() 410 String className = fClassDefMatcher.group(/*"ClassName"*/ 1); in compileRules() 411 String classDef = fClassDefMatcher.group(/*"ClassDef"*/ 2); in compileRules() 427 String ruleName = fRuleDefMatcher.group(/*"RuleName"*/ 1); in compileRules() 428 String ruleDef = fRuleDefMatcher.group(/*"RuleDef"*/ 2); in compileRules() 602 if (matchingRule.fRuleMatcher.group().length() == 0) { in set() 647 // Helper function to find the starting index of a match of the "BreakPosition" named capture group [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | RBBIMonkeyTest.java | 136 String sname = fSetRefsMatcher.group(/*"ClassName"*/ 1); in addCharClass() 197 String sname = fSetRefsMatcher.group(/*"ClassName"*/ 1); in addRule() 216 String prop = fPropertyMatcher.group(); in addRule() 289 // When running the rules, a match that includes this group means we found a break position. in addRule() 407 String className = fClassDefMatcher.group(/*"ClassName"*/ 1); in compileRules() 408 String classDef = fClassDefMatcher.group(/*"ClassDef"*/ 2); in compileRules() 424 String ruleName = fRuleDefMatcher.group(/*"RuleName"*/ 1); in compileRules() 425 String ruleDef = fRuleDefMatcher.group(/*"RuleDef"*/ 2); in compileRules() 601 if (matchingRule.fRuleMatcher.group().length() == 0) { in set() 651 // Helper function to find the starting index of a match of the "BreakPosition" named capture group [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | stream-interaction.c | 37 struct group { struct 48 struct group **groups; 77 static const char *get_trigger_role(struct userdata *u, pa_object *stream, struct group *g) { in get_trigger_role() 103 static const char *find_trigger_stream(struct userdata *u, pa_object *device, pa_object *ignore_stream, struct group *g) { in find_trigger_stream() 132 static const char *find_global_trigger_stream(struct userdata *u, pa_object *ignore_stream, struct group *g) { in find_global_trigger_stream() 155 static void cork_or_duck(struct userdata *u, pa_sink_input *i, const char *interaction_role, const char *trigger_role, bool interaction_applied, struct group *g) { in cork_or_duck() 172 static void uncork_or_unduck(struct userdata *u, pa_sink_input *i, const char *interaction_role, bool corked, struct group *g) { in uncork_or_unduck() 187 static inline void apply_interaction_to_sink(struct userdata *u, pa_sink *s, const char *new_trigger, pa_sink_input *ignore_stream, bool new_stream, struct group *g) { in apply_interaction_to_sink() 238 static void apply_interaction_global(struct userdata *u, const char *trigger_role, pa_sink_input *ignore_stream, bool new_stream, struct group *g) { in apply_interaction_global() 248 static void remove_interactions(struct userdata *u, struct group * [all...] |
/third_party/python/Modules/_sre/clinic/ |
H A D | sre.c.h | 948 "start($self, group=0, /)\n" 951 "Return index of the start of the substring matched by group."); 957 _sre_SRE_Match_start_impl(MatchObject *self, PyObject *group); 963 PyObject *group = NULL; in _sre_SRE_Match_start() local 972 group = args[0]; in _sre_SRE_Match_start() 974 _return_value = _sre_SRE_Match_start_impl(self, group); in _sre_SRE_Match_start() 985 "end($self, group=0, /)\n" 988 "Return index of the end of the substring matched by group."); 994 _sre_SRE_Match_end_impl(MatchObject *self, PyObject *group); 1000 PyObject *group in _sre_SRE_Match_end() local 1037 PyObject *group = NULL; _sre_SRE_Match_span() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockTests.cpp | 83 void createBlockBasicTypeCases (tcu::TestCaseGroup& group, tcu::TestContext& testCtx, const std::string& name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) in createBlockBasicTypeCases() argument 85 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_str())); in createBlockBasicTypeCases() 94 group.addChild(typeGroup.release()); in createBlockBasicTypeCases() 335 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(testCtx, groupName); in createRandomCaseGroup() local 336 parentGroup->addChild(group); in createRandomCaseGroup() 341 group->addChild(new RandomUniformBlockCase(testCtx, de::toString(ndx), bufferMode, features, (deUint32)ndx + baseSeed)); in createRandomCaseGroup() 890 & ~FEATURE_STD430_LAYOUT & ~FEATURE_SCALAR_LAYOUT & ~FEATURE_DESCRIPTOR_INDEXING; // OOO offsets handled in a dedicated case group in init() 900 tcu::TestCaseGroup* group = randomGroup; in init() local 903 group = new tcu::TestCaseGroup(m_testCtx, "16bit"); in init() 904 randomGroup->addChild(group); in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockTests.cpp | 83 void createBlockBasicTypeCases (tcu::TestCaseGroup& group, tcu::TestContext& testCtx, const std::string& name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) in createBlockBasicTypeCases() argument 85 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_str(), "")); in createBlockBasicTypeCases() 94 group.addChild(typeGroup.release()); in createBlockBasicTypeCases() 335 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(testCtx, groupName, description); in createRandomCaseGroup() local 336 parentGroup->addChild(group); in createRandomCaseGroup() 341 group->addChild(new RandomUniformBlockCase(testCtx, de::toString(ndx), "", bufferMode, features, (deUint32)ndx + baseSeed)); in createRandomCaseGroup() 890 & ~FEATURE_STD430_LAYOUT & ~FEATURE_SCALAR_LAYOUT & ~FEATURE_DESCRIPTOR_INDEXING; // OOO offsets handled in a dedicated case group in init() 900 tcu::TestCaseGroup* group = randomGroup; in init() local 903 group = new tcu::TestCaseGroup(m_testCtx, "16bit", "16bit storage"); in init() 904 randomGroup->addChild(group); in init() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | pasn_supplicant.c | 34 u16 group; member 112 ret = sae_set_group(&pasn->sae, pasn->group); in wpas_pasn_wd_sae_commit() 114 wpa_printf(MSG_DEBUG, "PASN: Failed to set SAE group"); in wpas_pasn_wd_sae_commit() 150 int groups[] = { pasn->group, 0 }; in wpas_pasn_wd_sae_rx() 275 struct wpa_ssid *ssid, int group) in wpas_pasn_sae_setup_pt() 278 int groups[2] = { group, 0 }; in wpas_pasn_sae_setup_pt() 738 wpa_pasn_add_parameter_ie(buf, pasn->group, wrapped_data, in wpas_pasn_build_auth_1() 811 wpa_pasn_add_parameter_ie(buf, pasn->group, wrapped_data, in wpas_pasn_build_auth_3() 875 pasn->group = 0; in wpas_pasn_reset() 1006 int akmp, int cipher, u16 group, in in wpas_pasn_start() 274 wpas_pasn_sae_setup_pt(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int group) wpas_pasn_sae_setup_pt() argument 1005 wpas_pasn_start(struct wpa_supplicant *wpa_s, const u8 *bssid, int akmp, int cipher, u16 group, int freq, const u8 *beacon_rsne, u8 beacon_rsne_len, const u8 *beacon_rsnxe, u8 beacon_rsnxe_len, int network_id, struct wpabuf *comeback) wpas_pasn_start() argument 1239 wpas_pasn_auth_start(struct wpa_supplicant *wpa_s, const u8 *bssid, int akmp, int cipher, u16 group, int network_id, const u8 *comeback, size_t comeback_len) wpas_pasn_auth_start() argument 1329 u16 group = pasn->group; wpas_pasn_immediate_retry() local [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 124 username = username_match.group(1) 128 domain = domain_match.group(1) 786 return 2 * match.group(1) + '\\"' 824 return 2 * match.group(1) + '"' + match.group(2) + '"' 865 return (len(match.group(1)) / 2 * 4) * "\\" + '\\"' 2255 # Add the filter to the group. 2289 """Returns the group and element type of the source file. 2296 A pair of (group this file should be part of, the label of element) 2301 group [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 124 username = username_match.group(1) 128 domain = domain_match.group(1) 784 return 2 * match.group(1) + '\\"' 822 return 2 * match.group(1) + '"' + match.group(2) + '"' 863 return (len(match.group(1)) / 2 * 4) * "\\" + '\\"' 2247 # Add the filter to the group. 2281 """Returns the group and element type of the source file. 2288 A pair of (group this file should be part of, the label of element) 2293 group [all...] |
/third_party/python/Lib/test/ |
H A D | test_argparse.py | 222 """Add all arguments under a single group in the parser""" 223 group = parser.add_argument_group('foo') 225 group.add_argument(*sig.args, **sig.kwargs) 228 """Add each argument in its own group to the parser""" 230 group = parser.add_argument_group('foo:%i' % i) 231 group.add_argument(*sig.args, **sig.kwargs) 2463 """Tests that order of group positionals matches construction order""" 2468 group = parser.add_argument_group('g') 2469 group.add_argument('bar') 2477 group [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsVoteTests.cpp | 514 de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "vote", "Subgroup vote category tests")); in createSubgroupsVoteTests() 733 group->addChild(graphicGroup.release()); in createSubgroupsVoteTests() 734 group->addChild(computeGroup.release()); in createSubgroupsVoteTests() 735 group->addChild(framebufferGroup.release()); in createSubgroupsVoteTests() 736 group->addChild(fragHelperGroup.release()); in createSubgroupsVoteTests() 738 group->addChild(raytracingGroup.release()); in createSubgroupsVoteTests() 739 group->addChild(meshGroup.release()); in createSubgroupsVoteTests() 743 group->addChild(groupARB.release()); in createSubgroupsVoteTests() 745 return group.release(); in createSubgroupsVoteTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsVoteTests.cpp | 514 de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "vote", "Subgroup vote category tests")); in createSubgroupsVoteTests() 733 group->addChild(graphicGroup.release()); in createSubgroupsVoteTests() 734 group->addChild(computeGroup.release()); in createSubgroupsVoteTests() 735 group->addChild(framebufferGroup.release()); in createSubgroupsVoteTests() 736 group->addChild(fragHelperGroup.release()); in createSubgroupsVoteTests() 738 group->addChild(raytracingGroup.release()); in createSubgroupsVoteTests() 739 group->addChild(meshGroup.release()); in createSubgroupsVoteTests() 743 group->addChild(groupARB.release()); in createSubgroupsVoteTests() 745 return group.release(); in createSubgroupsVoteTests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_eke_common.c | 23 static int eap_eke_dh_len(u8 group) in eap_eke_dh_len() argument 25 switch (group) { in eap_eke_dh_len() 53 static const struct dh_group * eap_eke_dh_group(u8 group) in eap_eke_dh_group() argument 55 switch (group) { in eap_eke_dh_group() 72 static int eap_eke_dh_generator(u8 group) in eap_eke_dh_generator() argument 74 switch (group) { in eap_eke_dh_generator() 159 int eap_eke_dh_init(u8 group, u8 *ret_priv, u8 *ret_pub) in eap_eke_dh_init() argument 165 generator = eap_eke_dh_generator(group); in eap_eke_dh_init() 166 dh = eap_eke_dh_group(group); in eap_eke_dh_init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDefaultVertexAttributeTests.cpp | 608 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, floatTargets[targetNdx].name, (std::string("test with ") + floatTargets[targetNdx].name).c_str()); in init() member in deqp::gles3::Functional::tcu 611 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, floatTargets[targetNdx].dataType)) in init() 627 addChild(group); in init() 634 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, intTargets[targetNdx].name, (std::string("test with ") + intTargets[targetNdx].name).c_str()); in init() member in deqp::gles3::Functional::tcu 636 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, intTargets[targetNdx].dataType)) in init() 643 addChild(group); in init() 650 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, uintTargets[targetNdx].name, (std::string("test with ") + uintTargets[targetNdx].name).c_str()); in init() member in deqp::gles3::Functional::tcu 652 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, uintTargets[targetNdx].dataType)) in init() 659 addChild(group); in init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_eke_common.c | 23 static int eap_eke_dh_len(u8 group) in eap_eke_dh_len() argument 25 switch (group) { in eap_eke_dh_len() 53 static const struct dh_group * eap_eke_dh_group(u8 group) in eap_eke_dh_group() argument 55 switch (group) { in eap_eke_dh_group() 72 static int eap_eke_dh_generator(u8 group) in eap_eke_dh_generator() argument 74 switch (group) { in eap_eke_dh_generator() 159 int eap_eke_dh_init(u8 group, u8 *ret_priv, u8 *ret_pub) in eap_eke_dh_init() argument 165 generator = eap_eke_dh_generator(group); in eap_eke_dh_init() 166 dh = eap_eke_dh_group(group); in eap_eke_dh_init()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_pattern.h | 118 void SetPreGroup(const std::string& group) in SetPreGroup() argument 120 preGroup_ = group; in SetPreGroup() 158 auto group = checkBoxEventHub ? checkBoxEventHub->GetGroupName() : ""; variable 159 json->PutExtAttr("group", group.c_str(), filter);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_pattern.h | 108 void SetPreGroup(const std::string& group) in SetPreGroup() argument 110 preGroup_ = group; in SetPreGroup() 150 auto group = radioEventHub ? radioEventHub->GetGroup() : ""; variable 152 json->PutExtAttr("group", group.c_str(), filter);
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_monitor.h | 137 * @param group - group that has received invitations 139 virtual void Broadcast2SmInvitationReceived(const std::string &iface, const WifiP2pGroupInfo &group) const; 148 * @Description Broadcast group establishment success event. 154 * @Description Broadcast group setup failure event. 161 * @Description Broadcast group start event. 164 * @param group - group information 166 virtual void Broadcast2SmGroupStarted(const std::string &iface, const WifiP2pGroupInfo &group) const; 168 * @Description Broadcast group remove [all...] |
H A D | p2p_interface.cpp | 131 ErrCode P2pInterface::DeleteGroup(const WifiP2pGroupInfo &group) in DeleteGroup() argument 133 return p2pService.DeleteGroup(group); in DeleteGroup() 171 ErrCode P2pInterface::GetCurrentGroup(WifiP2pGroupInfo &group) in GetCurrentGroup() argument 173 return p2pService.GetCurrentGroup(group); in GetCurrentGroup()
|
/third_party/gn/src/gn/ |
H A D | setup_unittest.cc | 289 group("foo") { 293 group("bar") { 296 group("zoo") { 299 group("qux") {
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | RuleParser.java | 59 .collect(ImmutableMap.toImmutableMap(m -> m.group(1).charAt(0), m -> m.group(2))); in parseConfig() 137 CldrDataType dtdType = CldrDataType.forXmlName(m.group(1)); in parseRule() 138 String pathPrefix = m.group(2); in parseRule()
|