| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | ICUCloneNotSupportedException.java | 31 * @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 D | global.wat | 22 (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 D | test-whatwg-url-custom-searchparams-sort.js | 35 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 D | error.js | 10 * @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 D | worklet-reftest.js | 7 * @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 D | ARB_compute_shader.xml | 30 <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 D | sieve.h | 27 * @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 D | valgrind.suppressions | 3 Memcheck:Param 43 Memcheck:Param 57 Memcheck:Param 64 Memcheck:Param
|
| /third_party/libexif/libexif/ |
| H A D | exif-system.h | 27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) 29 # define UNUSED(param) param
|
| /third_party/ltp/testcases/kernel/power_management/ |
| H A D | pm_get_sched_values.c | 24 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 D | sched_getparam03.c | 23 static struct sched_param param; variable 35 &unused_pid, ¶m, ESRCH}, 37 &inval_pid, ¶m, EINVAL}, 38 {"sched_getparam() with invalid address for param",
|
| H A D | sched_getparam01.c | 33 struct sched_param param = { in verify_sched_getparam() local 39 TST_EXP_PASS_SILENT(tv->sched_getparam(pids[n], ¶m), 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 D | 3-1.c | 20 struct sched_param param; in main() local 23 param.sched_priority = -1; in main() 25 result = sched_getparam(0, ¶m); in main() 27 if (result == 0 && param.sched_priority != -1 && errno == 0) { in main()
|
| /third_party/lz4/ossfuzz/ |
| H A D | fuzz.h | 6 * @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 D | 0035-fix-ArgMaxFusion_get_max_parameter_uninitialized.patch | 15 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 D | gwp_asan_test.h | 25 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 D | token.js | 33 * @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 D | SkBlitRow.h | 22 @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 D | SkIPoint16.h | 25 @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 D | loop-body-dominator-continue-access.asm.frag | 53 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 D | token.js | 33 * @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 D | binding_decoration.h | 29 /// @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 D | block_statement.h | 29 /// @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 D | bool_literal_expression.h | 30 /// @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 D | builtin_decoration.h | 30 /// @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
|