/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 349 # Get rid of unnecessary levels of depth in groups like the Source group. 353 # Products group is sorted based on the order of the targets. 1214 for group in groups: 1215 for item in rule.get(group, []): 1222 # AddSourceToTarget will add the file to a root group if it's not 1294 for group in groups: 1295 for item in action.get(group, []):
|
/third_party/libdrm/ |
H A D | xf86drm.h | 57 #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size) 67 #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildLargeTests.cpp | 541 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "large_shader_set")); in createBuildLargeShaderSetTests() 583 group->addChild(buildTypeGroup.release()); in createBuildLargeShaderSetTests() 619 group->addChild(buildTypeGroup.release()); in createBuildLargeShaderSetTests() 623 return group.release(); in createBuildLargeShaderSetTests()
|
H A D | vktRayTracingOpacityMicromapTests.cpp | 746 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "opacity_micromap")); in createOpacityMicromapTests() 776 de::MovePtr<tcu::TestCaseGroup> testFlagGroup(new tcu::TestCaseGroup(group->getTestContext(), maskName.c_str())); in createOpacityMicromapTests() 837 group->addChild(testFlagGroup.release()); in createOpacityMicromapTests() 841 return group.release(); in createOpacityMicromapTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 983 void initTests (tcu::TestCaseGroup* group, RenderingType renderingType) in initTests() argument 986 tcu::TestContext& testCtx (group->getTestContext()); in initTests() 995 group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testConfig)); in initTests() 1003 group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testConfig)); in initTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationCoordinatesTests.cpp | 844 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "tesscoord")); 849 group->addChild(new TessCoordTest(testCtx, (TessPrimitiveType)primitiveTypeNdx, (SpacingMode)spacingModeNdx)); 852 group->addChild(new TessCoordTest(testCtx, (TessPrimitiveType)primitiveTypeNdx, (SpacingMode)spacingModeNdx, false)); 855 return group.release();
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawShaderLayerTests.cpp | 995 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "shader_layer", "")); in createShaderLayerTests() 1023 addFunctionCaseWithPrograms<TestParams>(group.get(), "vertex_shader_" + de::toString(parmas.numLayers), "", checkRequirements, initVertexTestPrograms, testVertexShader, parmas); in createShaderLayerTests() 1033 addFunctionCaseWithPrograms<TestParams>(group.get(), "tessellation_shader_" + de::toString(parmas.numLayers), "", checkRequirements, initTessellationTestPrograms, testTessellationShader, parmas); in createShaderLayerTests() 1036 return group.release(); in createShaderLayerTests()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestResultParser.cpp | 278 const char* group = casePath+11; in getTestCaseTypeFromPath() local 279 if (deStringBeginsWith(group, "capability.")) in getTestCaseTypeFromPath() 281 else if (deStringBeginsWith(group, "accuracy.")) in getTestCaseTypeFromPath() 283 else if (deStringBeginsWith(group, "performance.")) in getTestCaseTypeFromPath()
|
/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 627 group = nodes.tgroup( 637 table += group 638 group += head 639 group += body
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildLargeTests.cpp | 540 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "large_shader_set", "Build large shader set using CPU host threading")); in createBuildLargeShaderSetTests() 582 group->addChild(buildTypeGroup.release()); in createBuildLargeShaderSetTests() 618 group->addChild(buildTypeGroup.release()); in createBuildLargeShaderSetTests() 622 return group.release(); in createBuildLargeShaderSetTests()
|
H A D | vktRayTracingOpacityMicromapTests.cpp | 747 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "opacity_micromap", "Test acceleration structures using opacity micromap with ray pipelines")); in createOpacityMicromapTests() 777 de::MovePtr<tcu::TestCaseGroup> testFlagGroup(new tcu::TestCaseGroup(group->getTestContext(), maskName.c_str(), "")); in createOpacityMicromapTests() 838 group->addChild(testFlagGroup.release()); in createOpacityMicromapTests() 842 return group.release(); in createOpacityMicromapTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 983 void initTests (tcu::TestCaseGroup* group, RenderingType renderingType) in initTests() argument 986 tcu::TestContext& testCtx (group->getTestContext()); in initTests() 995 group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests() 1003 group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationCoordinatesTests.cpp | 829 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "tesscoord", "Tessellation coordinates tests")); 834 group->addChild(new TessCoordTest(testCtx, (TessPrimitiveType)primitiveTypeNdx, (SpacingMode)spacingModeNdx)); 837 group->addChild(new TessCoordTest(testCtx, (TessPrimitiveType)primitiveTypeNdx, (SpacingMode)spacingModeNdx, false)); 840 return group.release();
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh_rsn.c | 156 wpa_printf(MSG_DEBUG, "AUTH: Initializing group state machine"); in __mesh_rsn_auth_init() 196 /* group mgmt */ in __mesh_rsn_auth_init() 206 /* group privacy / data frames */ in __mesh_rsn_auth_init() 305 int group = groups[wpa_s->mesh_rsn->sae_group_index]; in mesh_rsn_sae_group() local 307 if (group <= 0) in mesh_rsn_sae_group() 309 if (sae_set_group(sae, group) == 0) { in mesh_rsn_sae_group() 310 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Selected SAE group %d", in mesh_rsn_sae_group() 311 sae->group); in mesh_rsn_sae_group() 336 wpa_msg(wpa_s, MSG_DEBUG, "SAE: Failed to select group"); in mesh_rsn_build_sae_commit()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderLoopTests.cpp | 1290 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str()); in init() local 1291 addChild(group); in init() 1312 group->addChild(createGenericLoopCase(m_context, name.c_str(), desc.c_str(), isVertexCase, (LoopType)loopType, (LoopCountType)loopCountType, (Precision)precision, loopDataType)); in init() 1335 group->addChild(createSpecialLoopCase(m_context, name.c_str(), desc.c_str(), isVertexCase, (LoopCase)loopCase, (LoopType)loopType, (LoopCountType)loopCountType)); in init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh_rsn.c | 161 wpa_printf(MSG_DEBUG, "AUTH: Initializing group state machine"); in __mesh_rsn_auth_init() 198 /* group mgmt */ in __mesh_rsn_auth_init() 212 /* group privacy / data frames */ in __mesh_rsn_auth_init() 316 int group = groups[wpa_s->mesh_rsn->sae_group_index]; in mesh_rsn_sae_group() local 318 if (group <= 0) in mesh_rsn_sae_group() 320 if (sae_set_group(sae, group) == 0) { in mesh_rsn_sae_group() 321 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Selected SAE group %d", in mesh_rsn_sae_group() 322 sae->group); in mesh_rsn_sae_group() 347 wpa_msg(wpa_s, MSG_DEBUG, "SAE: Failed to select group"); in mesh_rsn_build_sae_commit()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | rematch.cpp | 414 // We've got a $. Pick up a capture group name or number if one follows. in appendReplacement() 415 // Consume digits so long as the resulting group number <= the number of in appendReplacement() 445 // $n Scan for a capture group number in appendReplacement() 457 // Don't consume the next digit if it makes the capture group number too big. in appendReplacement() 468 // $ not followed by capture group name or number. in appendReplacement() 475 } // End of $ capture group handling in appendReplacement() 560 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { in end64() argument 568 if (group < 0 || group > fPattern->fGroupMap->size()) { in end64() 573 if (group in end64() 587 end(int32_t group, UErrorCode &err) const end() argument 1161 UnicodeString RegexMatcher::group(UErrorCode &status) const { group() function in RegexMatcher 1166 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { group() function in RegexMatcher 1171 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const { group() function in RegexMatcher 1213 UnicodeString RegexMatcher::group(int32_t groupNum, UErrorCode &status) const { group() function in RegexMatcher 2292 start64(int32_t group, UErrorCode &status) const start64() argument 2322 start(int32_t group, UErrorCode &status) const start() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rematch.cpp | 414 // We've got a $. Pick up a capture group name or number if one follows. in appendReplacement() 415 // Consume digits so long as the resulting group number <= the number of in appendReplacement() 445 // $n Scan for a capture group number in appendReplacement() 457 // Don't consume the next digit if it makes the capture group number too big. in appendReplacement() 468 // $ not followed by capture group name or number. in appendReplacement() 475 } // End of $ capture group handling in appendReplacement() 560 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { in end64() argument 568 if (group < 0 || group > fPattern->fGroupMap->size()) { in end64() 573 if (group in end64() 587 end(int32_t group, UErrorCode &err) const end() argument 1161 UnicodeString RegexMatcher::group(UErrorCode &status) const { group() function in RegexMatcher 1166 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { group() function in RegexMatcher 1171 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const { group() function in RegexMatcher 1213 UnicodeString RegexMatcher::group(int32_t groupNum, UErrorCode &status) const { group() function in RegexMatcher 2292 start64(int32_t group, UErrorCode &status) const start64() argument 2322 start(int32_t group, UErrorCode &status) const start() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rematch.cpp | 414 // We've got a $. Pick up a capture group name or number if one follows. in appendReplacement() 415 // Consume digits so long as the resulting group number <= the number of in appendReplacement() 445 // $n Scan for a capture group number in appendReplacement() 457 // Don't consume the next digit if it makes the capture group number too big. in appendReplacement() 468 // $ not followed by capture group name or number. in appendReplacement() 475 } // End of $ capture group handling in appendReplacement() 560 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { in end64() argument 568 if (group < 0 || group > fPattern->fGroupMap->size()) { in end64() 573 if (group in end64() 587 end(int32_t group, UErrorCode &err) const end() argument 1151 UnicodeString RegexMatcher::group(UErrorCode &status) const { group() function in RegexMatcher 1156 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { group() function in RegexMatcher 1161 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const { group() function in RegexMatcher 1203 UnicodeString RegexMatcher::group(int32_t groupNum, UErrorCode &status) const { group() function in RegexMatcher 2282 start64(int32_t group, UErrorCode &status) const start64() argument 2312 start(int32_t group, UErrorCode &status) const start() argument [all...] |
/third_party/elfutils/tests/ |
H A D | elfstrmerge.c | 504 /* The symtab, dynsym, group and symtab_shndx sections in main() 555 /* A section group contains Elf32_Words. The first in main() 557 indexes of the sections belonging to the group. */ in main() 558 Elf32_Word *group = (Elf32_Word *) data->d_buf; in main() local 562 fail_idx ("Not enough data in group section", fname, ndx); in main() 563 newgroup[0] = group[0]; in main() 565 newgroup[i] = newsecndx (group[i], shdrstrndx, shdrnum, in main() 566 fname, "section", ndx, "group", i); in main() 664 /* Try to match mode and owner.group of the original file. */ in main()
|
/third_party/eudev/src/scsi_id/ |
H A D | scsi_serial.c | 542 unsigned int group; in check_fill_0x83_id() local 544 group = ((unsigned int)page_83[6] << 8) | page_83[7]; in check_fill_0x83_id() 545 sprintf(tgpt_group,"%x", group); in check_fill_0x83_id()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucptrie.cpp | 342 int32_t group = (i3Block & 0x7fff) + (i3 & ~7) + (i3 >> 3); in getRange() local 344 block = ((int32_t)index[group++] << (2 + (2 * gi))) & 0x30000; in getRange() 345 block |= index[group + gi]; in getRange()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucptrie.cpp | 342 int32_t group = (i3Block & 0x7fff) + (i3 & ~7) + (i3 >> 3); in getRange() local 344 block = ((int32_t)index[group++] << (2 + (2 * gi))) & 0x30000; in getRange() 345 block |= index[group + gi]; in getRange()
|
/third_party/mesa3d/src/mapi/ |
H A D | mapi_abi.py | 113 c_type = m.group('type').strip() 114 c_name = m.group('name') 115 c_array = m.group('array')
|
/third_party/node/deps/npm/node_modules/ip-address/dist/ |
H A D | ipv6.js | 591 groups = groups.map((group) => (0, sprintf_js_1.sprintf)('%x', parseInt(group, 16))); 903 group() { 919 const classes = ['hover-group']; 921 classes.push((0, sprintf_js_1.sprintf)('group-%d', i));
|