Home
last modified time | relevance | path

Searched refs:group (Results 1601 - 1625 of 4140) sorted by relevance

1...<<61626364656667686970>>...166

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktObjectRefreshTests.cpp384 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 DvktTessellationMiscDrawTests.cpp552 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 Dcrypto.h744 * @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 Dmock_wifi_p2p.h45 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 Dcj_checkbox_ffi.cpp27 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 Dui_test_analog_clock.h62 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 Dradio_model_ng.h42 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 Dvcard_util.h32 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 Dwifi_p2p.h130 * @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 Dmock_p2p_interface.cpp91 ErrCode P2pInterface::DeleteGroup(const WifiP2pGroupInfo &group) in DeleteGroup() argument
121 ErrCode P2pInterface::GetCurrentGroup(WifiP2pGroupInfo &group) in GetCurrentGroup() argument
H A Dmock_p2p_interface.h41 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 Dnetwork_selection_utils.cpp119 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 Dip2p_service.h107 * @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 Dsqlite_sql_builder.h35 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 Ddata_ability_predicates.cpp50 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 Dnx-842.h154 __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 Dldm.h89 u32 group; member
161 u32 group; member
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvde_kern.c6 * 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 Dvde_user.c89 args->group = init->group; in vde_init_libstuff()
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/
H A Dirqs-s3c64xx.h129 * 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 Dkernel_abi.py114 new_f = match.group(1)
128 ln = int(match.group(2)) - 1
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H A Dirqs-s3c64xx.h129 * 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 Dvxlan_fdb_veto.sh108 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 Dvde_kern.c6 * 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 Dvde_user.c89 args->group = init->group; in vde_init_libstuff()

Completed in 15 milliseconds

1...<<61626364656667686970>>...166