Home
last modified time | relevance | path

Searched full:param (Results 4926 - 4950 of 19744) sorted by relevance

1...<<191192193194195196197198199200>>...790

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DLanguageBreakEngine.java20 * @param c A Unicode codepoint value
27 * @param text The text to break over. The iterator is left at
29 * @param startPos The index of the beginning of the range
30 * @param endPos The index of the possible end of our range. It is possible,
32 * @param foundBreaks A data structure to receive the break positions.
/third_party/node/lib/stream/
H A Dconsumers.js26 * @param {AsyncIterable|ReadableStream|Readable} stream
37 * @param {AsyncIterable|ReadableStream|Readable} stream
46 * @param {AsyncIterable|ReadableStream|Readable} stream
54 * @param {AsyncIterable|ReadableStream|Readable} stream
73 * @param {AsyncIterable|ReadableStream|Readable} stream
/third_party/mesa3d/src/mapi/glapi/gen/
H A DEXT_texture_array.xml33 <param name="target" type="GLenum"/>
34 <param name="attachment" type="GLenum"/>
35 <param name="texture" type="GLuint"/>
36 <param name="level" type="GLint"/>
37 <param name="layer" type="GLint"/>
H A DNV_viewport_swizzle.xml11 <param name="index" type="GLuint"/>
12 <param name="swizzlex" type="GLenum"/>
13 <param name="swizzley" type="GLenum"/>
14 <param name="swizzlez" type="GLenum"/>
15 <param name="swizzlew" type="GLenum"/>
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ddenseranges.h27 * @param values Sorted array of signed-integer values.
28 * @param length Number of values.
29 * @param density Minimum average range density, in 256th. (0x100=100%=perfectly dense.)
31 * @param ranges Output ranges array.
32 * @param capacity Maximum number of ranges.
/third_party/skia/src/codec/
H A DSkBmpMaskCodec.h28 * @param info contains properties of the encoded data
29 * @param stream the stream of encoded image data
30 * @param bitsPerPixel the number of bits used to store each pixel
31 * @param masks color masks for certain bmp formats
32 * @param rowOrder indicates whether rows are ordered top-down or bottom-up
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddenseranges.h27 * @param values Sorted array of signed-integer values.
28 * @param length Number of values.
29 * @param density Minimum average range density, in 256th. (0x100=100%=perfectly dense.)
31 * @param ranges Output ranges array.
32 * @param capacity Maximum number of ranges.
/third_party/skia/third_party/externals/tint/src/ast/
H A Dalias.h29 /// @param pid the identifier of the program that owns this node
30 /// @param src the source of this node
31 /// @param name the symbol for the alias
32 /// @param subtype the alias'd type
43 /// @param ctx the clone context
H A Dassignment_statement.h28 /// @param program_id the identifier of the program that owns this node
29 /// @param source the assignment statement source
30 /// @param lhs the left side of the expression
31 /// @param rhs the right side of the expression
42 /// @param ctx the clone context
H A Datomic.h29 /// @param pid the identifier of the program that owns this node
30 /// @param src the source of this node
31 /// @param subtype the pointee type
37 /// @param symbols the program's symbol table
43 /// @param ctx the clone context
H A Dbitcast_expression.h30 /// @param program_id the identifier of the program that owns this node
31 /// @param source the bitcast expression source
32 /// @param type the type
33 /// @param expr the expr
44 /// @param ctx the clone context
H A Ddepth_multisampled_texture.h30 /// @param pid the identifier of the program that owns this node
31 /// @param src the source of this node
32 /// @param dim the dimensionality of the texture
40 /// @param symbols the program's symbol table
46 /// @param ctx the clone context
H A Ddepth_texture.h29 /// @param pid the identifier of the program that owns this node
30 /// @param src the source of this node
31 /// @param dim the dimensionality of the texture
37 /// @param symbols the program's symbol table
43 /// @param ctx the clone context
H A Delse_statement.h30 /// @param pid the identifier of the program that owns this node
31 /// @param src the source of this node
32 /// @param condition the else condition
33 /// @param body the else body
44 /// @param ctx the clone context
H A Dindex_accessor_expression.h28 /// @param program_id the identifier of the program that owns this node
29 /// @param source the index accessor source
30 /// @param obj the object
31 /// @param idx the index expression
42 /// @param ctx the clone context
H A Dloop_statement.h27 /// @param program_id the identifier of the program that owns this node
28 /// @param source the loop statement source
29 /// @param body the body statements
30 /// @param continuing the continuing statements
41 /// @param ctx the clone context
H A Dmember_accessor_expression.h28 /// @param program_id the identifier of the program that owns this node
29 /// @param source the member accessor expression source
30 /// @param structure the structure
31 /// @param member the member
42 /// @param ctx the clone context
H A Dtype_name.h29 /// @param pid the identifier of the program that owns this node
30 /// @param src the source of this node
31 /// @param name the type name
38 /// @param symbols the program's symbol table
44 /// @param ctx the clone context
H A Dunary_op_expression.h28 /// @param program_id the identifier of the program that owns this node
29 /// @param source the unary op expression source
30 /// @param op the op
31 /// @param expr the expr
42 /// @param ctx the clone context
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/type_only_import_paths_with_typeScript_implementation_file_extensions/
H A Dimplementation_file_extensions_1.ts26 export function f(param: JustAType): void {
27 Assert.isString(param.name);
28 Assert.equal(param.name, 'Alice');
30 Assert.isNumber(param.age);
31 Assert.equal(param.age, 25);
H A Dimplementation_file_extensions_2.ts27 export function f(param: JustAType): void {
28 Assert.isString(param.name);
29 Assert.equal(param.name, 'Alice');
31 Assert.isNumber(param.age);
32 Assert.equal(param.age, 25);
H A Dimplementation_file_extensions_3.ts26 export function f(param: JustAType): void {
27 Assert.isString(param.name);
28 Assert.equal(param.name, 'Alice');
30 Assert.isNumber(param.age);
31 Assert.equal(param.age, 25);
H A Dimplementation_file_extensions_4.ts26 export function f(param: JustAType): void {
27 Assert.isString(param.name);
28 Assert.equal(param.name, 'Alice');
30 Assert.isNumber(param.age);
31 Assert.equal(param.age, 25);
H A Dimplementation_file_extensions_5.ts26 export function f(param: JustAType): void {
27 Assert.isString(param.name);
28 Assert.equal(param.name, 'Alice');
30 Assert.isNumber(param.age);
31 Assert.equal(param.age, 25);
/third_party/typescript/tests/baselines/reference/
H A DcallbackTag2.errors.txt7 * @param {T} t
17 * @param {S} ego
37 * @param {V} barts - "Barts"
38 * @param {X} tidus - Titus
39 * @param {X & V} noctis - "Prince Noctis Lucius Caelum"

Completed in 13 milliseconds

1...<<191192193194195196197198199200>>...790