Home
last modified time | relevance | path

Searched refs:params (Results 3151 - 3175 of 3720) sorted by relevance

1...<<121122123124125126127128129130>>...149

/third_party/openssl/test/
H A Devp_libctx_test.c665 OSSL_PARAM params[2]; in gen_dh_key() local
667 params[0] = OSSL_PARAM_construct_utf8_string("group", "ffdhe2048", 0); in gen_dh_key()
668 params[1] = OSSL_PARAM_construct_end(); in gen_dh_key()
672 || !TEST_true(EVP_PKEY_CTX_set_params(gctx, params)) in gen_dh_key()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrGLContext.cpp398 void GLContext::getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32 pname, int* params) in getFramebufferAttachmentParameteriv() argument
400 m_wrapper->glGetFramebufferAttachmentParameteriv(target, attachment, pname, params); in getFramebufferAttachmentParameteriv()
922 void GLContext::getIntegerv (deUint32 pname, int* params) in getIntegerv() argument
924 m_wrapper->glGetIntegerv(pname, params); in getIntegerv()
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dh_asy_key_generator_test.cpp1125 HcfAsyKeyGenParams params = { in HWTEST_F() local
1132 HcfResult res = HcfAsyKeyGeneratorSpiDhCreate(&params, &returnSpi); in HWTEST_F()
1149 HcfAsyKeyGenParams params = { in HWTEST_F() local
1156 HcfResult res = HcfAsyKeyGeneratorSpiDhCreate(&params, &returnSpi); in HWTEST_F()
1172 HcfAsyKeyGenParams params = { in HWTEST_F() local
1179 HcfResult res = HcfAsyKeyGeneratorSpiDhCreate(&params, &returnSpi); in HWTEST_F()
H A Dcrypto_rsa_asy_key_pem_test.cpp1522 HcfAsyKeyGenParams params = { in HWTEST_F() local
1528 HcfResult res = HcfAsyKeyGeneratorSpiRsaCreate(&params, &spiObj); in HWTEST_F()
1576 HcfAsyKeyGenParams params = { in HWTEST_F() local
1582 HcfResult res = HcfAsyKeyGeneratorSpiRsaCreate(&params, &spiObj); in HWTEST_F()
1630 HcfAsyKeyGenParams params = { in HWTEST_F() local
1636 HcfResult res = HcfAsyKeyGeneratorSpiRsaCreate(&params, &spiObj); in HWTEST_F()
/third_party/backends/backend/
H A Dmustek_pp_cis.c1557 if (!cis_read_line(dev, tmpbuf, dev->desc->params.pixels_per_line, in cis_get_next_line()
1562 for (ctr = 0; ctr < dev->desc->params.pixels_per_line; ctr++) in cis_get_next_line()
1586 memset (buf, 0xFF, dev->desc->params.bytes_per_line); in cis_get_lineart_line()
1588 for (ctr = 0; ctr < dev->desc->params.pixels_per_line; ctr++) in cis_get_lineart_line()
2541 SANE_Int pixels = dev->params.pixels_per_line; in cis_drv_start()
2773 cisdev->lines_left = dev->params.lines; in cis_drv_start()
H A Dibm.h279 SANE_Parameters params; member
H A Dumax.h486 SANE_Parameters params; member
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dssl3_record.c924 OSSL_PARAM params[2], *p = params; in ssl3_enc() local
934 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in ssl3_enc()
1214 OSSL_PARAM params[2], *p = params; in tls1_enc() local
1224 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in tls1_enc()
/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py953 class Signature(namedtuple('Signature', 'params returntype inline isforward')):
985 params = text[index:]
986 while params.count('(') <= params.count(')'):
990 params = text[index:]
995 return cls(params, returntype, inline, isforward)
1006 self.params,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp434 UnusedShaderStagesCase (tcu::TestContext& testCtx, const std::string& name, const UnusedShaderStageParams& params) in UnusedShaderStagesCase() argument
436 , m_params (params) in UnusedShaderStagesCase()
451 UnusedShaderStagesInstance (Context& context, const UnusedShaderStageParams& params) in UnusedShaderStagesInstance() argument
453 , m_params (params) in UnusedShaderStagesInstance()
1712 const UnusedShaderStageParams params { pipelineConstructionType, useTess, useGeom }; in createMiscTests()
1713 miscTests->addChild(new UnusedShaderStagesCase(testCtx, testName, params)); in createMiscTests()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiviewDrawTest.cpp46 std::ostream &operator<<(std::ostream &os, const MultiviewRenderTestParams &params) in operator <<() argument
49 static_cast<const MultiviewImplementationParams &>(params); in operator <<()
53 if (params.mSamples > 0) in operator <<()
55 os << "_samples_" << params.mSamples; in operator <<()
64 MultiviewFramebufferTestBase(const PlatformParameters &params, int samples) in MultiviewFramebufferTestBase() argument
65 : MultiviewTestBase(params), in MultiviewFramebufferTestBase()
/third_party/openssl/ssl/record/
H A Dssl3_record.c924 OSSL_PARAM params[2], *p = params; in ssl3_enc() local
934 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in ssl3_enc()
1214 OSSL_PARAM params[2], *p = params; in tls1_enc() local
1224 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in tls1_enc()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c1676 WebPDecParams* params = NULL; in VP8LDecodeImage() local
1686 params = (WebPDecParams*)io->opaque; in VP8LDecodeImage()
1687 assert(params != NULL); in VP8LDecodeImage()
1691 dec->output_ = params->output; in VP8LDecodeImage()
1694 if (!WebPIoInitFromOptions(params->options, io, MODE_BGRA)) { in VP8LDecodeImage()
1737 params->last_y = dec->last_out_row_; in VP8LDecodeImage()
/third_party/python/Lib/test/
H A Dtest_xmlrpc.py232 data = '<params><param><value><spam/></value></param></params>'
234 data = ('<params><param><value><array>'
236 '</array></value></param></params>')
238 data = ('<params><param><value><struct>'
241 '</struct></value></param></params>')
245 dump = '<params><param><value>%s</value></param></params>' % s
375 def dispatched_func(*params):
376 raise self.DispatchExc(params)
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp431 UnusedShaderStagesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const UnusedShaderStageParams& params) in UnusedShaderStagesCase() argument
433 , m_params (params) in UnusedShaderStagesCase()
448 UnusedShaderStagesInstance (Context& context, const UnusedShaderStageParams& params) in UnusedShaderStagesInstance() argument
450 , m_params (params) in UnusedShaderStagesInstance()
1412 const UnusedShaderStageParams params { pipelineConstructionType, useTess, useGeom }; in createMiscTests()
1413 miscTests->addChild(new UnusedShaderStagesCase(testCtx, testName, "", params)); in createMiscTests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c1972 EVP_PKEY *params = NULL; in crypto_ecdh_init() local
1991 params = EVP_PKEY_new(); in crypto_ecdh_init()
1992 if (!params || EVP_PKEY_set1_EC_KEY(params, ec_params) != 1) { in crypto_ecdh_init()
1998 kctx = EVP_PKEY_CTX_new(params, NULL); in crypto_ecdh_init()
2017 EVP_PKEY_free(params); in crypto_ecdh_init()
/base/print/print_fwk/services/print_service/include/
H A Dprint_cups_client.h135 void UpdateBorderlessJobParameter(json& optionJson, JobParameters *params);
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_device_manager_impl.cpp132 int32_t DeviceManagerImpl::SetUserOperation(const std::string &pkgName, int32_t action, const std::string &params) in SetUserOperation() argument
/base/security/certificate_manager/interfaces/innerkits/cert_manager_standard/main/include/
H A Dcm_type.h353 struct CmParam params[]; member
/base/security/crypto_framework/frameworks/native/src/
H A Dsignature.c30 HcfResult (*init)(HcfVerify *self, HcfParamsSpec *params, HcfPubKey *publicKey);
/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h96 int32_t GetGroupInfo(int32_t osAccountId, const QueryGroupParams *params, GroupEntryVec *returnGroupEntryVec);
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/
H A Dhks_keyblob_test.cpp69 struct HksParamSet paramSet = { .paramSetSize = 0, .paramsCnt = exceedCnt, .params = {} }; in HWTEST_F()
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_type.h119 struct HksParam params[]; member
/base/security/huks/interfaces/kits/c/include/
H A Dnative_huks_type.h788 struct OH_Huks_Param params[]; member
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_decoder_v21.h46 virtual void DealParams(const std::string &params, std::shared_ptr<VCardRawData> rawData, int32_t &errorCode);

Completed in 42 milliseconds

1...<<121122123124125126127128129130>>...149