Home
last modified time | relevance | path

Searched full:param (Results 4851 - 4875 of 27534) sorted by relevance

1...<<191192193194195196197198199200>>...1102

/test/xts/acts/graphic/graphicDrawingFont/entry/src/ohosTest/ets/MainAbility/common/
H A DLog.ets27 * @param {string} tag - Page or class tag
28 * @param {string} log - Log needs to be printed
37 * @param {string} tag - Page or class tag
38 * @param {string} log - Log needs to be printed
47 * @param {string} tag - Page or class tag
48 * @param {string} log - Log needs to be printed
/test/xts/acts/graphic/graphicImage/entry/src/ohosTest/ets/MainAbility/common/
H A DLog.ets27 * @param {string} tag - Page or class tag
28 * @param {string} log - Log needs to be printed
37 * @param {string} tag - Page or class tag
38 * @param {string} log - Log needs to be printed
47 * @param {string} tag - Page or class tag
48 * @param {string} log - Log needs to be printed
/test/xts/acts/graphic/component3D/entry/src/ohosTest/ets/MainAbility/common/
H A DLog.ets27 * @param {string} tag - Page or class tag
28 * @param {string} log - Log needs to be printed
37 * @param {string} tag - Page or class tag
38 * @param {string} log - Log needs to be printed
47 * @param {string} tag - Page or class tag
48 * @param {string} log - Log needs to be printed
/third_party/ffmpeg/libavcodec/
H A Dcga_data.h38 * @param dst Destination pixel buffer
39 * @param linesize Linesize (pixels)
40 * @param font Font table. We assume font width is always 8 pixels wide.
41 * @param font_height Font height (pixels)
42 * @param fg,bg Foreground and background palette index
43 * @param ch Character to draw
H A Dmss34dsp.h31 * @param qmat destination matrix
32 * @param quality quality setting (1-100)
33 * @param luma generate quantisation matrix for luma or chroma
40 * @param dst output plane
41 * @param stride output plane stride
42 * @param block block to transform and output
/third_party/elfutils/libdw/
H A Ddwarf_macro_param2.c43 Dwarf_Attribute param; in dwarf_macro_param2()
44 if (dwarf_macro_param (macro, 1, &param) != 0) in dwarf_macro_param2()
47 if (param.form == DW_FORM_string in dwarf_macro_param2()
48 || param.form == DW_FORM_strp) in dwarf_macro_param2()
50 *strp = dwarf_formstring (&param); in dwarf_macro_param2()
54 return dwarf_formudata (&param, paramp); in dwarf_macro_param2()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DDictionaryMatcher.java21 * @param text A CharacterIterator representing the text. The iterator is
23 * @param maxLength The maximum number of code units to match.
24 * @param lengths An array that is filled with the lengths of words that matched.
25 * @param count Filled with the number of elements output in lengths.
26 * @param limit The maximum amount of words to output. Must be less than or equal to lengths.length.
27 * @param values Filled with the weight values associated with the various words.
/third_party/lzma/CPP/Windows/
H A DThread.h23 WRes Create(THREAD_FUNC_TYPE startAddress, LPVOID param) in Create() argument
24 { return Thread_Create(&thread, startAddress, param); } in Create()
25 WRes Create_With_Affinity(THREAD_FUNC_TYPE startAddress, LPVOID param, CAffinityMask affinity) in Create_With_Affinity() argument
26 { return Thread_Create_With_Affinity(&thread, startAddress, param, affinity); } in Create_With_Affinity()
27 WRes Create_With_CpuSet(THREAD_FUNC_TYPE startAddress, LPVOID param, const CCpuSet *cpuSet) in Create_With_CpuSet() argument
28 { return Thread_Create_With_CpuSet(&thread, startAddress, param, cpuSet); } in Create_With_CpuSet()
/third_party/musl/src/thread/liteos_a/
H A Dpthread_clone.c32 struct user_param param; in __thread_clone() local
38 param.user_area = TP_ADJ(thread); in __thread_clone()
39 param.user_sp = sp; in __thread_clone()
40 param.map_base = thread->map_base; in __thread_clone()
41 param.map_size = thread->map_size; in __thread_clone()
42 ret = __syscall(SYS_create_user_thread, func, &param, join_flag); in __thread_clone()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
H A D1-1.c12 * process specified by pid in the sched_param structure pointed to by param.
22 struct sched_param param; in main() local
25 param.sched_priority = -1; in main()
27 result = sched_getparam(getpid(), &param); in main()
29 if (result == 0 && param.sched_priority != -1 && errno == 0) { in main()
44 if (param.sched_priority == -1) { in main()
/third_party/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.h17 * @param distanceField The distance field to be generated. Should already be allocated
19 * @param path The path we're using to generate the distance field.
20 * @param matrix Transformation matrix for path.
21 * @param width Width of the distance field.
22 * @param height Height of the distance field.
23 * @param rowBytes Size of each row in the distance field, in bytes.
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
H A DGenericTableBuilder.java31 * @param header the header information
32 * @param data the data holding the table
40 * @param header
41 * @param data
48 * @param header
49 * @param data
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/vert/
H A Dread-from-row-major-array.vert20 float param = a.x;
26 return (compare_float(param, param_1) * compare_float(param_2, param_3)) * compare_float(param_4, param_5);
31 vec3 param = a[0];
35 return compare_vec3(param, param_1) * compare_vec3(param_2, param_3);
42 mat2x3 param = spvWorkaroundRowMajor(_104.var[0][0]);
44 result *= compare_mat2x3(param, param_1);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/vert/
H A Dread-from-row-major-array.vert29 float param = a.x;
35 return (compare_float(param, param_1) * compare_float(param_2, param_3)) * compare_float(param_4, param_5);
40 float3 param = a[0];
44 return compare_vec3(param, param_1) * compare_vec3(param_2, param_3);
51 float2x3 param = _104_var[0][0];
53 result *= compare_mat2x3(param, param_1);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vert/
H A Dread-from-row-major-array.vert33 float param = a.x;
39 return (compare_float(param, param_1) * compare_float(param_2, param_3)) * compare_float(param_4, param_5);
45 float3 param = a[0];
49 return compare_vec3(param, param_1) * compare_vec3(param_2, param_3);
57 float2x3 param = transpose(float3x2(_104.var[0][0][0].xy, _104.var[0][0][1].xy, _104.var[0][0][2].xy));
59 result *= compare_mat2x3(param, param_1);
/third_party/skia/third_party/externals/tint/src/ast/
H A Dif_statement.h29 /// @param pid the identifier of the program that owns this node
30 /// @param src the source of this node
31 /// @param condition the if condition
32 /// @param body the if body
33 /// @param else_stmts the else statements
45 /// @param ctx the clone context
H A Dreturn_statement.h28 /// @param pid the identifier of the program that owns this node
29 /// @param src the source of this node
33 /// @param pid the identifier of the program that owns this node
34 /// @param src the source of this node
35 /// @param value the return value
43 /// @param ctx the clone context
/third_party/skia/third_party/externals/tint/src/sem/
H A Dloop_statement.h34 /// @param declaration the AST node for this loop statement
35 /// @param parent the owning statement
36 /// @param function the owning function
50 /// @param declaration the AST node for this block statement
51 /// @param parent the owning statement
52 /// @param function the owning function
/third_party/typescript/tests/baselines/reference/
H A DcheckJsdocTypedefInParamTag1.js10 * @param {Opts} opts
23 * @param {AnotherOpts} opts
38 * @param {Opts1} opts
55 * @param {Opts} opts
66 * @param {AnotherOpts} opts
79 * @param {Opts1} opts
H A DparamTagWrapping.symbols3 * @param
5 * @param {number}
7 * @param {number} z
23 * @param *
25 * @param {number}
27 * @param {number} * z
H A DparamTagWrapping.types3 * @param
5 * @param {number}
7 * @param {number} z
27 * @param *
29 * @param {number}
31 * @param {number} * z
H A DjsDeclarationsClassAccessor.js24 * @param {*} tokeniser
35 * @param {*} defs
52 * @param {*} tokeniser
61 * @param {*} defs
78 * @param {*} tokeniser
83 * @param {*} defs
H A DjsDeclarationsParameterTagReusesInputNodeInEmit1.js20 * @param {import('./base')} factory
27 * @param {InstanceType<BaseFactory["Base"]>} base
48 * @param {import('./base')} factory
54 * @param {InstanceType<BaseFactory["Base"]>} base
80 * @param {import('./base')} factory
86 * @param {InstanceType<BaseFactory["Base"]>} base
H A DjsDeclarationsSubclassWithExplicitNoArgumentConstructor.js4 * @param {string} firstArg
5 * @param {string} secondArg
37 * @param {string} firstArg
38 * @param {string} secondArg
58 * @param {string} firstArg
59 * @param {string} secondArg
/third_party/typescript/src/lib/
H A Des2021.weakref.d.ts16 * @param target The target object for the WeakRef instance.
28 * @param target The target object to register.
29 * @param heldValue The value to pass to the finalizer for this object. This cannot be the
31 * @param unregisterToken The token to pass to the unregister method to unregister the target
39 * @param unregisterToken The token that was used as the unregisterToken argument when calling
50 * @param cleanupCallback The callback to call after an object in the registry has been reclaimed.

Completed in 15 milliseconds

1...<<191192193194195196197198199200>>...1102