Home
last modified time | relevance | path

Searched full:param (Results 6976 - 7000 of 22474) sorted by relevance

1...<<271272273274275276277278279280>>...899

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DICUCloneNotSupportedException.java31 * @param message exception message string
40 * @param cause original exception (normally a {@link CloneNotSupportedException})
49 * @param message exception message string
50 * @param cause original exception (normally a {@link CloneNotSupportedException})
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dglobal.wat22 (func (export "set var f32 import") (param f32) (global.set $mut_f32_import (local.get 0)))
23 (func (export "set var i64 import") (param i64) (global.set $mut_i64_import (local.get 0)))
25 (func (export "set var f32 export") (param f32) (global.set $mut_f32_export (local.get 0)))
26 (func (export "set var f64 export") (param i64) (global.set $mut_i64_export (local.get 0)))
/third_party/node/test/parallel/
H A Dtest-whatwg-url-custom-searchparams-sort.js35 for (const param of params) {
36 assert_array_equals(param, val.output[i]);
46 for (const param of params) {
47 assert_array_equals(param, val.output[i]);
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Derror.js10 * @param {number} exitCode suggested exit code which could be used with process.exit
11 * @param {string} code an id string representing the error
12 * @param {string} message human-readable description of the error
33 * @param {string} [message] explanation of why argument is invalid
/third_party/node/test/fixtures/wpt/common/
H A Dworklet-reftest.js7 * @param {Worklet} worklet
8 * @param {(Object|string)} code
38 * @param {Worklet} worklet
39 * @param {(Object|string)} code
/third_party/mesa3d/src/mapi/glapi/gen/
H A DARB_compute_shader.xml30 <param name="num_groups_x" type="GLuint"/>
31 <param name="num_groups_y" type="GLuint"/>
32 <param name="num_groups_z" type="GLuint"/>
36 <param name="indirect" type="GLintptr"/>
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H A Dsieve.h27 * @param times array of times (modified/sorted)
28 * @param timeCount length of array - on return, how many remain after throwing out outliers
29 * @param marginOfError out parameter: gives +/- margin of err at 95% confidence
36 * @param marginOfError out parameter: gives +/- margin of error at 95% confidence.
/third_party/libinput/test/
H A Dvalgrind.suppressions3 Memcheck:Param
43 Memcheck:Param
57 Memcheck:Param
64 Memcheck:Param
/third_party/libexif/libexif/
H A Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused))
29 # define UNUSED(param) param
/third_party/ltp/testcases/kernel/power_management/
H A Dpm_get_sched_values.c24 char *param; in main() local
28 param = argv[1]; in main()
29 if (strcmp(param, "sched_mc") == 0) in main()
31 if (strcmp(param, "sched_smt") == 0) in main()
/third_party/ltp/testcases/kernel/syscalls/sched_getparam/
H A Dsched_getparam03.c23 static struct sched_param param; variable
35 &unused_pid, &param, ESRCH},
37 &inval_pid, &param, EINVAL},
38 {"sched_getparam() with invalid address for param",
H A Dsched_getparam01.c33 struct sched_param param = { in verify_sched_getparam() local
39 TST_EXP_PASS_SILENT(tv->sched_getparam(pids[n], &param), in verify_sched_getparam()
48 if (param.sched_priority) in verify_sched_getparam()
51 pids[n], param.sched_priority); in verify_sched_getparam()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
H A D3-1.c20 struct sched_param param; in main() local
23 param.sched_priority = -1; in main()
25 result = sched_getparam(0, &param); in main()
27 if (result == 0 && param.sched_priority != -1 && errno == 0) { in main()
/third_party/lz4/ossfuzz/
H A Dfuzz.h6 * @param FUZZ_RNG_SEED_SIZE:
12 * @param LZ4_DEBUG:
17 * @param LZ4_FORCE_MEMORY_ACCESS:
22 * @param FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
/third_party/mindspore/patches/
H A D0035-fix-ArgMaxFusion_get_max_parameter_uninitialized.patch15 compute_param_->topk_ = param->topk_;
16 compute_param_->out_value_ = param->out_value_;
17 compute_param_->keep_dims_ = param->keep_dims_;
18 + compute_param_->get_max_ = (param->op_parameter_.type_ == PrimType_ArgMinFusion ? false : true);
/third_party/musl/libc-test/src/gwp_asan/
H A Dgwp_asan_test.h25 system("param set gwp_asan.sample.all true"); in config_gwp_asan_environment()
28 system("param set gwp_asan.log.path file"); in config_gwp_asan_environment()
35 system("param set gwp_asan.log.path default"); in cancel_gwp_asan_environment()
37 system("param set gwp_asan.sample.all false"); in cancel_gwp_asan_environment()
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
H A Dtoken.js33 * @param {TokenType} type The type of token
34 * @param {Integer} line The line number this token was on
35 * @param {Any} data Data attached to the token
36 * @param {Integer} bits If the type is a float or integer the bit width
/third_party/skia/src/core/
H A DSkBlitRow.h22 @param dst array of dst 32bit colors
23 @param src array of src 32bit colors (w/ or w/o alpha)
24 @param count number of colors to blend
25 @param alpha global alpha to be applied to all src colors
H A DSkIPoint16.h25 @param x integer x-axis value of constructed SkIPoint
26 @param y integer y-axis value of constructed SkIPoint
47 @param x new value for fX
48 @param y new value for fY
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/asm/frag/
H A Dloop-body-dominator-continue-access.asm.frag53 vec3 param = fragWorld_1;
54 return GetCascade(param);
60 vec3 param = fragWorld_1;
61 _entryPointOutput = _main(param);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dtoken.js33 * @param {TokenType} type The type of token
34 * @param {Integer} line The line number this token was on
35 * @param {Any} data Data attached to the token
36 * @param {Integer} bits If the type is a float or integer the bit width
/third_party/skia/third_party/externals/tint/src/ast/
H A Dbinding_decoration.h29 /// @param pid the identifier of the program that owns this node
30 /// @param src the source of this node
31 /// @param value the binding value
40 /// @param ctx the clone context
H A Dblock_statement.h29 /// @param program_id the identifier of the program that owns this node
30 /// @param source the block statement source
31 /// @param statements the statements
49 /// @param ctx the clone context
H A Dbool_literal_expression.h30 /// @param pid the identifier of the program that owns this node
31 /// @param src the source of this node
32 /// @param value the bool literals value
38 /// @param ctx the clone context
H A Dbuiltin_decoration.h30 /// @param pid the identifier of the program that owns this node
31 /// @param src the source of this node
32 /// @param builtin the builtin value
41 /// @param ctx the clone context

Completed in 14 milliseconds

1...<<271272273274275276277278279280>>...899