/third_party/python/Lib/re/ |
H A D | __init__.py | 49 (?P<name>...) The substring matched by the group is accessible by name. 50 (?P=name) Matches the text matched earlier by the group named name. 56 (?(id/name)yes|no) Matches yes pattern if the group with id/name matched, 62 \number Matches the contents of the group of the same number. 213 has more than one group. 370 action = action(self, m.group())
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | angle_format.py | 144 channels_string = match.group(4)
|
/third_party/skia/third_party/externals/markupsafe/ |
H A D | __init__.py | 132 name = m.group(1)
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | retrace_restricted_traces.py | 58 frame = int(match.group(1))
|
/third_party/python/Doc/tools/extensions/ |
H A D | suspicious.py | 235 issue = match.group()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | array_length_from_uniform.cc | 154 ctx.dst->create<ast::GroupDecoration>(cfg->ubo_binding.group), in Run()
|
/third_party/toybox/toys/pending/ |
H A D | mdev.c | 158 struct group *grp; in make_device()
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
H A D | makeindex.py | 148 funcname = m.group(1)
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | unknown_fields.cc | 294 self->parent, field->group()); in GetData()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | mock_tk.py | 162 return line, linelength - int(m.group(1))
|
/third_party/skia/third_party/externals/abseil-cpp/absl/ |
H A D | abseil.podspec.gen.py | 139 spec = re.sub(r"\$\{(\w+)\}", lambda x: args[x.group(1)],
|
/third_party/skia/infra/bots/recipes/ |
H A D | perf_skottietrace.py | 113 perf_json['key'][k] = m.group(k)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_i.h | 77 const struct dpp_curve_params * dpp_get_curve_ike_group(u16 group);
|
H A D | dpp_crypto.c | 68 const struct dpp_curve_params * dpp_get_curve_ike_group(u16 group) in dpp_get_curve_ike_group() argument 73 if (dpp_curves[i].ike_group == group) in dpp_get_curve_ike_group() 241 wpa_printf(MSG_ERROR, "DPP: Could not get EC group"); in dpp_set_pubkey_point() 267 int group; in dpp_set_keypair() local 275 group = crypto_ec_key_group(key); in dpp_set_keypair() 276 if (group < 0) { in dpp_set_keypair() 281 *curve = dpp_get_curve_ike_group(group); in dpp_set_keypair() 284 "DPP: Unsupported curve (group=%d) in pre-assigned key", in dpp_set_keypair() 285 group); in dpp_set_keypair() 573 "DPP: Unsupported SubjectPublicKeyInfo curve: group in dpp_get_subject_public_key() [all...] |
/kernel/linux/linux-6.6/sound/usb/ |
H A D | mixer_quirks.c | 3269 u8 device_idx, u8 group, u16 value) in snd_djm_controls_update() 3274 if ((group >= device->ncontrols) || value >= device->controls[group].noptions) in snd_djm_controls_update() 3285 device->controls[group].options[value], in snd_djm_controls_update() 3286 device->controls[group].wIndex, in snd_djm_controls_update() 3307 u8 group = (private_value & SND_DJM_GROUP_MASK) >> SND_DJM_GROUP_SHIFT; in snd_djm_controls_put() local 3311 (group << SND_DJM_GROUP_SHIFT) | in snd_djm_controls_put() 3314 return snd_djm_controls_update(mixer, device, group, value); in snd_djm_controls_put() 3321 u8 group = (private_value & SND_DJM_GROUP_MASK) >> SND_DJM_GROUP_SHIFT; in snd_djm_controls_resume() local 3324 return snd_djm_controls_update(list->mixer, device, group, valu in snd_djm_controls_resume() 3268 snd_djm_controls_update(struct usb_mixer_interface *mixer, u8 device_idx, u8 group, u16 value) snd_djm_controls_update() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_ff.c | 1911 if (context->changed.group & NINE_STATE_FF_MATERIAL) { in nine_ff_load_lights() 1925 if (!(context->changed.group & NINE_STATE_FF_LIGHTING)) in nine_ff_load_lights() 1955 if (!(context->changed.group & NINE_STATE_FF_VS_OTHER)) in nine_ff_load_point_and_fog_params() 1992 if (!(context->changed.group & NINE_STATE_FF_PS_CONSTS)) in nine_ff_load_ps_params() 2049 context->changed.group |= NINE_STATE_VS; in nine_ff_update() 2053 context->changed.group |= NINE_STATE_PS; in nine_ff_update() 2073 context->changed.group &= ~NINE_STATE_FF_VS; in nine_ff_update() 2087 context->changed.group &= ~NINE_STATE_FF_PS; in nine_ff_update() 2150 context->changed.group |= NINE_STATE_VS; in nine_ff_prune_vs() 2164 context->changed.group | in nine_ff_prune_ps() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 2414 // Copy ray gen shader group handle to the start of the buffer. in iterate() 2965 void addPipelineLibraryConfigurationsTests (tcu::TestCaseGroup* group, bool optimize) in addPipelineLibraryConfigurationsTests() argument 3080 group->addChild(new PipelineLibraryTestCase(group->getTestContext(), testName.c_str(), testParams)); in addPipelineLibraryConfigurationsTests() 3095 group->addChild(new PipelineLibraryTestCase(group->getTestContext(), "maintenance5", testParams)); in addPipelineLibraryConfigurationsTests() 3103 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "graphics_library")); in createPipelineLibraryTests() 3106 addTestGroup(group.get(), "fast", addPipelineLibraryConfigurationsTests, false); in createPipelineLibraryTests() 3108 addTestGroup(group.get(), "optimize", addPipelineLibraryConfigurationsTests, true); in createPipelineLibraryTests() 3162 group in createPipelineLibraryTests() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 1224 * these groups will move from group->full without affecting used 1228 * at a complete group (will move from group->used) 1235 struct tid_group *group = NULL, *used; in kern_alloc_tids() local 1244 list_for_each_entry(group, &rcd->tid_group_list.list, list) { in kern_alloc_tids() 1245 kern_add_tid_node(flow, rcd, "complete groups", group, in kern_alloc_tids() 1246 group->size); in kern_alloc_tids() 1248 pageidx += group->size; in kern_alloc_tids() 1269 * Look again at a complete group, continuing from where we left. in kern_alloc_tids() 1273 if (group in kern_alloc_tids() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 1231 * these groups will move from group->full without affecting used 1235 * at a complete group (will move from group->used) 1242 struct tid_group *group = NULL, *used; in kern_alloc_tids() local 1251 list_for_each_entry(group, &rcd->tid_group_list.list, list) { in kern_alloc_tids() 1252 kern_add_tid_node(flow, rcd, "complete groups", group, in kern_alloc_tids() 1253 group->size); in kern_alloc_tids() 1255 pageidx += group->size; in kern_alloc_tids() 1276 * Look again at a complete group, continuing from where we left. in kern_alloc_tids() 1280 if (group in kern_alloc_tids() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda.c | 1266 /* PEs with a DMA weight of zero won't have a group */ in pnv_pci_ioda_dma_dev_setup() 1267 if (pe->table_group.group) in pnv_pci_ioda_dma_dev_setup() 2687 if (pe->table_group.group) { in pnv_pci_ioda1_release_pe_dma() 2688 iommu_group_put(pe->table_group.group); in pnv_pci_ioda1_release_pe_dma() 2689 WARN_ON(pe->table_group.group); in pnv_pci_ioda1_release_pe_dma() 2709 if (pe->table_group.group) { in pnv_pci_ioda2_release_pe_dma() 2710 iommu_group_put(pe->table_group.group); in pnv_pci_ioda2_release_pe_dma() 2711 WARN_ON(pe->table_group.group); in pnv_pci_ioda2_release_pe_dma()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 1375 &opts->func_inst.group.cg_item); in usbg_make_tpg() 1415 configfs_undepend_item_unlocked(&opts->func_inst.group.cg_item); in usbg_make_tpg() 1450 &opts->func_inst.group.cg_item); in usbg_drop_tpg() 1460 struct config_group *group, in usbg_make_tport() 2157 func_inst.group); in to_f_tcm_opts() 2211 func_inst.group.cg_item.ci_parent->ci_parent); in tcm_unregister_callback() 2278 config_group_init_type_name(&opts->func_inst.group, "", in tcm_alloc_inst() 1458 usbg_make_tport( struct target_fabric_configfs *tf, struct config_group *group, const char *name) usbg_make_tport() argument
|
/third_party/gn/src/gn/ |
H A D | ninja_c_binary_target_writer_unittest.cc | 2350 Target group(setup.settings(), Label(SourceDir("//bar/"), "group")); in TEST_F() 2351 group.set_output_type(Target::GROUP); in TEST_F() 2352 group.visibility().SetPublic(); in TEST_F() 2353 group.public_deps().push_back(LabelTargetPair(&foo_target)); in TEST_F() 2354 group.SetToolchain(setup.toolchain()); in TEST_F() 2355 ASSERT_TRUE(group.OnResolved(&err)); in TEST_F() 2363 bar_target.private_deps().push_back(LabelTargetPair(&group)); in TEST_F() 2381 " || obj/bar/group.stamp obj/foo/foo.stamp\n" in TEST_F() 2384 " || obj/bar/group in TEST_F() [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_rt.c | 235 /* Array of stack size struct for recording the max stack size for each group. */ 244 const VkRayTracingShaderGroupCreateInfoKHR *group = vars->create_info->pGroups + group_idx; in reserve_stack_size() local 246 if (vars->stage_idx == group->generalShader || vars->stage_idx == group->closestHitShader) in reserve_stack_size() 250 if (vars->stage_idx == group->anyHitShader || vars->stage_idx == group->intersectionShader) in reserve_stack_size() 1988 radv_GetRayTracingShaderGroupStackSizeKHR(VkDevice device, VkPipeline _pipeline, uint32_t group, in radv_GetRayTracingShaderGroupStackSizeKHR() argument 1994 &compute_pipeline->rt_stack_sizes[group]; in radv_GetRayTracingShaderGroupStackSizeKHR()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberUtil.java | 431 // first group is not used in the national pattern (e.g. Argentina) so the $1 group does not match 432 // correctly. Therefore, we use \d, so that the first group actually used in the pattern will be 435 // Constants used in the formatting rules to represent the national prefix, first group and 441 // A pattern that is used to determine if the national prefix formatting rule has the first group 590 * code "+1". If you are not sure about which level to use, email the discussion group 627 * code "+1". If you are not sure about which level to use, email the discussion group 923 * number is normally the first group of digit(s) right after the country calling code when the 972 // The pattern will start with "+COUNTRY_CODE " so the first group will always be the empty in getLengthOfNationalDestinationCode() 973 // string (before the + symbol) and the second group wil in getLengthOfNationalDestinationCode() [all...] |
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1753 grp: *mut ::group, in getgrgid_r() 1756 result: *mut *mut ::group, in getgrgid_r() 1769 grp: *mut ::group, in getgrnam_r() 1772 result: *mut *mut ::group, in getgrnam_r() 1776 pub fn getgrnam(name: *const ::c_char) -> *mut ::group; in getgrnam() 1797 pub fn getgrent() -> *mut ::group; in getgrent() 1805 pub fn getgrgid(gid: ::gid_t) -> *mut ::group; in getgrgid()
|