| /arkcompiler/runtime_core/verification/gen/templates/ |
| D | abs_int_inl_compat_checks.h.erb | 39 % checks.results.ok.to_h.merge(checks.results.warnings.to_h).merge(checks.results.errors.to_h).each… 44 % checks.results.each_pair do |status, values|
|
| /arkcompiler/ets_frontend/test262/ |
| D | harness.patch | 54 const results = zip(pool, tests).pipe( 119 function simpleReporter(results, opts) { 120 @@ -12,11 +13,13 @@ function simpleReporter(results, opts) { 136 @@ -24,14 +27,21 @@ function simpleReporter(results, opts) { 160 results.on('end', function () { 161 @@ -52,6 +62,29 @@ function simpleReporter(results, opts) {
|
| D | intl_skip_tests.json | 29 "intl402/String/prototype/localeCompare/returns-same-results-as-Collator.js",
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsregexp.js | 37 // Test 3 - RegExp $1 .. $9 match the lastest successful results 43 // Test 4 - RegExp $1..$9 reset all and refill the results
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | README.md | 36 …testdir=../benchmark-input --compiler-options-file=compiler.config --json=benchmark-results.json -v 126 This script can be used to compare the results of the `run_becnhmark.py` script. 131 usage: Compare benchmark results [-h] --old JSON_FILE_PATH --new JSON_FILE_PATH --failed JSON_FILE_…
|
| /arkcompiler/ets_runtime/test/moduletest/multiprotoic/ |
| D | multiprotoic.js | 25 // use to store results 107 // check results
|
| /arkcompiler/runtime_core/scripts/dep-lists/ |
| D | ubuntu-dev | 36 postgresql-client-10 # For pushing benchmark results to Grafana
|
| D | ubuntu-18-04-dev | 36 postgresql-client-10=10* # For pushing benchmark results to Grafana
|
| D | ubuntu-20-04-dev | 36 postgresql-client-12=12* # For pushing benchmark results to Grafana
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 296 JSTaggedValue results = BuiltinsRegExp::Exec(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 298 JSHandle<JSTaggedValue> execResult(thread, results); in HWTEST_F_L0() 354 JSTaggedValue results = BuiltinsRegExp::Exec(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 356 JSHandle<JSTaggedValue> execResult(thread, results); in HWTEST_F_L0() 589 JSTaggedValue results = BuiltinsRegExp::Replace(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 590 JSHandle<JSTaggedValue> replaceResult(thread, results); in HWTEST_F_L0() 615 JSTaggedValue results = BuiltinsRegExp::Replace(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 616 JSHandle<JSTaggedValue> replaceResult(thread, results); in HWTEST_F_L0() 640 JSTaggedValue results = BuiltinsRegExp::Replace(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 641 JSHandle<JSTaggedValue> replaceResult(thread, results); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 55 …--reporter TYPE Reporter for test results (default 'log', available: 'log', 'jtr', 'a… 56 --report-dir DIR Where to put results, applicable for 'jtr' and 'allure' logger
|
| D | test-runner.rb | 85 …opts.on('--reporter TYPE', "Reporter for test results (default 'log', available: 'log', 'jtr', 'al… 86 opts.on('--report-dir DIR', "Where to put results, applicable for 'jtr' and 'allure' logger")
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 47 In _stack-based_ approach, operands are implicitly encoded in the operation, which results in 60 In _register-based approach_, operands are explicitly encoded in the operation, which results in 78 each bytecode instruction, execute it and move to the next one, running more instruction results in
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | types_resolving.h | 25 …* TypesResolving(based on the results of the TypesAnalysis) tries to replace dynamic intrinsics to…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | avoid-calculating-start-of-array.md | 11 Having multiple access to the same array on a control flow path results in
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | bcopt_type_adaption_test.cpp | 249 function processResults(results: number) { in TypeAdaptionTest_UnconditionalJump() 251 results *= i; in TypeAdaptionTest_UnconditionalJump() 253 let s:number = results + 2; in TypeAdaptionTest_UnconditionalJump()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fmod2.yaml | 21 The results of instructions correspond IEEE-754 arithmetic rules. 31 description: Any operation with NaN results to NaN value. 40 Check fmod2 results in NaN when acc or v0 is NaN
|
| D | fmod2.64.yaml | 21 The results of instructions correspond IEEE-754 arithmetic rules. 31 description: Any operation with NaN results to NaN value. 40 Check fmod2.64 results in NaN when acc or v0 is NaN
|
| D | fdiv2.yaml | 21 The results of instructions correspond IEEE-754 arithmetic rules. 31 description: Any operation with NaN results to NaN value. 40 Check fdiv2 results in NaN when acc or v0 is NaN
|
| D | fmul2.yaml | 21 The results of instructions correspond IEEE-754 arithmetic rules. 31 description: Any operation with NaN results to NaN value. 40 Check fmul2 results in NaN when acc or v0 is NaN
|
| D | fp.yaml | 21 The results of instructions correspond IEEE-754 arithmetic rules. 67 fmovi.64 v0, 0.0 # Results
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | abs_int_inl.h | 2755 PandaVector<CheckResult> results; in ProcessStoreField() local 2758 …[&](auto vs_type1) { return AddCheckResult(results, check(field_type_id, Types().TypeIdOf(vs_type1… in ProcessStoreField() 2760 …// results is empty if there was an OK, contains all warnings if there were any warnings, all erro… in ProcessStoreField() 2762 if (!results.empty()) { in ProcessStoreField() 2763 for (const auto &result : results) { in ProcessStoreField() 2769 status_ = results[0].status; in ProcessStoreField() 2770 if (results[0].IsError()) { in ProcessStoreField() 3393 PandaVector<CheckResult> results; in CheckMethodArgs() 3401 … return AddCheckResult(results, panda::verifier::CheckMethodArgs(formal_id, actual_id)); in CheckMethodArgs() 3417 … return AddCheckResult(results, panda::verifier::CheckMethodArgs(formal_id, actual_id)); in CheckMethodArgs() [all …]
|
| /arkcompiler/toolchain/ |
| D | OAT.xml | 43 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol…
|
| /arkcompiler/ets_frontend/ |
| D | OAT.xml | 42 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol…
|
| /arkcompiler/runtime_core/ |
| D | OAT.xml | 35 …6. policyitem rule and group: These two fields are used together to merge policy results. "may" po…
|