/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...] |
/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()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucol.cpp | 312 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable() argument 314 Collator::fromUCollator(coll)->setMaxVariable(group, *pErrorCode); in ucol_setMaxVariable()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileDir.cpp | 1138 int my_chown(CFSTR path, uid_t owner, gid_t group)
in my_chown() argument 1140 return chown(path, owner, group);
in my_chown()
|
/third_party/mbedtls/programs/psa/ |
H A D | psa_constant_names_generated.c | 49 static const char *psa_dh_family_name(psa_dh_family_t group) in psa_dh_family_name() argument 51 switch (group) { in psa_dh_family_name()
|
/third_party/jinja2/ |
H A D | lexer.py | 729 # Skipping the text and first type, every other group is the 757 # failure group 762 # group that matched 772 " but no group matched" 774 # normal group 786 data = m.group() 818 line_starting = m.group()[-1:] == "\n" 829 # resolve the new state by group checking 838 f" but no group matched"
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.h | 594 const brw::fs_builder hbld = bld.exec_all().group(16, 0); in fetch_payload_reg() 618 const brw::fs_builder hbld = bld.exec_all().group(8, 0); in fetch_barycentric_reg()
|
/third_party/node/lib/internal/console/ |
H A D | constructor.js | 89 // Track amount of indentation required via `console.group()`. 485 group(...data) { 689 Console.prototype.groupCollapsed = Console.prototype.group;
|
/third_party/node/deps/v8/tools/ |
H A D | v8_presubmit.py | 473 runtime_functions.append(m.group(1)) 611 print("%s has unexpected spaces in a runtime call '%s'" % (name, match.group(1)))
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | lexer.py | 715 # Skipping the text and first type, every other group is the 742 # failure group 747 # group that matched 758 " but no group matched" % regex 760 # normal group 770 data = m.group() 798 line_starting = m.group()[-1:] == "\n" 810 # resolve the new state by group checking 820 " no group matched" % regex
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucol.cpp | 312 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable() argument 314 Collator::fromUCollator(coll)->setMaxVariable(group, *pErrorCode); in ucol_setMaxVariable()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_context.h | 81 * in rare cases they map to a group of related packets that need to be 470 /** Number of surfaces in each group, before compacting. */ 473 /** Initial offset of each group. */ 476 /** Mask of surfaces used in each group. */ 747 /** The last compute group size */ 959 enum iris_surface_group group, 962 enum iris_surface_group group,
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_intmodedep.h | 638 uint16_t top_bracket; /* Highest numbered group */ 683 PCRE2_SPTR group; member 694 PCRE2_SPTR group; member 797 uint32_t group_frame_type; /* Type information for group frames */ 834 PCRE2_SIZE last_group_offset; /* Saved offset to most recent group frame */ 877 PCRE2_SPTR name_table; /* Table of group names */
|
/third_party/python/Lib/ |
H A D | platform.py | 1288 info[mo.group('name')] = _os_release_unescape.sub( 1289 r"\1", mo.group('value')
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | lexer.py | 715 # Skipping the text and first type, every other group is the 742 # failure group 747 # group that matched 758 " but no group matched" % regex 760 # normal group 770 data = m.group() 798 line_starting = m.group()[-1:] == "\n" 810 # resolve the new state by group checking 820 " no group matched" % regex
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_variable_decoration_test.cc | 358 auto p = parser("group(4)"); in TEST_F() 368 auto* group = var_deco->As<ast::GroupDecoration>(); in TEST_F() local 369 EXPECT_EQ(group->value, 4u); in TEST_F() 373 auto p = parser("group 2)"); in TEST_F() 379 EXPECT_EQ(p->error(), "1:7: expected '(' for group decoration"); in TEST_F() 383 auto p = parser("group(2"); in TEST_F() 389 EXPECT_EQ(p->error(), "1:8: expected ')' for group decoration"); in TEST_F() 393 auto p = parser("group()"); in TEST_F() 400 "1:7: expected signed integer literal for group decoration"); in TEST_F() 404 auto p = parser("group(na in TEST_F() [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | MinimumBufferSizeValidationTests.cpp | 25 uint32_t group; member 56 // Check invalid with bind group with one less in CheckSizeBounds() 57 // Check valid with bind group with correct size in CheckSizeBounds() 71 // Creates a bind group with given bindings for shader text 77 ostream << "[[group(" << b.group << "), binding(" << b.binding << ")]] "; in GenerateBindingString() 214 // Creates bind group layout with given minimum sizes for each binding 236 // Extract the first bind group from a compute shader 242 // Extract the first bind group from a render pass 251 // Create a bind group wit [all...] |