/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-core.c | 793 hid->group = HID_GROUP_MULTITOUCH; in hid_scan_input_usage() 814 hid->group = HID_GROUP_SENSOR_HUB; in hid_scan_collection() 818 hid->group == HID_GROUP_MULTITOUCH) in hid_scan_collection() 819 hid->group = HID_GROUP_GENERIC; in hid_scan_collection() 833 parser->device->group = in hid_scan_collection() 897 hid->group = HID_GROUP_GENERIC; in hid_scan_report() 911 (hid->group == HID_GROUP_MULTITOUCH)) in hid_scan_report() 912 hid->group = HID_GROUP_MULTITOUCH_WIN_8; in hid_scan_report() 919 hid->group = HID_GROUP_WACOM; in hid_scan_report() 922 if (hid->group in hid_scan_report() [all...] |
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | info.py | 48 def by_priority(cls, group=None): 49 if group is None: 51 elif group == 'type': 53 elif group == 'decl': 55 elif isinstance(group, str): 56 raise NotImplementedError(group) 58 # XXX Treat group as a set of kinds & return in priority order? 59 raise NotImplementedError(group) 86 group = groups 87 if group no [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fMultisampleTests.cpp | 1652 TestCaseGroup* group = new TestCaseGroup(m_context, in init() local 1663 DE_ASSERT(group->getName() != DE_NULL); in init() 1665 addChild(group); in init() 1667 group->addChild(new PolygonNumSamplesCase (m_context, "num_samples_polygon", "Test sanity of the sample count, with polygons", numFboSamples)); in init() 1668 group->addChild(new LineNumSamplesCase (m_context, "num_samples_line", "Test sanity of the sample count, with lines", numFboSamples)); in init() 1669 group->addChild(new CommonEdgeCase (m_context, "common_edge_small_quads", "Test polygons' common edges with small quads", CommonEdgeCase::CASETYPE_SMALL_QUADS, numFboSamples)); in init() 1670 group->addChild(new CommonEdgeCase (m_context, "common_edge_big_quad", "Test polygons' common edges with bigger-than-viewport quads", CommonEdgeCase::CASETYPE_BIGGER_THAN_VIEWPORT_QUAD, numFboSamples)); in init() 1671 group->addChild(new CommonEdgeCase (m_context, "common_edge_viewport_quad", "Test polygons' common edges with exactly viewport-sized quads", CommonEdgeCase::CASETYPE_FIT_VIEWPORT_QUAD, numFboSamples)); in init() 1672 group->addChild(new SampleDepthCase (m_context, "depth", "Test that depth values are per-sample", numFboSamples)); in init() 1673 group in init() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureLevelStateQueryTests.cpp | 390 static void generateColorTextureGenerationGroup (std::vector<TextureGenerationSpec>& group, glw::GLenum target, int maxSamples, glw::GLenum internalFormat) in generateColorTextureGenerationGroup() argument 403 group.push_back(texGen); in generateColorTextureGenerationGroup() 428 group.push_back(texGen); in generateColorTextureGenerationGroup() 449 group.push_back(texGen); in generateColorTextureGenerationGroup() 470 group.push_back(texGen); in generateColorTextureGenerationGroup() 497 group.push_back(texGen); in generateColorTextureGenerationGroup() 521 group.push_back(texGen); in generateColorTextureGenerationGroup() 544 group.push_back(texGen); in generateColorTextureGenerationGroup() 564 group.push_back(texGen); in generateColorTextureGenerationGroup() 584 group in generateColorTextureGenerationGroup() 589 generateInternalFormatTextureGenerationGroup(std::vector<TextureGenerationSpec>& group, glw::GLenum target) generateInternalFormatTextureGenerationGroup() argument 677 generateCompressedTextureGenerationGroup(std::vector<TextureGenerationSpec>& group, glw::GLenum target) generateCompressedTextureGenerationGroup() argument 715 generateTextureBufferGenerationGroup(std::vector<TextureGenerationSpec>& group, glw::GLenum target) generateTextureBufferGenerationGroup() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiGranularityTests.cpp | 474 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "granularity")); in createGranularityQueryTests() 591 group->addChild(single.release()); in createGranularityQueryTests() 592 group->addChild(multi.release()); in createGranularityQueryTests() 593 group->addChild(random.release()); in createGranularityQueryTests() 594 group->addChild(inRenderPass.release()); in createGranularityQueryTests() 597 group->addChild(inDynamicRenderPass.release()); in createGranularityQueryTests() 600 return group.release(); in createGranularityQueryTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryPositionFetchTests.cpp | 677 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "position_fetch")); in createPositionFetchTests() 726 de::MovePtr<tcu::TestCaseGroup> sourceTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderSourceTypes[shaderSourceNdx].name.c_str())); in createPositionFetchTests() 730 de::MovePtr<tcu::TestCaseGroup> buildGroup(new tcu::TestCaseGroup(group->getTestContext(), buildTypes[buildTypeNdx].name)); in createPositionFetchTests() 737 de::MovePtr<tcu::TestCaseGroup> vertexFormatGroup(new tcu::TestCaseGroup(group->getTestContext(), formatName.c_str())); in createPositionFetchTests() 755 de::MovePtr<tcu::TestCaseGroup> testFlagGroup(new tcu::TestCaseGroup(group->getTestContext(), maskName.c_str())); in createPositionFetchTests() 772 group->addChild(sourceTypeGroup.release()); in createPositionFetchTests() 775 return group.release(); in createPositionFetchTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsPartitionedTests.cpp | 480 de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "partitioned", "Subgroup partitioned category tests")); in createSubgroupsPartitionedTests() 656 group->addChild(graphicGroup.release()); in createSubgroupsPartitionedTests() 657 group->addChild(computeGroup.release()); in createSubgroupsPartitionedTests() 658 group->addChild(framebufferGroup.release()); in createSubgroupsPartitionedTests() 659 group->addChild(raytracingGroup.release()); in createSubgroupsPartitionedTests() 660 group->addChild(meshGroup.release()); in createSubgroupsPartitionedTests() 662 return group.release(); in createSubgroupsPartitionedTests()
|
H A D | vktSubgroupsShuffleTests.cpp | 502 de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "shuffle", "Subgroup shuffle category tests")); in createSubgroupsShuffleTests() 685 group->addChild(graphicGroup.release()); in createSubgroupsShuffleTests() 686 group->addChild(computeGroup.release()); in createSubgroupsShuffleTests() 687 group->addChild(framebufferGroup.release()); in createSubgroupsShuffleTests() 689 group->addChild(raytracingGroup.release()); in createSubgroupsShuffleTests() 690 group->addChild(meshGroup.release()); in createSubgroupsShuffleTests() 693 return group.release(); in createSubgroupsShuffleTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationGeometryPassthroughTests.cpp | 722 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "passthrough")); in createGeometryPassthroughTests() 725 group->addChild(makeIdentityGeometryShaderCase(testCtx, TESSPRIMITIVETYPE_TRIANGLES)); in createGeometryPassthroughTests() 726 group->addChild(makeIdentityGeometryShaderCase(testCtx, TESSPRIMITIVETYPE_QUADS)); in createGeometryPassthroughTests() 727 group->addChild(makeIdentityGeometryShaderCase(testCtx, TESSPRIMITIVETYPE_ISOLINES)); in createGeometryPassthroughTests() 730 group->addChild(makeIdentityTessellationShaderCase(testCtx, TESSPRIMITIVETYPE_TRIANGLES)); in createGeometryPassthroughTests() 731 group->addChild(makeIdentityTessellationShaderCase(testCtx, TESSPRIMITIVETYPE_ISOLINES)); in createGeometryPassthroughTests() 733 return group.release(); in createGeometryPassthroughTests()
|
/third_party/protobuf/python/ |
H A D | mox.py | 603 # group. 646 """Returns a possible group from the end of the call queue or None if no 650 # Remove this method from the tail of the queue so we can add it to a group. 654 # Determine if the tail of the queue is a group, or just a regular ordered 656 group = None 658 group = self._call_queue[-1] 662 return group 665 """Checks if the last method (a possible group) is an instance of our 666 group_class. Adds the current method to this group or creates a new one. 670 group_name: the name of the group [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsShuffleTests.cpp | 484 de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "shuffle", "Subgroup shuffle category tests")); in createSubgroupsShuffleTests() 655 group->addChild(graphicGroup.release()); in createSubgroupsShuffleTests() 656 group->addChild(computeGroup.release()); in createSubgroupsShuffleTests() 657 group->addChild(framebufferGroup.release()); in createSubgroupsShuffleTests() 659 group->addChild(raytracingGroup.release()); in createSubgroupsShuffleTests() 660 group->addChild(meshGroup.release()); in createSubgroupsShuffleTests() 663 return group.release(); in createSubgroupsShuffleTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationGeometryPassthroughTests.cpp | 721 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "passthrough", "Render various types with either passthrough geometry or tessellation shader")); in createGeometryPassthroughTests() 724 group->addChild(makeIdentityGeometryShaderCase(testCtx, TESSPRIMITIVETYPE_TRIANGLES)); in createGeometryPassthroughTests() 725 group->addChild(makeIdentityGeometryShaderCase(testCtx, TESSPRIMITIVETYPE_QUADS)); in createGeometryPassthroughTests() 726 group->addChild(makeIdentityGeometryShaderCase(testCtx, TESSPRIMITIVETYPE_ISOLINES)); in createGeometryPassthroughTests() 729 group->addChild(makeIdentityTessellationShaderCase(testCtx, TESSPRIMITIVETYPE_TRIANGLES)); in createGeometryPassthroughTests() 730 group->addChild(makeIdentityTessellationShaderCase(testCtx, TESSPRIMITIVETYPE_ISOLINES)); in createGeometryPassthroughTests() 732 return group.release(); in createGeometryPassthroughTests()
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | ipmmu-vmsa.c | 69 struct iommu_group *group; member 884 struct iommu_group *group; in ipmmu_find_group() local 886 if (mmu->group) in ipmmu_find_group() 887 return iommu_group_ref_get(mmu->group); in ipmmu_find_group() 889 group = iommu_group_alloc(); in ipmmu_find_group() 890 if (!IS_ERR(group)) in ipmmu_find_group() 891 mmu->group = group; in ipmmu_find_group() 893 return group; in ipmmu_find_group()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-amd.c | 596 unsigned group) in amd_get_group_name() 600 return gpio_dev->groups[group].name; in amd_get_group_name() 604 unsigned group, in amd_get_group_pins() 610 *pins = gpio_dev->groups[group].pins; in amd_get_group_pins() 611 *num_pins = gpio_dev->groups[group].npins; in amd_get_group_pins() 722 unsigned int group, in amd_pinconf_group_get() 729 ret = amd_get_group_pins(pctldev, group, &pins, &npins); in amd_pinconf_group_get() 740 unsigned group, unsigned long *configs, in amd_pinconf_group_set() 747 ret = amd_get_group_pins(pctldev, group, &pins, &npins); in amd_pinconf_group_set() 595 amd_get_group_name(struct pinctrl_dev *pctldev, unsigned group) amd_get_group_name() argument 603 amd_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) amd_get_group_pins() argument 721 amd_pinconf_group_get(struct pinctrl_dev *pctldev, unsigned int group, unsigned long *config) amd_pinconf_group_get() argument 739 amd_pinconf_group_set(struct pinctrl_dev *pctldev, unsigned group, unsigned long *configs, unsigned num_configs) amd_pinconf_group_set() argument
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | group.c | 2 * net/tipc/group.c: TIPC group messaging code 38 #include "group.h" 67 struct tipc_group *group; member 110 *m->group->open = true; in tipc_group_open() 314 m->group = grp; in tipc_group_create_member() 373 struct tipc_group *grp = m->group; in tipc_group_update_member() 804 *m->group->open = true; in tipc_group_proto_rcv() 927 struct nlattr *group = nla_nest_start_noflag(skb, TIPC_NLA_SOCK_GROUP); in tipc_group_fill_sock_diag() local 929 if (!group) in tipc_group_fill_sock_diag() [all...] |
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | ipmmu-vmsa.c | 67 struct iommu_group *group; member 839 struct iommu_group *group; in ipmmu_find_group() local 841 if (mmu->group) in ipmmu_find_group() 842 return iommu_group_ref_get(mmu->group); in ipmmu_find_group() 844 group = iommu_group_alloc(); in ipmmu_find_group() 845 if (!IS_ERR(group)) in ipmmu_find_group() 846 mmu->group = group; in ipmmu_find_group() 848 return group; in ipmmu_find_group()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | group.c | 2 * net/tipc/group.c: TIPC group messaging code 39 #include "group.h" 68 struct tipc_group *group; member 111 *m->group->open = true; in tipc_group_open() 315 m->group = grp; in tipc_group_create_member() 374 struct tipc_group *grp = m->group; in tipc_group_update_member() 805 *m->group->open = true; in tipc_group_proto_rcv() 928 struct nlattr *group = nla_nest_start_noflag(skb, TIPC_NLA_SOCK_GROUP); in tipc_group_fill_sock_diag() local 930 if (!group) in tipc_group_fill_sock_diag() [all...] |
/third_party/curl/lib/ |
H A D | ftplistparser.c | 90 } group; member 174 size_t group; member 321 finfo->strings.group = parser->offsets.group ? in ftp_pl_insert_finfo() 322 str + parser->offsets.group : NULL; in ftp_pl_insert_finfo() 581 parser->state.UNIX.sub.group = PL_UNIX_GROUP_PRESPACE; in Curl_ftp_parselist() 589 switch(parser->state.UNIX.sub.group) { in Curl_ftp_parselist() 594 parser->state.UNIX.sub.group = PL_UNIX_GROUP_NAME; in Curl_ftp_parselist() 601 parser->offsets.group = parser->item_offset; in Curl_ftp_parselist()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsusermap.c | 34 * - reordered mapping records to limit usage of same SID for user and group 303 printf("Be prepared to give Linux user id (uid) and group id (gid)\n"); in welcome() 369 * Test whether a generic group (S-1-5-21- ... -513) 429 filename,(type ? "group" : "owner")); in askmapping() 558 printf(" No group SID\n"); in account() 760 printf("# Replace \"user\" and \"group\" hereafter by" in minimal() 763 printf(":group:%s\n",decodesid(groupsid)); in minimal() 846 /* records for owner only or group only */ in outputmap() 861 /* records for both owner and group */ in outputmap() 910 struct USERMAPPING *group; in sanitize() local [all...] |
/third_party/python/Lib/ |
H A D | nntplib.py | 10 >>> resp, count, first, last, name = s.group('comp.lang.python') 44 # - NNTP.descriptions() returns a dict mapping group names to descriptions 163 ['group', 'last', 'first', 'flag']) 331 reader-specific commands, such as `group'. If you get 579 # Parse lines into "group last first flag" 612 def newnews(self, group, date, *, file=None): 614 - group: group name or '*' 625 cmd = 'NEWNEWS {0} {1} {2}'.format(group, date_str, time_str) 634 - list: list of (group, las 683 def group(self, name): global() member in NNTP [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageCompressionControlTests.cpp | 446 void addImageCompressionControlTests(tcu::TestCaseGroup* group, TestParams testParams) in addImageCompressionControlTests() argument 481 addFunctionCase(group, caseName, enumName, imageCreateTest, testParams); in addImageCompressionControlTests() 704 void addAhbCompressionControlTests(tcu::TestCaseGroup *group, TestParams testParams) in addAhbCompressionControlTests() argument 726 addFunctionCase(group, caseName, enumName, ahbImageCreateTest, testParams); in addAhbCompressionControlTests() 732 de::MovePtr<tcu::TestCaseGroup> group( in createImageCompressionControlTests() 765 group->addChild(subgroup); in createImageCompressionControlTests() 778 group->addChild(subgroup); in createImageCompressionControlTests() 796 group->addChild(subgroup); in createImageCompressionControlTests() 798 return group.release(); in createImageCompressionControlTests()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | inspector.cc | 391 entry.bind_group = binding_info.group->value; in GetUniformBufferResourceBindings() 428 entry.bind_group = binding_info.group->value; in GetSamplerResourceBindings() 453 entry.bind_group = binding_info.group->value; in GetComparisonSamplerResourceBindings() 496 entry.bind_group = binding_info.group->value; in GetTextureResourceBindings() 683 entry.bind_group = binding_info.group->value; in GetStorageBufferResourceBindingsImpl() 716 entry.bind_group = binding_info.group->value; in GetSampledTextureResourceBindingsImpl() 756 entry.bind_group = binding_info.group->value; in GetStorageTextureResourceBindingsImpl() 832 texture->Declaration()->BindingPoint().group->value, in GenerateSamplerTargets() 837 sampler->Declaration()->BindingPoint().group->value, in GenerateSamplerTargets() 901 // Need to evaluate each function call with the group o in GetOriginatingResources() [all...] |
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 40 # * max and min use positional only with an optional group 471 for group in reversed(l): 472 accumulator = list(group) + accumulator 486 for group in l: 487 accumulator.extend(group) 654 has_option_groups = parameters and (parameters[0].group or parameters[-1].group) 1213 def group_to_variable_name(group): 1214 adjective = "left_" if group < 0 else "right_" 1215 return "group_" + adjective + str(abs(group)) [all...] |
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-cs5535.c | 148 int cs5535_gpio_set_irq(unsigned group, unsigned irq) in cs5535_gpio_set_irq() argument 152 if (group > 7 || irq > 15) in cs5535_gpio_set_irq() 157 lo &= ~(0xF << (group * 4)); in cs5535_gpio_set_irq() 158 lo |= (irq & 0xF) << (group * 4); in cs5535_gpio_set_irq()
|
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/ |
H A D | vgic-init.c | 161 irq->group = 0; in kvm_vgic_dist_init() 165 irq->group = 1; in kvm_vgic_dist_init() 283 irq->group = 1; in vgic_init() 287 irq->group = 0; in vgic_init() 391 * KVM_DEV_ARM_VGIC_GRP_CTRL KVM_DEVICE group.
|