Home
last modified time | relevance | path

Searched full:param (Results 5876 - 5900 of 21786) sorted by relevance

1...<<231232233234235236237238239240>>...872

/test/xts/acts/security/huks/security_huks_basic/huks_agree_promise_BasicTest/entry/src/ohosTest/js/test/Agree/
H A DSecurityHuksAgreeECDHBasicAbort63KBPromiseJsunit.test.js18 import { stringToUint8Array, checkSoftware } from '../../../../../../../utils/param/publicFunc';
19 import { HuksAgreeECDH } from '../../../../../../../utils/param/agree/publicAgreeParam';
20 import { publicAgreeFunc } from '../../../../../../../utils/param/agree/publicAgreePromise';
21 import { HksTag } from '../../../../../../../utils/param/publicParam';
22 import { checkAESChiper } from '../../../../../../../utils/param/checkAES';
/test/xts/acts/validator/acts_validator/entry/src/main/ets/pages/Notification/CustomNotification/notificationUtil/
H A DNotificationRequestUtil.ets23 * @param notificationContent
37 * @param notificationContent
38 * @param notificationWantAgent
53 * @param notificationContent
54 * @param notificationActionButtons
/third_party/ffmpeg/libavcodec/
H A Dxiph.h31 * @param[in] extradata The single chunk that combines all three headers
32 * @param[in] extradata_size The size of the extradata buffer
33 * @param[in] first_header_size The size of the first header, used to
35 * @param[out] header_start Pointers to the start of the three separate headers.
36 * @param[out] header_len The sizes of each of the three headers.
/third_party/ffmpeg/libavutil/
H A Dlls.h44 * @param m this context
45 * @param var training samples, starting with the value to be predicted
52 * @param m this context
53 * @param var training samples, excluding the value to be predicted. unaligned.
54 * @param order lpc order
/third_party/glslang/Test/baseResults/
H A Dspv.noDeadDecorations.vert.out18 Name 26 "param"
26 Decorate 26(param) RelaxedPrecision
46 26(param): 7(ptr) Variable Function
47 Store 26(param) 25
48 27: 6(float) FunctionCall 10(func(f1;) 26(param)
/third_party/icu/icu4c/source/common/
H A Dlstmbe.h54 * @param text A UText representing the text
55 * @param rangeStart The start of the range of dictionary characters
56 * @param rangeEnd The end of the range of dictionary characters
57 * @param foundBreaks Output of C array of int32_t break positions, or 0
58 * @param status Information on any errors encountered.
H A Dustrfmt.cpp19 * @param buffer UChar buffer to receive result
20 * @param capacity capacity of buffer
21 * @param i the unsigned number to be formatted
22 * @param radix the radix from 2..36
23 * @param minwidth the minimum width. If the result is narrower than
/third_party/mbedtls/tests/include/test/
H A Dasn1_helpers.h32 * \param p Upon entry, `*p` points to the first byte of the
37 * \param end The end of the ASN.1 buffer.
38 * \param min_bits Fail the test case if the integer does not have at
40 * \param max_bits Fail the test case if the integer has more than
42 * \param must_be_odd Fail the test case if the integer is even.
/third_party/jsframework/runtime/main/reactivity/
H A Dobject.js13 * @param {String} key
14 * @param {*} val
46 * @param {String} key
47 * @param {*} val
63 * @param {String} key
/third_party/json/include/nlohmann/detail/
H A Dstring_escape.hpp20 @param[in,out] s the string to manipulate; changed so that all
22 @param[in] f the substring to replace with @a t
23 @param[in] t the string to replace @a f
44 * @param[in] s string to escape
59 * @param[in] s string to unescape
/third_party/mbedtls/include/mbedtls/
H A Dtiming.h53 * \param data Pointer to timing data.
55 * \param int_ms First (intermediate) delay in milliseconds.
57 * \param fin_ms Second (final) delay in milliseconds.
69 * \param data Pointer to timing data
82 * \param data Pointer to timing data
/third_party/node/deps/icu-small/source/common/
H A Dustrfmt.cpp19 * @param buffer char16_t buffer to receive result
20 * @param capacity capacity of buffer
21 * @param i the unsigned number to be formatted
22 * @param radix the radix from 2..36
23 * @param minwidth the minimum width. If the result is narrower than
H A Dlstmbe.h54 * @param text A UText representing the text
55 * @param rangeStart The start of the range of dictionary characters
56 * @param rangeEnd The end of the range of dictionary characters
57 * @param foundBreaks Output of C array of int32_t break positions, or 0
58 * @param status Information on any errors encountered.
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D25-2.c29 struct sched_param param; in main() local
37 if (sched_getparam(0, &param) != 0) { in main()
42 if (sched_setscheduler(0, SCHED_SPORADIC, &param) == -1) { in main()
57 param.sched_ss_low_priority = invalid_priority; in main()
59 result = sched_setparam(0, &param); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D15-1.c12 * value specified in param.
34 struct sched_param param; in main() local
59 param.sched_priority = sched_get_priority_min(new_policy); in main()
60 if (sched_setscheduler(getpid(), new_policy, &param) == -1) { in main()
70 if (pthread_getschedparam(tid, &policy, &param) != 0) { in main()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_texture.h41 * \param face Cubemap face.
42 * \param in_st 4 pairs of 2D texture coordinates to convert.
43 * \param in_stride Stride of in_st in floats.
44 * \param out_str STR cubemap texture coordinates to compute.
45 * \param out_stride Stride of out_str in floats.
/third_party/libcoap/include/coap3/
H A Dcoap_hashkey_internal.h32 * @param s The string used for hash calculation.
33 * @param len The length of @p s.
34 * @param h The result buffer to store the calculated hash key.
50 * @param Str Must contain a pointer to a coap string object.
51 * @param H A coap_key_t object to store the result.
/third_party/skia/src/codec/
H A DSkSampler.h41 * @param row Row of the image, starting with the first row in the subset.
54 * @param info
59 * @param dst
62 * @param rowBytes
65 * @param zeroInit
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
H A DTableBasedTableBuilder.java28 * @param <T> the type of table to be built
36 * @param header
37 * @param data
46 * @param header
47 * @param data
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/frag/
H A Ddemote-impure-function-call.vk.nocompat.asm.frag20 OpName %param "param"
44 %param = OpVariable %_ptr_Function_int Function
46 OpStore %param %29
47 %30 = OpFunctionCall %v4float %foobar_i1_ %param
H A Ddiscard-impure-function-call.asm.frag17 OpName %param "param"
41 %param = OpVariable %_ptr_Function_int Function
43 OpStore %param %30
44 %31 = OpFunctionCall %v4float %foobar_i1_ %param
/third_party/skia/third_party/externals/tint/src/ast/
H A Dcase_statement.h33 /// @param pid the identifier of the program that owns this node
34 /// @param src the source of this node
35 /// @param selectors the case selectors
36 /// @param body the case body
50 /// @param ctx the clone context
H A Dswitch_statement.h28 /// @param pid the identifier of the program that owns this node
29 /// @param src the source of this node
30 /// @param condition the switch condition
31 /// @param body the switch body
45 /// @param ctx the clone context
/third_party/skia/third_party/externals/tint/src/sem/
H A Dcall.h31 /// @param declaration the AST node
32 /// @param target the call target
33 /// @param arguments the call arguments
34 /// @param statement the statement that owns this expression
35 /// @param constant the constant value of this expression
/third_party/skia/third_party/externals/tint/src/transform/
H A Dcalculate_array_length.h40 /// @param program_id the identifier of the program that owns this node
49 /// @param ctx the clone context
62 /// @param ctx the CloneContext primed with the input program and
64 /// @param inputs optional extra transform-specific input data
65 /// @param outputs optional extra transform-specific output data

Completed in 12 milliseconds

1...<<231232233234235236237238239240>>...872