Home
last modified time | relevance | path

Searched refs:group (Results 1876 - 1900 of 2442) sorted by relevance

1...<<71727374757677787980>>...98

/third_party/node/deps/icu-small/source/i18n/
H A Ducol.cpp312 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 Diris_context.h81 * 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 Dpcre2_intmodedep.h638 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 Dplatform.py1288 info[mo.group('name')] = _os_release_unescape.sub(
1289 r"\1", mo.group('value')
/third_party/skia/third_party/externals/jinja2/
H A Dlexer.py715 # 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 Dparser_impl_variable_decoration_test.cc358 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 DMinimumBufferSizeValidationTests.cpp25 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...]
/third_party/python/Lib/xmlrpc/
H A Dserver.py454 v = match.group(3)
456 r[match.group(1)] = v
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsign.rs835 let group = EcGroup::from_curve_name(Nid::X9_62_PRIME256V1).unwrap(); in ec()
836 let key = EcKey::generate(&group).unwrap(); in ec()
/third_party/gn/src/gn/
H A Dninja_c_binary_target_writer_unittest.cc2350 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 Dradv_pipeline_rt.c235 /* 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 DPhoneNumberUtil.java431 // 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 Dmod.rs1753 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c68 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/ffmpeg/libavcodec/
H A Dmpeg4videodec.c1895 int cc, dct_dc_size, dct_diff, code, j, idx = 1, group = 0, run = 0, in mpeg4_decode_studio_block() local
1947 group = get_vlc2(&s->gb, cur_vlc->table, STUDIO_INTRA_BITS, 2); in mpeg4_decode_studio_block()
1949 if (group < 0) { in mpeg4_decode_studio_block()
1950 av_log(s->avctx, AV_LOG_ERROR, "illegal ac coefficient group vlc\n"); in mpeg4_decode_studio_block()
1954 additional_code_len = ac_state_tab[group][0]; in mpeg4_decode_studio_block()
1955 cur_vlc = &studio_intra_tab[ac_state_tab[group][1]]; in mpeg4_decode_studio_block()
1957 if (group == 0) { in mpeg4_decode_studio_block()
1960 } else if (group >= 1 && group <= 6) { in mpeg4_decode_studio_block()
1967 } else if (group > in mpeg4_decode_studio_block()
[all...]
/third_party/nghttp2/src/
H A Dshrpx.cc2302 together forming load balancing group. in print_help()
2311 "group=<GROUP>", "group-weight=<N>", "weight=<N>", and in print_help()
2344 excluded from load balancing group, nghttpx periodically in print_help()
2434 "group=<GROUP>" parameter specifies the name of group in print_help()
2436 to the unnamed default group. The name of group is in print_help()
2437 unique per pattern. "group-weight=<N>" parameter in print_help()
2438 specifies the weight of the group in print_help()
[all...]
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2761 pub fn getgrent() -> *mut ::group; in getgrent()
2894 grp: *mut ::group, in getgrgid_r()
2897 result: *mut *mut ::group, in getgrgid_r()
2903 grp: *mut ::group, in getgrnam_r()
2906 result: *mut *mut ::group, in getgrnam_r()
2908 pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; in initgroups()
2911 pub fn getgrnam(name: *const ::c_char) -> *mut ::group; in getgrnam()
2936 pub fn getgrgid(gid: ::gid_t) -> *mut ::group; in getgrgid()
2939 group: ::gid_t, in getgrouplist()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs215 pub group: u32,
3354 grp: *mut ::group, in getgrgid_r()
3357 result: *mut *mut ::group, in getgrgid_r()
3363 grp: *mut ::group, in getgrnam_r()
3366 result: *mut *mut ::group, in getgrnam_r()
3370 pub fn getgrnam(name: *const ::c_char) -> *mut ::group; in getgrnam()
3399 pub fn getgrgid(gid: ::gid_t) -> *mut ::group; in getgrgid()
3402 group: ::gid_t, in getgrouplist()
3406 pub fn initgroups(user: *const ::c_char, group: ::gid_t) -> ::c_int; in initgroups()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2941 grp: *mut ::group, in getgrgid_r()
2944 result: *mut *mut ::group, in getgrgid_r()
2979 grp: *mut ::group, in getgrnam_r()
2982 result: *mut *mut ::group, in getgrnam_r()
2987 pub fn getgrnam(name: *const ::c_char) -> *mut ::group; in getgrnam()
3032 fn native_getgrent_r(grp: *mut ::group, buf: *mut ::c_char, buflen: ::c_int) -> *mut ::group; in native_getgrent_r()
3043 pub fn getgrgid(gid: ::gid_t) -> *mut ::group; in getgrgid()
3046 pub fn getgrent() -> *mut ::group; in getgrent()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py2159 major = int(match.group(2))
2160 minor = int(match.group(3))
2640 sSuffix = matchedStructEnum.group(2)
2647 foundStructureEnums.append(matchedStructEnum.group(1))
2648 defs.append( (matchedStructEnum.group(1), sVerSuffix, sExtSuffix, structureTypeName,\
2664 if (matchedStructEnum.group(1) not in foundStructureEnums) and (re.match(structureTypeToSkipPattern, ct.name) == None):
2665 defs.append( (matchedStructEnum.group(1), '', '', ct.name, None, None, '0') )
2678 vkVersion = match.group(1)
2875 vkVersion = match.group(1)
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng_property_config.cpp873 * @tc.expected: modifierGestures_ one element & gestureHierarchy_ has zero element & group has one child in HWTEST_F()
881 auto group = AceType::MakeRefPtr<GestureGroup>(GestureMode::Exclusive, gestures); in HWTEST_F() local
882 gestureEventHub->AttachGesture(group); in HWTEST_F()
893 EXPECT_EQ(group->gestures_.size(), 1); in HWTEST_F()
1974 auto group = AceType::MakeRefPtr<GestureGroup>(GestureMode::Exclusive, gestures); in HWTEST_F() local
1975 gestureEventHub->AttachGesture(group); in HWTEST_F()
/third_party/alsa-lib/src/seq/
H A Dseq.c1752 * \brief Get the UMP group filter status
1754 * \param group 0-based group index
1755 * \return 0 if the group is filtered / disabled, 1 if it's processed
1760 int group) in snd_seq_client_info_get_ump_group_enabled()
1763 return !(info->group_filter & (1U << group)); in snd_seq_client_info_get_ump_group_enabled()
1853 * \brief Set the UMP group filter status
1855 * \param group 0-based group index
1856 * \param enable 0 to filter/disable the group, no
1759 snd_seq_client_info_get_ump_group_enabled(const snd_seq_client_info_t *info, int group) snd_seq_client_info_get_ump_group_enabled() argument
1860 snd_seq_client_info_set_ump_group_enabled(snd_seq_client_info_t *info, int group, int enable) snd_seq_client_info_set_ump_group_enabled() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c19 * protocol version, 2 bytes for group id, 2 bytes for cipher id, 1 byte for
634 * If we sent an HRR then the key_share sent back MUST be for the group in tls_parse_ctos_key_share()
650 /* Check if this share is for a group we can use */ in tls_parse_ctos_key_share()
654 * We tolerate but ignore a group id that we don't think is in tls_parse_ctos_key_share()
670 /* Cache the selected group ID in the SSL_SESSION */ in tls_parse_ctos_key_share()
793 * We chose a different cipher or group id this time around to what is in tls_parse_ctos_cookie()
899 /* Each group is 2 bytes and we must have at least 1. */ in tls_parse_ctos_supported_groups()
1387 /* Copy group ID if supported */ in tls_construct_stoc_supported_groups()
1390 uint16_t group = groups[i]; in tls_construct_stoc_supported_groups() local
1392 if (tls_valid_group(s, group, versio in tls_construct_stoc_supported_groups()
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs155 pub group: u32,
1311 grp: *mut ::group, in getgrent_r()
1314 result: *mut *mut ::group, in getgrent_r()
1325 grp: *mut ::group, in fgetgrent_r()
1328 result: *mut *mut ::group, in fgetgrent_r()
/third_party/openssl/test/
H A Dssl_old_test.c739 char group[80]; in print_key_details() local
742 if (!EVP_PKEY_get_group_name(key, group, sizeof(group), &size)) in print_key_details()
743 strcpy(group, "unknown group"); in print_key_details()
744 BIO_printf(out, "%d bits EC (%s)", EVP_PKEY_get_bits(key), group); in print_key_details()

Completed in 80 milliseconds

1...<<71727374757677787980>>...98