Home
last modified time | relevance | path

Searched refs:params (Results 3076 - 3100 of 3720) sorted by relevance

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

/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/
H A Dhks_client_check_test.cpp57 static int32_t InitParamSet(struct HksParamSet **paramSet, const struct HksParam *params, uint32_t paramcount) in InitParamSet() argument
65 ret = HksAddParams(*paramSet, params, paramcount); in InitParamSet()
/third_party/ffmpeg/libavfilter/
H A Daf_superequalizer.c40 EqParameter params[NBANDS + 1]; member
292 make_fir(s, s->gains, s->gains, s->params, outlink->sample_rate); in config_output()
/third_party/backends/backend/
H A Dhp.c919 sane_get_parameters (SANE_Handle handle, SANE_Parameters *params) in sane_get_parameters() argument
926 status = sanei_hp_handle_getParameters(h, params); in sane_get_parameters()
/third_party/cJSON/tests/unity/auto/
H A Dgenerate_test_runner.rb107 params = Regexp.last_match(4)
113 tests_and_line_numbers << { test: name, args: args, call: call, params: params, line_number: 0 }
396 if test[:params].nil? || test[:params].empty?
399 output.puts("void #{test[:test]}(#{test[:params]});")
/third_party/alsa-lib/src/pcm/
H A Dpcm_hooks.c111 static int snd_pcm_hooks_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) in snd_pcm_hooks_hw_params() argument
115 int err = snd_pcm_generic_hw_params(pcm, params); in snd_pcm_hooks_hw_params()
/third_party/mbedtls/include/psa/
H A Dcrypto.h3712 * and `params_data_length == 0` (i.e. `params->data` is empty).
3784 * \param[in] params Customization parameters for the key derivation.
3794 * Length of `params->data` in bytes.
3840 const psa_key_production_parameters_t *params,
4100 * and `params_data_length == 0` (i.e. `params->data` is empty).
4148 * \param[in] params Customization parameters for the key generation.
4154 * Length of `params->data` in bytes.
4184 const psa_key_production_parameters_t *params,
/third_party/mbedtls/library/
H A Dpsa_crypto_rsa.c244 const psa_key_production_parameters_t *params, size_t params_data_length, in mbedtls_psa_rsa_generate_key()
253 status = psa_rsa_read_exponent(params->data, params_data_length, in mbedtls_psa_rsa_generate_key()
242 mbedtls_psa_rsa_generate_key( const psa_key_attributes_t *attributes, const psa_key_production_parameters_t *params, size_t params_data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length) mbedtls_psa_rsa_generate_key() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexshader9.c73 info.swvp_on = !!(device->params.BehaviorFlags & D3DCREATE_SOFTWARE_VERTEXPROCESSING); in NineVertexShader9_ctor()
79 (device->params.BehaviorFlags & D3DCREATE_MIXED_VERTEXPROCESSING)) { in NineVertexShader9_ctor()
/third_party/node/src/
H A Dnode_internals.h307 v8::Isolate* NewIsolate(v8::Isolate::CreateParams* params,
338 void SetIsolateCreateParamsForNode(v8::Isolate::CreateParams* params);
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_const.c112 uint32_t *params, int num_params) in emit_stage_tess_consts()
118 fd6_emit_const_user(ring, v, regid * 4, num_params, params); in emit_stage_tess_consts()
111 emit_stage_tess_consts(struct fd_ringbuffer *ring, struct ir3_shader_variant *v, uint32_t *params, int num_params) emit_stage_tess_consts() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dexchange.c200 int EVP_PKEY_derive_init_ex(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]) in EVP_PKEY_derive_init_ex() argument
342 ret = exchange->init(ctx->op.kex.algctx, provkey, params); in EVP_PKEY_derive_init_ex()
/third_party/python/Lib/
H A Dsunau.py408 def setparams(self, params):
409 nchannels, sampwidth, framerate, nframes, comptype, compname = params
H A Dwave.py516 def setparams(self, params):
517 nchannels, sampwidth, framerate, nframes, comptype, compname = params
/third_party/openssl/crypto/evp/
H A Dexchange.c200 int EVP_PKEY_derive_init_ex(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]) in EVP_PKEY_derive_init_ex() argument
342 ret = exchange->init(ctx->op.kex.algctx, provkey, params); in EVP_PKEY_derive_init_ex()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp369 const vk::VkBufferCreateInfo params = in iterate() local
381 vk::Move<vk::VkBuffer> buffer (vk::createBuffer(vk, device, &params)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp369 const vk::VkBufferCreateInfo params = in iterate() local
381 vk::Move<vk::VkBuffer> buffer (vk::createBuffer(vk, device, &params)); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp162 DXGI_PRESENT_PARAMETERS params = {1, &rect, nullptr, nullptr}; in postSubBuffer() local
163 result = mSwapChain1->Present1(mSwapInterval, 0, &params); in postSubBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL3.cpp316 const GLint64 *params) in ValidateGetQueryObjecti64v()
325 const GLuint64 *params) in ValidateGetQueryObjectui64v()
312 ValidateGetQueryObjecti64v(const Context *context, angle::EntryPoint entryPoint, QueryID id, GLenum pname, const GLint64 *params) ValidateGetQueryObjecti64v() argument
321 ValidateGetQueryObjectui64v(const Context *context, angle::EntryPoint entryPoint, QueryID id, GLenum pname, const GLuint64 *params) ValidateGetQueryObjectui64v() argument
H A DvalidationGL3_autogen.h195 const GLint64 *params);
200 const GLuint64 *params);
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DComputeLayoutMemoryBufferTests.cpp347 auto params = MakeParamGenerator<ComputeLayoutMemoryBufferTestParams>( in GenerateParams() local
504 for (auto param : params) { in GenerateParams()
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrobjs.c72 FT_Parameter* params ) in FT_LOCAL_DEF()
78 FT_UNUSED( params ); in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1objs.c299 * params ::
314 FT_Parameter* params ) in FT_LOCAL_DEF()
324 FT_UNUSED( params ); in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.h164 /// @param params the parameters to the method call
170 const ast::ExpressionList& params,
503 const std::vector<const sem::Type*> params);
/third_party/skia/third_party/externals/tint/src/transform/
H A Dzero_init_workgroup_memory.cc141 for (auto* param : fn->params) { in Run()
171 ctx.InsertBack(fn->params, param); in Run()
/third_party/vk-gl-cts/scripts/khr_util/
H A Dregistry.py79 params=None variable in Command
346 params=NameIndex(list(map(parseParam, eCmd.findall('param')))))

Completed in 30 milliseconds

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