Home
last modified time | relevance | path

Searched refs:group (Results 1951 - 1975 of 2377) sorted by relevance

1...<<71727374757677787980>>...96

/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dandroid.py812 static_lib_modules.append(match.group(1))
816 dynamic_lib_modules.append(match.group(1))
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlayout.h1147 * A GUID is a 128-bit value consisting of one group of eight hexadecimal
1149 * by one group of twelve hexadecimal digits. GUIDs are Microsoft's
1158 le16 data2; /* The first group of four hexadecimal digits. */
1159 le16 data3; /* The second group of four hexadecimal digits. */
1160 u8 data4[8]; /* The first two bytes are the third group of four
1242 * identifies a user or group in relation to the authority that issued the SID.
1385 * Example SID; the domain-relative SID of the local Administrators group on
1488 * An ACE defines access to an object for a specific user or group or defines
1490 * for a specific user or group. The user or group i
1815 le32 group; /* Byte offset to a SID representing an object's global() member
1847 SID *group; /* Points to a SID representing an object's primary global() member
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dandroid.py812 static_lib_modules.append(match.group(1))
816 dynamic_lib_modules.append(match.group(1))
/third_party/python/Lib/
H A Ddataclasses.py708 module_name = match.group(1)
718 if ns and is_type_predicate(ns.get(match.group(2)), a_module):
H A Dthreading.py849 def __init__(self, group=None, target=None, name=None,
853 *group* should be None; reserved for future extension when a ThreadGroup
872 assert group is None, "group argument must be None for now"
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextensionmetadocgenerator.py155 major = versionMatch.group(1)
156 minor = versionMatch.group(2)
/third_party/skia/third_party/externals/spirv-cross/
H A Dtest_shaders.py54 registers = int(m.group(1)) if m else 0
57 uniform_regs = int(m.group(1)) if m else 0
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py300 """Return the group into which this tag should be categorized in
303 The group is the first letter of the tag, or ``'und'`` if this tag
308 This tag's group.
971 for initial, group in itertools.groupby ((lt_tags for lt_tags in [
977 complex_tags[initial] += group
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl.cc650 } else if (auto* group = deco->As<ast::GroupDecoration>()) { in EmitDecorations()
651 out << "group(" << group->value << ")"; in EmitDecorations()
/third_party/toybox/generated/
H A Dglobals.h910 unsigned inodespg; // Inodes per group
912 unsigned blockbits; // Bits per block. (Also blocks per group.)
916 unsigned nextgroup; // Next group we'll be allocating from
1182 gid_t group; member
1535 char *to_command, *owner, *group, *mtime, *mode; member
/third_party/rust/crates/memchr/bench/src/memchr/
H A Dmod.rs772 group: &str, in define_memchr_input1()
780 let name = format!("{}/{}", group, $name); in define_memchr_input1()
796 group: &str, in define_memchr_input2()
804 let name = format!("{}/{}", group, $name); in define_memchr_input2()
820 group: &str, in define_memchr_input3()
828 let name = format!("{}/{}", group, $name); in define_memchr_input3()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sDrawTests.cpp317 tcu::TestCaseGroup* group = unalignedBufferGroup; in init() local
341 group->addChild(test.release()); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp343 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) in init() local
363 group->addChild(test.release()); in init()
/third_party/nghttp2/src/
H A Dshrpx_config.cc951 StringRef group; member
1130 } else if (util::istarts_with_l(param, "group=")) { in parse_downstream_params()
1131 auto valstr = StringRef{first + str_size("group="), end}; in parse_downstream_params()
1133 LOG(ERROR) << "backend: group: empty string is not allowed"; in parse_downstream_params()
1136 out.group = valstr; in parse_downstream_params()
1137 } else if (util::istarts_with_l(param, "group-weight=")) { in parse_downstream_params()
1138 auto valstr = StringRef{first + str_size("group-weight="), end}; in parse_downstream_params()
1140 LOG(ERROR) << "backend: group-weight: non-negative integer [1, 256] is " in parse_downstream_params()
1147 LOG(ERROR) << "backend: group-weight: non-negative integer [1, 256] is " in parse_downstream_params()
1174 // make a group base
[all...]
H A Dshrpx_http2_session.cc183 const std::shared_ptr<DownstreamAddrGroup> &group, in Http2Session()
188 group->shared_addr->timeout.write, group->shared_addr->timeout.read, in Http2Session()
195 group_(group),
181 Http2Session(struct ev_loop *loop, SSL_CTX *ssl_ctx, Worker *worker, const std::shared_ptr<DownstreamAddrGroup> &group, DownstreamAddr *addr) Http2Session() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp3675 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, groupCases[groupNdx].name)); in createBasicTests()
3844 group->addChild(dynGroup.release()); in createBasicTests()
3846 parentGroup->addChild(group.release()); in createBasicTests()
3851 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "misc_tests")); in createBasicTests()
3855 group->addChild(new FSRTestCase(testCtx, "sample_mask_test", { in createBasicTests()
3898 group->addChild(new FSRTestCase(testCtx, "garbage_color_attachment", { in createBasicTests()
3939 parentGroup->addChild(group.release()); in createBasicTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp3106 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, groupCases[groupNdx].name, groupCases[groupNdx].description)); in createBasicTests()
3256 group->addChild(dynGroup.release()); in createBasicTests()
3258 parentGroup->addChild(group.release()); in createBasicTests()
3262 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "misc_tests", "Single tests that don't need to be part of above test matrix")); in createBasicTests()
3266 group->addChild(new FSRTestCase(testCtx, "sample_mask_test", "", { in createBasicTests()
3306 group->addChild(new FSRTestCase(testCtx, "garbage_color_attachment", "", { in createBasicTests()
3344 parentGroup->addChild(group.release()); in createBasicTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp3617 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(parent->getTestContext(), groupName));
3633 group->addChild(new SparseShaderTextureFunctionCase(parent->getTestContext(), ("sparse_" + name + "_vertex"), cases[ndx].lookupSpec, cases[ndx].texSpec, cases[ndx].evalFunc, true ));
3636 group->addChild(new ShaderTextureFunctionCase(parent->getTestContext(), (name + "_vertex"), cases[ndx].lookupSpec, cases[ndx].texSpec, cases[ndx].evalFunc, true ));
3643 group->addChild(new SparseShaderTextureFunctionCase(parent->getTestContext(), ("sparse_" + name + "_fragment"), cases[ndx].lookupSpec, cases[ndx].texSpec, cases[ndx].evalFunc, false));
3646 group->addChild(new ShaderTextureFunctionCase(parent->getTestContext(), (name + "_fragment"), cases[ndx].lookupSpec, cases[ndx].texSpec, cases[ndx].evalFunc, false));
3650 parent->addChild(group.release());
4774 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(m_testCtx, "texturesize"));
4780 group->addChild(new TextureQueryCase(m_testCtx, (std::string(caseSpec.name) + "_vertex"), caseSpec.samplerName, caseSpec.textureSpec, true, QUERYFUNCTION_TEXTURESIZE));
4781 group->addChild(new TextureQueryCase(m_testCtx, (std::string(caseSpec.name) + "_fragment"), caseSpec.samplerName, caseSpec.textureSpec, false, QUERYFUNCTION_TEXTURESIZE));
4785 addFunctionCaseWithPrograms(group
[all...]
/third_party/gn/src/gn/
H A Dvariables.cc496 Make sure the dependencies are also the same (you might consider a group to
513 group("a_b_shared_deps") {
617 a group with the assert_no_deps rule on it, and make that group depend on all
1524 group("doom_melon") {
1983 this one, define an extra layer of indirection using a group:
1985 # External targets depend on this group.
1986 group("my_target") {
1994 # Force all external targets to depend on the group instead of directly
/third_party/mbedtls/library/
H A Dx509_crt.c2735 uint16_t group = num_digits = 0; in x509_inet_pton_ipv6() local
2740 group = (group << 4) | digit; in x509_inet_pton_ipv6()
2744 MBEDTLS_PUT_UINT16_BE(group, addr, nonzero_groups); in x509_inet_pton_ipv6()
2779 /* Don't accept a second zero group or an invalid delimiter */ in x509_inet_pton_ipv6()
2785 /* Accept a zero group at start, but it has to be a double colon */ in x509_inet_pton_ipv6()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4.cpp1501 fprintf(file, " group%d", inst->group); in dump_instruction()
1992 linst->group = channel_offset; in lower_simd_width()
2004 copy->group = channel_offset; in lower_simd_width()
2036 mov->group = channel_offset; in lower_simd_width()
H A Dbrw_eu_compact.c2675 /* Update the instruction offsets for each group. */ in brw_compact_instructions()
2679 foreach_list_typed(struct inst_group, group, link, &disasm->group_list) { in brw_compact_instructions()
2681 sizeof(brw_inst) != group->offset) { in brw_compact_instructions()
2683 sizeof(brw_inst) < group->offset); in brw_compact_instructions()
2687 group->offset = start_offset + offset; in brw_compact_instructions()
/third_party/lwip/src/core/
H A Dtcp_out.c136 struct net_group *group = get_net_group_from_tcp_pcb(pcb); in tcp_route() local
137 LWIP_ERROR("tcp_route: invalid net group", group != NULL, return NULL); in tcp_route()
142 return netif_get_by_index(pcb->netif_idx, group); in tcp_route()
148 return ip_route(src, dst, group); in tcp_route()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp46 // required to make sure that all 4 consts in the group fit into 2 in rp_kcache_tracker()
1158 * more than one try to create an instruction group in schedule_alu()
1472 // unnecessary group breaks and cache line locks in map_src_vec()
1638 // add instruction(s) (alu_node or contents of alu_packed_node) to current group
1860 sblog << "current group:\n"; in prepare_alu_group()
1873 // don't try to add more instructions to the group with mova if this in prepare_alu_group()
1974 group = 0; in reset()
1984 group(), clause(), in alu_clause_tracker()
2013 PSC_DUMP( sblog << " #### group emitted\n"; ); in emit_group()
2062 group in new_group()
[all...]
/third_party/rust/crates/clap/tests/builder/
H A Dhelp.rs1295 #[should_panic = "Command conflict: Argument names must be unique, but 'help' is in use by more than one argument or group (call `cmd.disable_help_flag(true)` to remove the auto-generated `--help`)"]
1869 .group("group1")) in issue_1487()
1871 .group("group1")) in issue_1487()
1872 .group(ArgGroup::new("group1") in issue_1487()
2242 .group( in issue_1794_usage()

Completed in 67 milliseconds

1...<<71727374757677787980>>...96