/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/ |
H A D | hks_client_check_test.cpp | 57 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 D | af_superequalizer.c | 40 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 D | hp.c | 919 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 D | generate_test_runner.rb | 107 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 D | pcm_hooks.c | 111 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 D | crypto.h | 3712 * 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 D | psa_crypto_rsa.c | 244 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 D | vertexshader9.c | 73 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 D | node_internals.h | 307 v8::Isolate* NewIsolate(v8::Isolate::CreateParams* params, 338 void SetIsolateCreateParamsForNode(v8::Isolate::CreateParams* params);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_const.c | 112 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 D | exchange.c | 200 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 D | sunau.py | 408 def setparams(self, params): 409 nchannels, sampwidth, framerate, nframes, comptype, compname = params
|
H A D | wave.py | 516 def setparams(self, params): 517 nchannels, sampwidth, framerate, nframes, comptype, compname = params
|
/third_party/openssl/crypto/evp/ |
H A D | exchange.c | 200 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 D | vktMemoryModelSharedLayoutCase.cpp | 369 const vk::VkBufferCreateInfo params = in iterate() local 381 vk::Move<vk::VkBuffer> buffer (vk::createBuffer(vk, device, ¶ms)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayoutCase.cpp | 369 const vk::VkBufferCreateInfo params = in iterate() local 381 vk::Move<vk::VkBuffer> buffer (vk::createBuffer(vk, device, ¶ms)); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DXGISwapChainWindowSurfaceWGL.cpp | 162 DXGI_PRESENT_PARAMETERS params = {1, &rect, nullptr, nullptr}; in postSubBuffer() local 163 result = mSwapChain1->Present1(mSwapInterval, 0, ¶ms); in postSubBuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL3.cpp | 316 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 D | validationGL3_autogen.h | 195 const GLint64 *params); 200 const GLuint64 *params);
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | ComputeLayoutMemoryBufferTests.cpp | 347 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 D | pfrobjs.c | 72 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 D | t1objs.c | 299 * 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 D | resolver.h | 164 /// @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 D | zero_init_workgroup_memory.cc | 141 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 D | registry.py | 79 params=None variable in Command 346 params=NameIndex(list(map(parseParam, eCmd.findall('param')))))
|