Home
last modified time | relevance | path

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

12345678910>>...17

/base/update/updater/services/ui/view/component/
H A Dbox_progress_adapter.cpp27 const UxBoxProgressInfo &spec = std::get<UxBoxProgressInfo>(info.specificInfo); in BoxProgressAdapter() local
/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...]
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
H A Dclock_getres01.c42 struct tst_ts **spec; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmConditionalBranchTests.cpp61 ComputeShaderSpec spec; in addComputeSameLabelsTest() local
H A DvktSpvAsmLoopDepInfTests.cpp152 ComputeShaderSpec spec; in getComputeShaderSpec() local
/third_party/skia/tests/
H A DParsePathTest.cpp82 SkString spec; in DEF_TEST() local
/third_party/python/PC/
H A D_testconsole.c132 PyInit__testconsole(PyObject *spec) in PyInit__testconsole() argument
/third_party/python/Lib/ctypes/test/
H A Dtest_values.py81 spec = importlib.util.find_spec(modname) variable in PythonValuesTestCase.test_frozentable.struct_frozen
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibrary.cpp50 tcu::TestCase* createCase (const std::string& name, const std::string& description, const glu::sl::ShaderCaseSpecification& spec) in createCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmConditionalBranchTests.cpp61 ComputeShaderSpec spec; in addComputeSameLabelsTest() local
H A DvktSpvAsmLoopDepInfTests.cpp152 ComputeShaderSpec spec; in getComputeShaderSpec() local
H A DvktSpvAsmLoopDepLenTests.cpp168 ComputeShaderSpec spec; in getComputeShaderSpec() local
/base/security/certificate_manager/test/unittest/src/
H A Dcm_init_test.cpp85 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; in HWTEST_F() local
103 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; in HWTEST_F() local
121 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; in HWTEST_F() local
139 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; in HWTEST_F() local
157 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; in HWTEST_F() local
175 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
193 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
211 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
227 struct CmSignatureSpec *spec = nullptr; /* spec is NULL */ HWTEST_F() local
243 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_AGREE }; /* purpose is not CM_KEY_PURPOSE_SIGN/VERIFY */ HWTEST_F() local
259 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
274 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
290 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
305 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
323 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
339 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
355 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_VERIFY, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
371 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_VERIFY, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
390 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_VERIFY, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dalg_25519_common_param_spec.c50 HcfResult ConstructAlg25519KeyPairParamsSpec(const char *algoName, bool choose, HcfAsyKeyParamsSpec **spec) in ConstructAlg25519KeyPairParamsSpec() argument
129 HcfResult ConstructAlg25519PubKeyParamsSpec(const char *algoName, bool choose, HcfAsyKeyParamsSpec **spec) in ConstructAlg25519PubKeyParamsSpec() argument
194 HcfResult ConstructAlg25519PriKeyParamsSpec(const char *algoName, bool choose, HcfAsyKeyParamsSpec **spec) in ConstructAlg25519PriKeyParamsSpec() argument
H A Dcrypto_common_cov_test.cpp466 HcfDsaCommParamsSpec *spec = nullptr; in HWTEST_F() local
473 HcfDsaPubKeyParamsSpec *spec = nullptr; in HWTEST_F() local
480 HcfDsaKeyPairParamsSpec *spec = nullptr; in HWTEST_F() local
487 HcfEccCommParamsSpec *spec in HWTEST_F() local
494 HcfEccPubKeyParamsSpec *spec = nullptr; HWTEST_F() local
501 HcfEccPriKeyParamsSpec *spec = nullptr; HWTEST_F() local
508 HcfEccKeyPairParamsSpec *spec = nullptr; HWTEST_F() local
515 HcfRsaCommParamsSpec *spec = nullptr; HWTEST_F() local
522 HcfRsaPubKeyParamsSpec *spec = nullptr; HWTEST_F() local
529 HcfRsaKeyPairParamsSpec *spec = nullptr; HWTEST_F() local
[all...]
/base/security/crypto_framework/test/unittest/src/sm2/
H A Dcrypto_sm2_asy_key_generator_by_spec_test.cpp72 static HcfResult ConstructSm2256CommParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructSm2256CommParamsSpec() argument
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_zip_test.cpp55 struct DlpUsageSpec spec = { in initDlpFileCiper() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_hmac.c51 static int32_t HmacGenKeyCheckParam(const struct HksKeySpec *spec) in HmacGenKeyCheckParam() argument
61 int32_t HksOpensslHmacGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslHmacGenerateKey() argument
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_hmac.c44 int32_t HksMbedtlsHmacGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksMbedtlsHmacGenerateKey() argument
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_rsa_key.cpp33 HksKeySpec spec = {0}; member
226 HksKeySpec spec = { in HWTEST_F() local
[all...]

Completed in 12 milliseconds

12345678910>>...17