/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktObjectRefreshTests.cpp | 384 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "object_refresh", "Tests VK_KHR_object_refresh")); in createObjectRefreshTests() 386 addFunctionCase(group.get(), "query_refreshable_objects", "Test VK_KHR_object_refresh extension", checkRefreshSupport, queryRefreshableObjects); in createObjectRefreshTests() 387 addFunctionCaseWithPrograms(group.get(), "refresh_individual_objects", "Test VK_KHR_object_refresh extension", checkRefreshSupport, createComputeSource, refreshIndividualObjects); in createObjectRefreshTests() 388 addFunctionCaseWithPrograms(group.get(), "refresh_all_objects", "Test VK_KHR_object_refresh extension", checkRefreshSupport, createComputeSource, refreshAllObjects); in createObjectRefreshTests() 390 return group.release(); in createObjectRefreshTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationMiscDrawTests.cpp | 552 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "misc_draw", "Miscellaneous draw-result-verifying cases")); in createMiscDrawTests() 568 addFunctionCaseWithPrograms(group.get(), caseName, "Check that there are no obvious gaps in the triangle-filled area of a tessellated shape", in createMiscDrawTests() 580 addFunctionCaseWithPrograms(group.get(), caseName, "Check that there are no obvious triangle overlaps in the triangle-filled area of a tessellated shape", in createMiscDrawTests() 590 addFunctionCaseWithPrograms(group.get(), caseName, "Basic isolines render test", checkSupportCase, in createMiscDrawTests() 594 return group.release(); in createMiscDrawTests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto.h | 744 * @group: Identifying number for the ECC group (IANA "Group Description" 748 struct crypto_ec * crypto_ec_init(int group); 759 * Returns: Length of the prime defining the group 766 * Returns: Length of the prime defining the group in bits 773 * Returns: Length of the order defining the group 778 * crypto_ec_get_prime - Get prime defining an EC group 780 * Returns: Prime (bignum) defining the group 785 * crypto_ec_get_order - Get order of an EC group 787 * Returns: Order (bignum) of the group [all...] |
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/ |
H A D | mock_wifi_p2p.h | 45 MOCK_METHOD(Wifi::ErrCode, DeleteGroup, (const Wifi::WifiP2pGroupInfo &group)); 49 MOCK_METHOD(Wifi::ErrCode, GetCurrentGroup, (Wifi::WifiP2pGroupInfo &group));
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_checkbox_ffi.cpp | 27 void FfiOHOSAceFrameworkCheckBoxCreate(const char* name, const char* group) in FfiOHOSAceFrameworkCheckBoxCreate() argument 30 auto checkboxGroup = std::optional<std::string>(group); in FfiOHOSAceFrameworkCheckBoxCreate()
|
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/ |
H A D | ui_test_analog_clock.h | 62 void CreateButtons001(UIViewGroup* group, UIImageView* curFace, UIAnalogClock* clock); 63 void CreateButtons002(UIViewGroup* group, UIImageView* curFace, UIAnalogClock* clock);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_model_ng.h | 42 void Create(const std::optional<std::string>& value, const std::optional<std::string>& group, 80 const std::string& group, int32_t indicator);
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | vcard_util.h | 32 VCardProperty(VCardVersion ver, std::string group, std::string name, std::string value, std::string paramsStr) in VCardProperty() argument 34 VCardProperty(std::string group, std::string name, std::string value, VCardParams params) in VCardProperty() argument
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_p2p.h | 130 * @Description Remove a P2P client of current group. 140 * @param group - WifiP2pGroupInfo object 143 virtual ErrCode DeleteGroup(const WifiP2pGroupInfo &group) = 0; 171 * @param group - the WifiP2pGroupInfo object 174 virtual ErrCode GetCurrentGroup(WifiP2pGroupInfo &group) = 0;
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/Mock/ |
H A D | mock_p2p_interface.cpp | 91 ErrCode P2pInterface::DeleteGroup(const WifiP2pGroupInfo &group) in DeleteGroup() argument 121 ErrCode P2pInterface::GetCurrentGroup(WifiP2pGroupInfo &group) in GetCurrentGroup() argument
|
H A D | mock_p2p_interface.h | 41 virtual ErrCode DeleteGroup(const WifiP2pGroupInfo &group) override; 47 virtual ErrCode GetCurrentGroup(WifiP2pGroupInfo &group) override;
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/ |
H A D | network_selection_utils.cpp | 119 WifiP2pGroupInfo group = WifiConfigCenter::GetInstance().GetCurrentP2pGroupInfo(); in IsSameFreqAsP2p() local 121 int32_t p2pFrequency = group.GetFrequency(); in IsSameFreqAsP2p()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | ip2p_service.h | 107 * @DescriptionCreate - The interface of create group. 108 * @param config - configure of group. 114 * @Description - The interface of remove current group. 120 * @Description Remove a P2P client of current group. 128 * @Description - The interface of delete a saved group. 129 * @param group - information of group. 132 virtual ErrCode DeleteGroup(const WifiP2pGroupInfo &group) = 0; 154 * @Description - The interface of query p2p information like the group state,device information and ip address. 161 * @DescriptionGet - The interface of get current group informatio [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_sql_builder.h | 35 const std::string &group, const std::string &order, int limit, int offset, std::vector<ValueObject> &bindArgs,
42 const std::string &whereClause, const std::string &group, const std::string &order, int limit, int offset);
|
/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/ |
H A D | data_ability_predicates.cpp | 50 std::string group = (source->ReadInt32() != g_invalidObjectFlag) ? source->ReadString() : "";
in DataAbilityPredicates() local 60 PredicatesUtils::SetAttributes(this, isDistinct, index, group, order, limit, offset);
in DataAbilityPredicates()
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-842.h | 154 __be16 padding; /* unused bytes at start of group */ 155 __be32 compressed_length; /* compressed bytes in group */ 163 struct nx842_crypto_header_group group[]; member 175 struct nx842_crypto_header_group group[NX842_CRYPTO_GROUP_MAX]; member
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | ldm.h | 89 u32 group; member 161 u32 group; member
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vde_kern.c | 6 * ethN=vde,<vde_switch>,<mac addr>,<port>,<group>,<mode>,<description> 79 .group = NULL, in vde_setup() 83 &init->group, &mode_str, &init->descr, NULL); in vde_setup()
|
H A D | vde_user.c | 89 args->group = init->group; in vde_init_libstuff()
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/ |
H A D | irqs-s3c64xx.h | 129 * The IRQ_EINT(x) can be thought of as 'group 0' of the available GPIO 133 * Use IRQ_EINT_GROUP(group, offset) to get the number for use in the 158 #define IRQ_EINT_GROUP(group, no) (IRQ_EINT_GROUP##group##_BASE + (no))
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | kernel_abi.py | 114 new_f = match.group(1) 128 ln = int(match.group(2)) - 1
|
/kernel/linux/linux-6.6/arch/arm/mach-s3c/ |
H A D | irqs-s3c64xx.h | 129 * The IRQ_EINT(x) can be thought of as 'group 0' of the available GPIO 133 * Use IRQ_EINT_GROUP(group, offset) to get the number for use in the 158 #define IRQ_EINT_GROUP(group, no) (IRQ_EINT_GROUP##group##_BASE + (no))
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | vxlan_fdb_veto.sh | 108 group 224.0.0.1 dev lo 2>/dev/null 112 group 224.0.0.1 dev lo 2>&1 >/dev/null \
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | vde_kern.c | 6 * ethN=vde,<vde_switch>,<mac addr>,<port>,<group>,<mode>,<description> 79 .group = NULL, in vde_setup() 83 &init->group, &mode_str, &init->descr, NULL); in vde_setup()
|
H A D | vde_user.c | 89 args->group = init->group; in vde_init_libstuff()
|