Home
last modified time | relevance | path

Searched defs:spec (Results 51 - 75 of 836) sorted by relevance

12345678910>>...34

/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A DPreprocessorTest.cpp51 void SimplePreprocessorTest::preprocess(const char *input, const char *expected, ShShaderSpec spec) in preprocess() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindingInfo.cpp21 AbslFormatConvert( BindingInfoType value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.cc50 std::string GetSpecString(TypeSpec spec) { in GetSpecString() argument
69 std::string GetSpecString(AllocSpec spec) { in GetSpecString() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/
H A Dcert_manager_api.c37 CM_API_EXPORT int32_t CmInit(const struct CmBlob *authUri, const struct CmSignatureSpec *spec, struct CmBlob *handle) in CmInit() argument
/base/security/crypto_framework/frameworks/key/
H A Dkey_utils.c210 HcfDhCommParamsSpec *spec = (HcfDhCommParamsSpec *)HcfMalloc(sizeof(HcfDhCommParamsSpec), 0); in CreateDhCommonSpecImpl() local
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_sm2_crypto_util_openssl.c26 static HcfResult BuildSm2Ciphertext(const Sm2CipherTextSpec *spec, struct Sm2CipherTextSt *sm2Text) in BuildSm2Ciphertext() argument
55 HcfResult HcfSm2SpecToAsn1(Sm2CipherTextSpec *spec, HcfBlob *output) in HcfSm2SpecToAsn1() argument
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_cfb_cipher_test.cpp727 HcfCcmParamsSpec spec = {}; in HWTEST_F() local
[all...]
H A Decc_common_param_spec.c26 HcfResult ConstructEccKeyPairCommParamsSpec(const char *algoName, HcfEccCommParamsSpec **spec) in ConstructEccKeyPairCommParamsSpec() argument
72 ConstructEccKeyPairParamsSpec(const char *algoName, HcfEccCommParamsSpec *eccCommSpec, HcfAsyKeyParamsSpec **spec) ConstructEccKeyPairParamsSpec() argument
142 ConstructEccPubKeyParamsSpec(const char *algoName, HcfEccCommParamsSpec *eccCommSpec, HcfAsyKeyParamsSpec **spec) ConstructEccPubKeyParamsSpec() argument
193 ConstructEccPriKeyParamsSpec(const char *algoName, HcfEccCommParamsSpec *eccCommSpec, HcfAsyKeyParamsSpec **spec) ConstructEccPriKeyParamsSpec() argument
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_aes_key.cpp33 HksKeySpec spec = {0}; member
H A Dhks_crypto_hal_dsa_key.cpp66 HksKeySpec spec = { in HWTEST_F() local
100 HksKeySpec spec = { in HWTEST_F() local
H A Dhks_crypto_hal_dh.cpp35 HksKeySpec spec = {0}; member
/base/update/updater/services/ui/view/component/
H A Dbox_progress_adapter.cpp27 const UxBoxProgressInfo &spec = std::get<UxBoxProgressInfo>(info.specificInfo); in BoxProgressAdapter() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/
H A Ddistributedfwkservices_fuzzer.cpp59 QueryLocalSysSpecType spec = SPEC_TYPE[sysSpec % QUERY_LOCAL_SYS_SIZE]; in FwkServicesQueryLocalSysSpecFuzzTest() local
/kernel/linux/linux-6.6/arch/s390/lib/
H A Duaccess.c37 union oac spec = { in raw_copy_from_user_key() local
99 union oac spec = { in raw_copy_to_user_key() local
154 union oac spec = { in __clear_user() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_lgcy.c145 struct mlx5_flow_spec *spec = NULL; in esw_acl_ingress_lgcy_setup() local
[all...]
/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice-tcelectronic.c62 const struct dice_tc_spec *spec; in snd_dice_detect_tcelectronic_formats() member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_dmfs.c30 mlx5_ct_fs_dmfs_ct_rule_add(struct mlx5_ct_fs *fs, struct mlx5_flow_spec *spec, in mlx5_ct_fs_dmfs_ct_rule_add() argument
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-weiss.c65 const struct dice_weiss_spec *spec; in snd_dice_detect_weiss_formats() member
H A Ddice-tcelectronic.c62 const struct dice_tc_spec *spec; in snd_dice_detect_tcelectronic_formats() member
/third_party/benchmark/test/
H A Dspec_arg_test.cc82 const char* const spec = "BM_Chosen"; in main() local
/third_party/cups-filters/cupsfilters/
H A Dlut.c51 spec[PPD_MAX_NAME]; /* Attribute spec */ in cupsLutLoad() local
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DUnescapeTransliterator.java40 private char spec[]; field in UnescapeTransliterator
139 UnescapeTransliterator(String ID, char spec[]) { in UnescapeTransliterator() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnescapeTransliterator.java41 private char spec[]; field in UnescapeTransliterator
140 UnescapeTransliterator(String ID, char spec[]) { in UnescapeTransliterator() argument
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dgl_spirv.c222 gl_spirv_validation(const uint32_t *words, size_t word_count, struct nir_spirv_specialization *spec, unsigned num_spec, gl_shader_stage stage, const char *entry_point_name) gl_spirv_validation() argument
/third_party/mesa3d/src/broadcom/clif/
H A Dv3dx_dump.c131 struct v3d_group *spec = v3d_spec_find_struct(clif->spec, in clif_dump_packet() local
151 struct v3d_group *spec = v3d_spec_find_struct(clif->spec, in clif_dump_packet() local
[all...]

Completed in 9 milliseconds

12345678910>>...34