Home
last modified time | relevance | path

Searched full:results (Results 1 – 25 of 67) sorted by relevance

123

/arkcompiler/runtime_core/verification/gen/templates/
Dabs_int_inl_compat_checks.h.erb39 % 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/
Dharness.patch54 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) {
Dintl_skip_tests.json29 "intl402/String/prototype/localeCompare/returns-same-results-as-Collator.js",
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js37 // 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/
DREADME.md36 …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/
Dmultiprotoic.js25 // use to store results
107 // check results
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-dev36 postgresql-client-10 # For pushing benchmark results to Grafana
Dubuntu-18-04-dev36 postgresql-client-10=10* # For pushing benchmark results to Grafana
Dubuntu-20-04-dev36 postgresql-client-12=12* # For pushing benchmark results to Grafana
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp296 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/
DREADME.md55 …--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
Dtest-runner.rb85 …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/
Drationale-for-bytecode.md47 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/
Dtypes_resolving.h25 …* TypesResolving(based on the results of the TypesAnalysis) tries to replace dynamic intrinsics to…
/arkcompiler/runtime_core/compiler/docs/
Davoid-calculating-start-of-array.md11 Having multiple access to the same array on a control flow path results in
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp249 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/
Dfmod2.yaml21 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
Dfmod2.64.yaml21 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
Dfdiv2.yaml21 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
Dfmul2.yaml21 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
Dfp.yaml21 The results of instructions correspond IEEE-754 arithmetic rules.
67 fmovi.64 v0, 0.0 # Results
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h2755 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/
DOAT.xml43 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol…
/arkcompiler/ets_frontend/
DOAT.xml42 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol…
/arkcompiler/runtime_core/
DOAT.xml35 …6. policyitem rule and group: These two fields are used together to merge policy results. "may" po…

123