Home
last modified time | relevance | path

Searched full:param (Results 8326 - 8350 of 16566) sorted by relevance

1...<<331332333334335336337338339340>>...663

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java173 * @param tuple
184 * @param tuple
185 * @param fmt
342 * @param tuple
355 * @param tuple
356 * @param fmt
590 * @param tuple
617 * @param tuple
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java176 * @param tuple
187 * @param tuple
188 * @param fmt
345 * @param tuple
358 * @param tuple
359 * @param fmt
593 * @param tuple
620 * @param tuple
/third_party/mbedtls/library/
H A Dchacha20.c55 * \param state ChaCha20 state to modify.
56 * \param a The index of 'a' in the state.
57 * \param b The index of 'b' in the state.
58 * \param c The index of 'c' in the state.
59 * \param d The index of 'd' in the state.
94 * \param state The ChaCha20 state to update.
112 * \param initial_state The initial ChaCha20 state (key, nonce, counter).
113 * \param keystream Generated keystream bytes are written to this buffer.
/third_party/libabigail/tests/
H A Dtest-read-dwarf.cc596 /// @param InOutSpec the array containing set of tests.
598 /// @param a_out_abi_base the output base directory for abixml files.
600 /// @param a_in_elf_base the input base directory for object files.
602 /// @param a_in_elf_base the input base directory for expected
658 /// @param s the @ref abigail::tests::read_common::InOutSpec
661 /// @param a_out_abi_base the output base directory for abixml files.
663 /// @param a_in_elf_base the input base directory for object files.
665 /// @param a_in_abi_base the input base directory for abixml files.
H A Dmockfedabipkgdiff.in304 :param str baseurl: the URL to remote kojihub service. As of writing
317 :param str name: name of package to find and return
331 :param int build_id: ID of build to find and return
345 :param int packageID: ID of package whose builds is found and returned
346 :param state: build state. If state is omitted, all builds of a package
365 :param dict rpminfo: a mapping containing rpm information, at least,
381 :param int buildID: ID of build from which to list rpms
382 :param arches: to list rpms built for specific arches. If arches is
/third_party/lwip/src/core/ipv6/
H A Ddhcp6.c181 * @param netif the netif for which to set the struct dhcp
182 * @param dhcp6 (uninitialised) dhcp6 struct allocated by the application
204 * @param netif the netif from which to remove the struct dhcp
369 * @param netif the netif under DHCPv6 control
370 * @param dhcp6 dhcp6 control struct
371 * @param message_type message type of the request
372 * @param opt_len_alloc option length to allocate
373 * @param options_out_len option length on exit
/third_party/lwip/src/netif/
H A Dlowpan6.c205 * @param p input pbuf, p->payload pointing at the IEEE 802.15.4 header
206 * @param src pointer to source address filled from the header
207 * @param dest pointer to destination address filled from the header
584 * @param netif The lwIP network interface which the IP packet will be sent on.
585 * @param q The pbuf(s) containing the IP packet to be sent.
586 * @param ip6addr The IP address of the packet destination.
934 * @param p the received packet, p->payload pointing to the
936 * @param inp the network interface on which the packet was received
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c215 * @param desc the pixel format for the packed pixel value
216 * @param packed integer pixel in a format such as PIPE_FORMAT_B8G8R8A8_UNORM
358 * @param rgba 4 float vector with the unpacked components.
462 * \param format_desc describes format of the image we're fetching from
463 * \param aligned whether the data is guaranteed to be aligned
464 * \param ptr address of the pixel block (or the texel if uncompressed)
465 * \param i, j the sub-block pixel coordinates. For non-compressed formats
467 * \param cache optional value pointing to a lp_build_format_cache structure
/third_party/mindspore/patches/
H A D0022-adapter-HiAI-Foundation-NPU.patch115 +int ExtensionOptionsParser::Parse(const std::vector<Extension> &extensions, ExtensionOptions *param) {
116 + MS_CHECK_TRUE_RET(param != nullptr, RET_ERROR);
118 + DoParseCachePath(extensions, &param->cache_path_);
119 + DoParseCacheVersion(extensions, &param->cache_version_);
120 + DoParseBondMode(extensions, &param->band_mode);
121 + DoParseQuantConfig(extensions, &param->quant_config, &param->quant_config_size);
212 + static int Parse(const std::vector<Extension> &extensions, ExtensionOptions *param);
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert.c388 X509_VERIFY_PARAM *param; in ssl_verify_cert_chain() local
409 param = X509_STORE_CTX_get0_param(ctx); in ssl_verify_cert_chain()
415 X509_VERIFY_PARAM_set_auth_level(param, SSL_get_security_level(s)); in ssl_verify_cert_chain()
436 * Anything non-default in "s->param" should overwrite anything in the ctx. in ssl_verify_cert_chain()
438 X509_VERIFY_PARAM_set1(param, s->param); in ssl_verify_cert_chain()
464 X509_VERIFY_PARAM_move_peername(s->param, param); in ssl_verify_cert_chain()
/third_party/openssl/test/
H A Dparams_test.c616 OSSL_PARAM param; in check_int_from_text() local
620 if (!OSSL_PARAM_allocate_from_text(&param, params_from_text, in check_int_from_text()
629 if (param.data_size == 0) { in check_int_from_text()
630 OPENSSL_free(param.data); in check_int_from_text()
635 res = OSSL_PARAM_get_long(&param, &val); in check_int_from_text()
636 OPENSSL_free(param.data); in check_int_from_text()
648 if (param.data_size != a.expected_bufsize) { in check_int_from_text()
651 (int)a.expected_bufsize, (int)param.data_size); in check_int_from_text()
/third_party/openGLES/extensions/NV/
H A DNV_point_sprite.txt207 void PointParameteriNV(enum pname, int param)
227 respectively, then the value of <param> or the value pointed to by
241 POINT_SPRITE_R_MODE_NV, then the value of <param> or the value
264 void PointParameter{if}NV(enum pname, T param)
267 where pname is POINT_SPRITE_R_MODE_NV. The possible values for param
273 void TexEnv{if}(enum target, enum pname, T param)
277 possible values for param are FALSE and TRUE. The default value for
387 4 INT32 param
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.hpp296 * @param value Query counter value as retrieved by the test iteration.
297 * @param value_type Null-terminated string holding the name of the type
299 * @param n_expected_values Number of possible expected values.
300 * @param expected_values Array of possible expected values.
301 * @param query_type Type of the query used by the test iteration.
302 * @param draw_call_type_name Type of the draw call used by the test iteration.
303 * @param primitive_type_name Primitive type used for the test iteration's draw call.
304 * @param is_primitive_restart_enabled true if the test iteration was run with "primitive restart"
H A Dgl4cContextFlushControlTests.cpp48 * @param [in] context OpenGL context.
67 * @param [in] context OpenGL context.
140 * @param [in] context Render context to be used with the test.
141 * @param [in] expected_value Expected value to be returned by glGet*v function.
225 * @param [in] context OpenGL context.
321 * @param [in] shall_flush_on_release Flag indicating that contexts shall flush when switched.
380 * @param [in] test_context Test context for platform, logging and switching to default context on destruction.
381 * @param [in] shall_flush_on_release Flag indicating that contexts shall flush when switched.
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPrimitiveCoverage.cpp192 * @param context Test context
193 * @param name Test case's name
194 * @param description Test case's description
564 * @param po_id program object handle to draw tesselated primitive
565 * @param n_patch_vertices number of input vertices for a single patch (must
567 * @param n_draw_call_vertices number of input vertices for a reference draw call
569 * @param inner_levels array of the inner tessellation levels
570 * @param outer_levels array of the outer tessellation levels
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/
H A Dcov-multiple-functions-global-never-change.amber213 OpName %188 "param"
214 OpName %193 "param"
219 OpName %220 "param"
221 OpName %259 "param"
222 OpName %267 "param"
223 OpName %270 "param"
224 OpName %275 "param"
225 OpName %285 "param"
H A Dstable-colorgrid-modulo-float-mat-determinant-clamp.amber101 OpName %86 "param"
102 OpName %90 "param"
103 OpName %94 "param"
104 OpName %98 "param"
412 OpName %129 "param"
413 OpName %132 "param"
414 OpName %136 "param"
415 OpName %139 "param"
H A Dstable-colorgrid-modulo-injected-conditional-true.amber101 OpName %86 "param"
102 OpName %90 "param"
103 OpName %94 "param"
104 OpName %98 "param"
407 OpName %86 "param"
408 OpName %90 "param"
409 OpName %94 "param"
410 OpName %98 "param"
H A Dstable-colorgrid-modulo-true-conditional-divided-1.amber133 OpName %86 "param"
134 OpName %90 "param"
135 OpName %94 "param"
136 OpName %98 "param"
407 OpName %86 "param"
408 OpName %90 "param"
409 OpName %94 "param"
410 OpName %98 "param"
H A Dstable-colorgrid-modulo-true-conditional-simple-loop.amber101 OpName %86 "param"
102 OpName %90 "param"
103 OpName %94 "param"
104 OpName %98 "param"
417 OpName %86 "param"
418 OpName %90 "param"
419 OpName %94 "param"
420 OpName %98 "param"
H A Dstable-colorgrid-modulo-vec3-values-from-matrix.amber103 OpName %86 "param"
104 OpName %90 "param"
105 OpName %94 "param"
106 OpName %98 "param"
413 OpName %86 "param"
414 OpName %90 "param"
415 OpName %94 "param"
416 OpName %98 "param"
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.h240 * @param GrColorType The colorType which this atlas will store
241 * @param width width in pixels of the atlas
242 * @param height height in pixels of the atlas
243 * @param numPlotsX The number of plots the atlas should be broken up into in the X
245 * @param numPlotsY The number of plots the atlas should be broken up into in the Y
247 * @param atlasGeneration a pointer to the context's generation counter.
248 * @param allowMultitexturing Can the atlas use more than one texture.
249 * @param evictor A pointer to an eviction callback class.
/third_party/openssl/ssl/
H A Dssl_cert.c388 X509_VERIFY_PARAM *param; in ssl_verify_cert_chain() local
409 param = X509_STORE_CTX_get0_param(ctx); in ssl_verify_cert_chain()
415 X509_VERIFY_PARAM_set_auth_level(param, SSL_get_security_level(s)); in ssl_verify_cert_chain()
436 * Anything non-default in "s->param" should overwrite anything in the ctx. in ssl_verify_cert_chain()
438 X509_VERIFY_PARAM_set1(param, s->param); in ssl_verify_cert_chain()
464 X509_VERIFY_PARAM_move_peername(s->param, param); in ssl_verify_cert_chain()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_opengl3_loader.h174 typedef void (APIENTRYP PFNGLTEXPARAMETERIPROC) (GLenum target, GLenum pname, GLint param);
180 typedef void (APIENTRYP PFNGLPIXELSTOREIPROC) (GLenum pname, GLint param);
190 GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param);
196 GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param);
370 typedef void (APIENTRYP PFNGLGETTRANSFORMFEEDBACKI_VPROC) (GLuint xfb, GLenum pname, GLuint index, GLint *param);
371 typedef void (APIENTRYP PFNGLGETTRANSFORMFEEDBACKI64_VPROC) (GLuint xfb, GLenum pname, GLuint index, GLint64 *param);
393 typedef void (APIENTRYP PFNGLGETVERTEXARRAYINTEGERI_VEXTPROC) (GLuint vaobj, GLuint index, GLenum pname, GLint *param);
394 typedef void (APIENTRYP PFNGLGETVERTEXARRAYPOINTERI_VEXTPROC) (GLuint vaobj, GLuint index, GLenum pname, void **param);
/third_party/skia/src/ports/skia_ohos/
H A DHmSymbolConfig_ohos.cpp103 * \param err the id of an error
128 * \param err the id of an error
129 * \param key the key which indicates the the part with the error
130 * \param expected the expected type of json node.
132 * \param actual the actual type of json node.
165 * \param fname the full name of the font configuration file
166 * \param[out] size the size of data returned to the caller
244 * \param fname the full name of the font configuration document

Completed in 59 milliseconds

1...<<331332333334335336337338339340>>...663