Home
last modified time | relevance | path

Searched refs:group (Results 951 - 975 of 4116) sorted by relevance

1...<<31323334353637383940>>...165

/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dmod.rs23 while let Type::Group(group) = ty { in ungroup()
24 ty = &group.elem; in ungroup()
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dmod.rs23 while let Type::Group(group) = ty { in ungroup()
24 ty = &group.elem; in ungroup()
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c584 static int ec_get_ecm_params(const EC_GROUP *group, OSSL_PARAM params[]) in ec_get_ecm_params() argument
593 int fid = EC_GROUP_get_field_type(group); in ec_get_ecm_params()
598 basis_nid = EC_GROUP_get_basis_type(group); in ec_get_ecm_params()
606 m = EC_GROUP_get_degree(group); in ec_get_ecm_params()
614 if (!EC_GROUP_get_trinomial_basis(group, &k1) in ec_get_ecm_params()
620 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3) in ec_get_ecm_params()
1038 EC_GROUP *group; in ec_gen_set_group() local
1040 group = EC_GROUP_dup(src); in ec_gen_set_group()
1041 if (group == NULL) { in ec_gen_set_group()
1046 gctx->gen_group = group; in ec_gen_set_group()
1105 EC_GROUP *group = NULL; ec_gen_set_params() local
1136 EC_GROUP *group = NULL; ec_gen_set_group_from_params() local
1230 ec_gen_assign_group(EC_KEY *ec, EC_GROUP *group) ec_gen_assign_group() argument
[all...]
/third_party/python/Lib/re/
H A D_parser.py76 self.groupwidths = [None] # group 0
90 raise error("redefinition of group name %r as group %d; "
91 "was group %d" % (name, gid, ogid))
102 raise source.error('cannot refer to an open group')
104 raise source.error('cannot refer to group defined in the same '
297 msg = "bad character in group name %r" % name
302 "bad character in group name %a at position %d" %
414 # octal escape *or* decimal group reference (sigh)
427 # not an octal escape, so this is a group referenc
[all...]
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c584 static int ec_get_ecm_params(const EC_GROUP *group, OSSL_PARAM params[]) in ec_get_ecm_params() argument
593 int fid = EC_GROUP_get_field_type(group); in ec_get_ecm_params()
598 basis_nid = EC_GROUP_get_basis_type(group); in ec_get_ecm_params()
606 m = EC_GROUP_get_degree(group); in ec_get_ecm_params()
614 if (!EC_GROUP_get_trinomial_basis(group, &k1) in ec_get_ecm_params()
620 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3) in ec_get_ecm_params()
1038 EC_GROUP *group; in ec_gen_set_group() local
1040 group = EC_GROUP_dup(src); in ec_gen_set_group()
1041 if (group == NULL) { in ec_gen_set_group()
1046 gctx->gen_group = group; in ec_gen_set_group()
1105 EC_GROUP *group = NULL; ec_gen_set_params() local
1136 EC_GROUP *group = NULL; ec_gen_set_group_from_params() local
1230 ec_gen_assign_group(EC_KEY *ec, EC_GROUP *group) ec_gen_assign_group() argument
[all...]
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Di18n.c453 * the default group of formatted messages.
572 * Find a message group, given its name. Return a pointer to the structure
577 struct msg_group_t *group = NULL; in spk_find_msg_group() local
582 group = &all_groups[i]; in spk_find_msg_group()
586 return group; in spk_find_msg_group()
589 void spk_reset_msg_group(struct msg_group_t *group) in spk_reset_msg_group() argument
596 for (i = group->start; i <= group->end; i++) { in spk_reset_msg_group()
/kernel/linux/linux-5.10/drivers/pinctrl/berlin/
H A Dberlin.c43 unsigned group) in berlin_pinctrl_get_group_name()
47 return pctrl->desc->groups[group].name; in berlin_pinctrl_get_group_name()
135 const struct berlin_desc_group *group, in berlin_pinctrl_find_function_by_name()
138 struct berlin_desc_function *function = group->functions; in berlin_pinctrl_find_function_by_name()
152 unsigned group) in berlin_pinmux_set()
155 const struct berlin_desc_group *group_desc = pctrl->desc->groups + group; in berlin_pinmux_set()
212 /* compute the maxiumum number of functions a group can have */ in berlin_pinctrl_build_state()
42 berlin_pinctrl_get_group_name(struct pinctrl_dev *pctrl_dev, unsigned group) berlin_pinctrl_get_group_name() argument
134 berlin_pinctrl_find_function_by_name(struct berlin_pinctrl *pctrl, const struct berlin_desc_group *group, const char *fname) berlin_pinctrl_find_function_by_name() argument
150 berlin_pinmux_set(struct pinctrl_dev *pctrl_dev, unsigned function, unsigned group) berlin_pinmux_set() argument
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Di18n.c460 * the default group of formatted messages.
577 * Find a message group, given its name. Return a pointer to the structure
582 struct msg_group_t *group = NULL; in spk_find_msg_group() local
587 group = &all_groups[i]; in spk_find_msg_group()
591 return group; in spk_find_msg_group()
594 void spk_reset_msg_group(struct msg_group_t *group) in spk_reset_msg_group() argument
601 for (i = group->start; i <= group->end; i++) { in spk_reset_msg_group()
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H A Dpsample.c26 struct psample_group *group; member
125 psample_sample_packet(psample->group, skb, psample->rate, &md); in nsim_dev_psample_report_work()
143 psample->group = psample_group_get(devlink_net(devlink), in nsim_dev_psample_enable()
145 if (!psample->group) in nsim_dev_psample_enable()
166 psample_group_put(psample->group); in nsim_dev_psample_disable()
262 psample_group_put(nsim_dev->psample->group); in nsim_dev_psample_exit()
/kernel/linux/linux-6.6/drivers/pinctrl/berlin/
H A Dberlin.c43 unsigned group) in berlin_pinctrl_get_group_name()
47 return pctrl->desc->groups[group].name; in berlin_pinctrl_get_group_name()
135 const struct berlin_desc_group *group, in berlin_pinctrl_find_function_by_name()
138 struct berlin_desc_function *function = group->functions; in berlin_pinctrl_find_function_by_name()
152 unsigned group) in berlin_pinmux_set()
155 const struct berlin_desc_group *group_desc = pctrl->desc->groups + group; in berlin_pinmux_set()
212 /* compute the maximum number of functions a group can have */ in berlin_pinctrl_build_state()
42 berlin_pinctrl_get_group_name(struct pinctrl_dev *pctrl_dev, unsigned group) berlin_pinctrl_get_group_name() argument
134 berlin_pinctrl_find_function_by_name(struct berlin_pinctrl *pctrl, const struct berlin_desc_group *group, const char *fname) berlin_pinctrl_find_function_by_name() argument
150 berlin_pinmux_set(struct pinctrl_dev *pctrl_dev, unsigned function, unsigned group) berlin_pinmux_set() argument
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture.c63 static int groupSelected(const char* group) in groupSelected() argument
65 return selected(UnityFixture.GroupFilter, group); in groupSelected()
72 const char* group, in UnityTestRunner()
77 if (testSelected(name) && groupSelected(group)) in UnityTestRunner()
115 void UnityIgnoreTest(const char* printableName, const char* group, const char* name) in UnityIgnoreTest() argument
117 if (testSelected(name) && groupSelected(group)) in UnityIgnoreTest()
68 UnityTestRunner(unityfunction* setup, unityfunction* testBody, unityfunction* teardown, const char* printableName, const char* group, const char* name, const char* file, unsigned int line) UnityTestRunner() argument
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBTMXExporter.java175 // Loop through each bundle group in main_bundle in export()
178 // Gather a group of groups of the same name as main_group in export()
185 BundleGroup group = (BundleGroup)groups.elementAt(k); in export()
186 if (group.getName().equals(main_group.getName())) all_groups_v.addElement(group); in export()
196 // Insert the group name for the item in export()
205 BundleGroup group = (BundleGroup)all_groups_v.elementAt(k); in export()
206 // Loop through the items in each group in export()
207 for (int l=0; l < group.getItemCount(); l++) { in export()
208 BundleItem item = group in export()
[all...]
H A DRBTMXImporter.java99 // Get the group if it exists in importDoc()
100 String group = null; in importDoc()
111 group = text_elem.getNodeValue(); in importDoc()
114 if (group == null || group.length() < 1) group = getDefaultGroup(); in importDoc()
205 importResource(item, encoding, group); in importDoc()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_cse.cpp161 a->group == b->group && in instructions_match()
222 copy->group = entry->generator->group; in opt_cse_local()
243 copy->group = inst->group; in opt_cse_local()
/third_party/ltp/testcases/network/nfsv4/acl/
H A Drandom_gen.py32 group = self.gList[random.randint(0,len(self.gList)-1)][0]
33 opts = "-g" + group + " -p" + "1pilot" + " -m " + username
82 # TO FIX: verify that the group is OK (in the right range)
105 # TO FIX: verify that the group is OK (in the right range)
115 """ Get group list """
117 f = open('/etc/group','r')
128 """ Get a list of n group """
130 f = open('/etc/group','r')
208 """ Create a random ACL operation (delete / remove / modify on user / group ) """
217 if a == 2: # with group
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdgeTest.java82 Edge group = Edge.disjunction(ImmutableSet.of(Edge.fromMask(0x3), Edge.any())); in testGroup()
91 group.accept(v); in testGroup()
92 assertThat(group.toString()).isEqualTo("(x|[01])"); in testGroup()
98 Edge group = Edge.disjunction(ImmutableSet.of(Edge.fromMask(0x3), Edge.epsilon(), Edge.any())); in testOptionalGroup()
108 group.accept(v); in testOptionalGroup()
109 assertThat(group.toString()).isEqualTo("(x|[01])?"); in testOptionalGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp338 void addEarlyDestroyTestCasesWithFunctions (tcu::TestCaseGroup* group, PipelineConstructionType pipelineConstructionType) in addEarlyDestroyTestCasesWithFunctions() argument
347 addFunctionCaseWithPrograms(group, "cache", checkSupport, initPrograms, testEarlyDestroyKeepLayout, params); in addEarlyDestroyTestCasesWithFunctions()
349 addFunctionCaseWithPrograms(group, "no_cache", checkSupport, initPrograms, testEarlyDestroyKeepLayout, params); in addEarlyDestroyTestCasesWithFunctions()
351 addFunctionCaseWithPrograms(group, "cache_destroy_layout", checkSupport, initPrograms, testEarlyDestroyDestroyLayout, params); in addEarlyDestroyTestCasesWithFunctions()
353 addFunctionCaseWithPrograms(group, "no_cache_destroy_layout", checkSupport, initPrograms, testEarlyDestroyDestroyLayout, params); in addEarlyDestroyTestCasesWithFunctions()
355 addFunctionCaseWithPrograms(group, "no_cache_destroy_layout_maintenance5", checkSupport, initPrograms, testEarlyDestroyDestroyLayout, params); in addEarlyDestroyTestCasesWithFunctions()
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.h205 /// @param group the binding/group/ to use for the uniform buffer
209 uint32_t group,
221 /// @param group the binding/group to use for the storage buffer
226 uint32_t group,
240 /// @param group the binding/group to use for the storage buffer
242 void AddSampler(const std::string& name, uint32_t group, uint32_t binding);
246 /// @param group th
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dtest_main.py71 ep = entry_points(group='entries')['main']
75 ep = entry_points(group='entries')['ns:sub']
82 group='grp',
236 name='name', value='value', group='group'
247 EntryPoint('name', 'value', 'group')
283 EntryPoint(name='b', value='val', group='group'),
284 EntryPoint(name='a', value='val', group='group'),
[all...]
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py124 raw_data = (match.group(1), match.group(1), match.group(2))
126 raw_data = (match.group(1), match.group(2), match.group(3))
183 """A bucket contains a group of codepoints and an ordered width list. If one bucket's width
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp337 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "single_attribute", "Single attribute"); in init() member in deqp::gles2::Stress::tcu
338 addChild(group); in init()
342 group->addChild(new SingleVertexArrayStrideTests(m_context)); in init()
343 group->addChild(new SingleVertexArrayUsageTests(m_context)); in init()
344 group->addChild(new SingleVertexArrayOffsetTests(m_context)); in init()
345 group->addChild(new SingleVertexArrayFirstTests(m_context)); in init()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-event.c1315 /* Check the name is good for event, group or function */
1420 pev->group = strdup_esc(*arg); in parse_perf_probe_event_name()
1421 if (!pev->group) in parse_perf_probe_event_name()
1425 pev->group = NULL; in parse_perf_probe_event_name()
1434 zfree(&pev->group); in parse_perf_probe_event_name()
1866 /* Scan event and group name. */ in parse_probe_trace_command()
1881 tev->group = strdup(fmt2_str); in parse_probe_trace_command()
1883 if (tev->group == NULL || tev->event == NULL) { in parse_probe_trace_command()
1887 pr_debug("Group:%s Event:%s probe:%c\n", tev->group, tev->event, pr); in parse_probe_trace_command()
2063 if (strbuf_addf(&buf, "%s:%s=", pev->group in synthesize_perf_probe_command()
2579 perf_probe_event__sprintf(const char *group, const char *event, struct perf_probe_event *pev, const char *module, struct strbuf *result) perf_probe_event__sprintf() argument
2621 show_perf_probe_event(const char *group, const char *event, struct perf_probe_event *pev, const char *module, bool use_stdout) show_perf_probe_event() argument
2832 const char *event, *group; probe_trace_event__set_name() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.cpp651 auto group = new AluGroup(); in split() local
705 if (!group->add_instruction(instr)) { in split()
707 << *group << "\n"; in split() local
709 unreachable("Invalid group instruction"); in split()
712 group->set_blockid(block_id(), index()); in split()
721 return group; in split()
819 Instr::Pointer AluInstr::from_string(istream& is, ValueFactory& value_factory, AluGroup *group) in from_string() argument
1010 if (group) { in from_string()
1011 group->add_instruction(retval); in from_string()
1429 auto group in emit_alu_op1_64bit() local
1482 auto group = new AluGroup(); emit_alu_neg() local
1523 auto group = new AluGroup(); emit_alu_op2_64bit() local
1615 auto group = new AluGroup(); emit_alu_op1_64bit_trans() local
1640 auto group = new AluGroup(); emit_alu_fma_64bit() local
1673 auto group = new AluGroup(); emit_alu_b2f64() local
1701 auto group = new AluGroup(); emit_alu_i2f64() local
1767 auto group = new AluGroup(); emit_alu_f2f64() local
1787 auto group = new AluGroup(); emit_alu_f2f32() local
2535 auto group = new AluGroup(); emit_alu_cube() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp976 //group: 0 1 1 1 2 3 in initConfiguration()
3335 void addBasicBuildingTests(tcu::TestCaseGroup* group) in addBasicBuildingTests() argument
3441 de::MovePtr<tcu::TestCaseGroup> sourceTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderSourceTypes[shaderSourceNdx].name, "")); in addBasicBuildingTests()
3445 de::MovePtr<tcu::TestCaseGroup> buildGroup(new tcu::TestCaseGroup(group->getTestContext(), buildTypes[buildTypeNdx].name, "")); in addBasicBuildingTests()
3449 de::MovePtr<tcu::TestCaseGroup> bottomGroup(new tcu::TestCaseGroup(group->getTestContext(), bottomTestTypes[bottomNdx].name, "")); in addBasicBuildingTests()
3453 de::MovePtr<tcu::TestCaseGroup> topGroup(new tcu::TestCaseGroup(group->getTestContext(), topTestTypes[topNdx].name, "")); in addBasicBuildingTests()
3457 de::MovePtr<tcu::TestCaseGroup> paddingTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), paddingType[paddingTypeIdx].name, "")); in addBasicBuildingTests()
3499 paddingTypeGroup->addChild(new RayQueryASBasicTestCase(group->getTestContext(), testName.c_str(), "", testParams)); in addBasicBuildingTests()
3513 group->addChild(sourceTypeGroup.release()); in addBasicBuildingTests()
3517 void addVertexIndexFormatsTests(tcu::TestCaseGroup* group) in addVertexIndexFormatsTests() argument
3649 addOperationTestsImpl(tcu::TestCaseGroup* group, const deUint32 workerThreads) addOperationTestsImpl() argument
3775 addOperationTests(tcu::TestCaseGroup* group) addOperationTests() argument
3780 addHostThreadingOperationTests(tcu::TestCaseGroup* group) addHostThreadingOperationTests() argument
3798 addFuncArgTests(tcu::TestCaseGroup* group) addFuncArgTests() argument
3842 addInstanceTriangleCullingTests(tcu::TestCaseGroup* group) addInstanceTriangleCullingTests() argument
3962 addDynamicIndexingTests(tcu::TestCaseGroup* group) addDynamicIndexingTests() argument
3968 addEmptyAccelerationStructureTests(tcu::TestCaseGroup* group) addEmptyAccelerationStructureTests() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dperf_event_v7.c1307 * CC = class of events the group G is choosing from
1308 * G = group or particular event
1310 * Example: 0x12021 is a Krait CPU event in PMRESR2's group 1 with code 2
1421 unsigned int group = EVENT_GROUP(config_base); in krait_evt_setup() local
1426 group_shift = group * 8; in krait_evt_setup()
1429 /* Configure evtsel for the region and group */ in krait_evt_setup()
1434 val += group; in krait_evt_setup()
1456 static u32 clear_pmresrn_group(u32 val, int group) in clear_pmresrn_group() argument
1461 group_shift = group * 8; in clear_pmresrn_group()
1477 unsigned int group in krait_clearpmu() local
1580 krait_event_to_bit(struct perf_event *event, unsigned int region, unsigned int group) krait_event_to_bit() argument
1614 unsigned int group = EVENT_GROUP(hwc->config_base); krait_pmu_get_event_idx() local
1643 unsigned int group = EVENT_GROUP(hwc->config_base); krait_pmu_clear_event_idx() local
1768 unsigned int group = EVENT_GROUP(config_base); scorpion_evt_setup() local
1810 unsigned int group = EVENT_GROUP(config_base); scorpion_clearpmu() local
1913 scorpion_event_to_bit(struct perf_event *event, unsigned int region, unsigned int group) scorpion_event_to_bit() argument
1946 unsigned int group = EVENT_GROUP(hwc->config_base); scorpion_pmu_get_event_idx() local
1973 unsigned int group = EVENT_GROUP(hwc->config_base); scorpion_pmu_clear_event_idx() local
[all...]

Completed in 32 milliseconds

1...<<31323334353637383940>>...165