/third_party/mbedtls/library/ |
H A D | ssl_tls13_server.c | 863 ("got named group: %s(%04x)", in ssl_tls13_parse_supported_groups_ext() 874 ("add named group %s(%04x) into received list.", in ssl_tls13_parse_supported_groups_ext() 892 * associated group. 897 * the client does not match a group supported by the server. A 934 uint16_t group; in ssl_tls13_parse_key_shares_ext() local 940 * NamedGroup group; in ssl_tls13_parse_key_shares_ext() 945 group = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_key_shares_ext() 955 if (!mbedtls_ssl_named_group_is_offered(ssl, group) || in ssl_tls13_parse_key_shares_ext() 956 !mbedtls_ssl_named_group_is_supported(group) || in ssl_tls13_parse_key_shares_ext() 964 if (mbedtls_ssl_tls13_named_group_is_ecdhe(group) || in ssl_tls13_parse_key_shares_ext() 2129 uint16_t group = ssl->handshake->offered_group_id; ssl_tls13_write_key_share_ext() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateTests.cpp | 143 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "empty_descriptor")); in createEmptyDescriptorUpdateTests() 145 addFunctionCase(group.get(), "uniform_buffer", EmptyDescriptorUpdateCase); in createEmptyDescriptorUpdateTests() 147 return group.release(); in createEmptyDescriptorUpdateTests() 689 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "samplerless")); in createSamplerlessWriteTests() 716 group->addChild(new SamplerlessDescriptorWriteTestCase(testCtx, caseName, params)); in createSamplerlessWriteTests() 719 return group.release(); in createSamplerlessWriteTests() 1298 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "random")); in createRandomDescriptorUpdateTests() 1300 group->addChild(new RandomDescriptorUpdateTestCase(testCtx, "uniform_buffer")); in createRandomDescriptorUpdateTests() 1301 return group.release(); in createRandomDescriptorUpdateTests() 1308 de::MovePtr<tcu::TestCaseGroup> group(ne in createDescriptorUpdateTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateTests.cpp | 143 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "empty_descriptor", "Update last descriptor in a set that includes an empty binding")); in createEmptyDescriptorUpdateTests() 145 addFunctionCase(group.get(), "uniform_buffer", "", EmptyDescriptorUpdateCase); in createEmptyDescriptorUpdateTests() 147 return group.release(); in createEmptyDescriptorUpdateTests() 689 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "samplerless", "Verify sampler unused with some descriptor image types")); in createSamplerlessWriteTests() 716 group->addChild(new SamplerlessDescriptorWriteTestCase(testCtx, caseName, "", params)); in createSamplerlessWriteTests() 719 return group.release(); in createSamplerlessWriteTests() 1297 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "random", "Update descriptors randomly between draws")); in createRandomDescriptorUpdateTests() 1299 group->addChild(new RandomDescriptorUpdateTestCase(testCtx, "uniform_buffer", "")); in createRandomDescriptorUpdateTests() 1300 return group.release(); in createRandomDescriptorUpdateTests() 1307 de::MovePtr<tcu::TestCaseGroup> group(ne in createDescriptorUpdateTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateMiscTests.hpp | 38 void createFragmentShadingRateMiscTests (tcu::TestCaseGroup* group);
|
H A D | vktAttachmentRateTests.hpp | 35 void createAttachmentRateTests(tcu::TestContext& testCtx, tcu::TestCaseGroup* group, SharedGroupParams groupParams);
|
H A D | vktFragmentShadingRateBasic.hpp | 36 void createBasicTests(tcu::TestContext& testCtx, tcu::TestCaseGroup* group, SharedGroupParams groupParams);
|
H A D | vktFragmentShadingRatePixelConsistency.hpp | 35 void createPixelConsistencyTests(tcu::TestContext& testCtx, tcu::TestCaseGroup* group);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.hpp | 34 void multiViewRenderCreateTests (tcu::TestCaseGroup* group);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferMemoryAliasing.hpp | 34 void addBufferSparseMemoryAliasingTests(tcu::TestCaseGroup* group, const bool useDeviceGroups);
|
H A D | vktSparseResourcesBufferSparseBinding.hpp | 34 void addBufferSparseBindingTests (tcu::TestCaseGroup* group, const bool useDeviceGroups);
|
H A D | vktSparseResourcesBufferSparseResidency.hpp | 34 void addBufferSparseResidencyTests(tcu::TestCaseGroup* group, const bool useDeviceGroups);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.hpp | 33 void createAcquireDrmDisplayTests (tcu::TestCaseGroup* group);
|
H A D | vktWsiDisplayTests.hpp | 34 void createDisplayCoverageTests (tcu::TestCaseGroup* group);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.hpp | 34 void multiViewRenderCreateTests (tcu::TestCaseGroup* group);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferMemoryAliasing.hpp | 34 void addBufferSparseMemoryAliasingTests(tcu::TestCaseGroup* group, const bool useDeviceGroups);
|
H A D | vktSparseResourcesBufferSparseBinding.hpp | 34 void addBufferSparseBindingTests (tcu::TestCaseGroup* group, const bool useDeviceGroups);
|
H A D | vktSparseResourcesBufferSparseResidency.hpp | 34 void addBufferSparseResidencyTests(tcu::TestCaseGroup* group, const bool useDeviceGroups);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.hpp | 33 void createAcquireDrmDisplayTests (tcu::TestCaseGroup* group);
|
H A D | vktWsiDisplayTests.hpp | 34 void createDisplayCoverageTests (tcu::TestCaseGroup* group);
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 3027 return container_of(to_config_group(item), struct fsg_lun_opts, group); in to_fsg_lun_opts() 3033 func_inst.group); in to_fsg_opts() 3051 struct fsg_opts *fsg_opts = to_fsg_opts(opts->group.cg_item.ci_parent); in fsg_lun_opts_file_show() 3060 struct fsg_opts *fsg_opts = to_fsg_opts(opts->group.cg_item.ci_parent); in fsg_lun_opts_file_store() 3076 struct fsg_opts *fsg_opts = to_fsg_opts(opts->group.cg_item.ci_parent); in fsg_lun_opts_ro_store() 3106 struct fsg_opts *fsg_opts = to_fsg_opts(opts->group.cg_item.ci_parent); in fsg_lun_opts_cdrom_store() 3157 static struct config_group *fsg_lun_make(struct config_group *group, in fsg_lun_make() argument 3178 fsg_opts = to_fsg_opts(&group->cg_item); in fsg_lun_make() 3199 (const char **)&group->cg_item.ci_name); in fsg_lun_make() 3208 config_group_init_type_name(&opts->group, nam in fsg_lun_make() 3216 fsg_lun_drop(struct config_group *group, struct config_item *item) fsg_lun_drop() argument [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-core.c | 793 hid->group = HID_GROUP_MULTITOUCH; in hid_scan_input_usage() 815 hid->group = HID_GROUP_SENSOR_HUB; in hid_scan_collection() 819 hid->group == HID_GROUP_MULTITOUCH) in hid_scan_collection() 820 hid->group = HID_GROUP_GENERIC; in hid_scan_collection() 834 parser->device->group = in hid_scan_collection() 898 hid->group = HID_GROUP_GENERIC; in hid_scan_report() 912 (hid->group == HID_GROUP_MULTITOUCH)) in hid_scan_report() 913 hid->group = HID_GROUP_MULTITOUCH_WIN_8; in hid_scan_report() 920 hid->group = HID_GROUP_WACOM; in hid_scan_report() 923 if (hid->group in hid_scan_report() [all...] |
/kernel/linux/linux-5.10/fs/sysfs/ |
H A D | Makefile | 6 obj-y := file.o dir.o symlink.o mount.o group.o
|
/kernel/linux/linux-6.6/fs/sysfs/ |
H A D | Makefile | 6 obj-y := file.o dir.o symlink.o mount.o group.o
|
/kernel/liteos_a/net/lwip-2.1/porting/include/lwip/ |
H A D | ip.h | 34 #define IP_PCB_NETGROUP ;struct net_group *group
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorIndexingTests.cpp | 32 void descriptorIndexingDescriptorSetsCreateTests(tcu::TestCaseGroup* group);
|