Home
last modified time | relevance | path

Searched full:param (Results 4876 - 4900 of 23670) sorted by relevance

1...<<191192193194195196197198199200>>...947

/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
H A DunresolvableSelfReferencingAwaitedUnion.types23 export async function myFunction(param: T1) {
24 >myFunction : (param: T1) => Promise<void>
25 >param : T1
27 const awaited = await param
29 >await param : 1 | T1[]
30 >param : T1
/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.
/third_party/typescript/tests/cases/conformance/jsdoc/
H A DjsdocTemplateTag3.ts10 * @param {T} t
11 * @param {U} u
12 * @param {V} v
13 * @param {W} w
14 * @param {X} x
30 * @param {T} x
H A DjsdocLiteral.ts5 * @param {'literal'} p1
6 * @param {"literal"} p2
7 * @param {'literal' | 'other'} p3
8 * @param {'literal' | number} p4
9 * @param {12 | true | 'str'} p5
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dindexer.js16 * @param {!BinaryStorage<!Field>} storage
17 * @param {number} fieldNumber
18 * @param {!WireType} wireType
19 * @param {number} startIndex
32 * @param {!BufferDecoder} bufferDecoder
33 * @param {number|undefined} pivot
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Diot_hmac.h20 * @param content: This is the content for the hmac,
22 * @param content_len: The length of the content
23 * @param key: This is the key for the hmac, and usually it is the time used in the client_id:
25 * @param key_len: The length of the key
26 * @param buf: used to storage the hmac code
27 * @param buf_len:the buf length
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Diot_hmac.h20 * @param content: This is the content for the hmac,
22 * @param content_len: The length of the content
23 * @param key: This is the key for the hmac, and usually it is the time used in the client_id:
25 * @param key_len: The length of the key
26 * @param buf: used to storage the hmac code
27 * @param buf_len:the buf length

Completed in 9 milliseconds

1...<<191192193194195196197198199200>>...947