/arkcompiler/ets_runtime/test/typeinfer/automatedcases/contextualOverloadListFromArrayUnion/ |
D | three.ts | 55 let results: T[] = [] 56 AssertType(results, "T[]"); 72 callback(null, results) 73 AssertType(callback(null, results), "unknown"); 76 AssertType(results, "T[]"); 98 results.push(result!) 99 AssertType(results.push(result!), "number"); 100 AssertType(results.push, "(...T[]) => number"); 117 …b(null, 3), 100),], (error, results) => { if (error) { console.error(error) } else { … 157 ], (error, results) => { [all …]
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | arrayBindingPatternOmittedExpressions.ts | 21 let results: string[]; 22 AssertType(results, "string[]"); 25 let [, b, , a] = results; 30 AssertType(results, "string[]"); 45 function f([, a, , b, , , , s, , , ] = results) {
|
/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_tests.txt | 12 intl402/BigInt/prototype/toLocaleString/returns-same-results-as-NumberFormat.js 75 intl402/Date/prototype/returns-same-results-as-DateTimeFormat.js 509 intl402/Number/prototype/toLocaleString/returns-same-results-as-NumberFormat.js 783 intl402/String/prototype/localeCompare/returns-same-results-as-Collator.js
|
D | es2015_tests.txt | 5092 built-ins/TypedArray/prototype/slice/BigInt/results-with-different-length.js 5093 built-ins/TypedArray/prototype/slice/BigInt/results-with-empty-length.js 5094 built-ins/TypedArray/prototype/slice/BigInt/results-with-same-length.js 5133 built-ins/TypedArray/prototype/slice/results-with-different-length.js 5134 built-ins/TypedArray/prototype/slice/results-with-empty-length.js 5135 built-ins/TypedArray/prototype/slice/results-with-same-length.js 5235 built-ins/TypedArray/prototype/subarray/BigInt/results-with-different-length.js 5236 built-ins/TypedArray/prototype/subarray/BigInt/results-with-empty-length.js 5237 built-ins/TypedArray/prototype/subarray/BigInt/results-with-same-length.js 5268 built-ins/TypedArray/prototype/subarray/results-with-different-length.js [all …]
|
D | CI_tests.txt | 2302 built-ins/TypedArray/prototype/slice/results-with-different-length.js 2329 built-ins/TypedArray/prototype/subarray/results-with-different-length.js 2330 built-ins/TypedArray/prototype/subarray/results-with-same-length.js
|
/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_frontend/arkguard/src/transformers/rename/ |
D | RenameIdentifierTransformer.ts | 293 const results: string[] = []; constant 298 results.push(mangledLabelName); 303 return results;
|
/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()
|
D | builtins_atomics_test.cpp | 313 JSTaggedValue results = BuiltinsAtomics::Load(ecmaRuntimeCallInfos); in HWTEST_F_L0() local 315 ASSERT_EQ(results.GetInt(), 2); in HWTEST_F_L0()
|
/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/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
|
/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
|
D | reg_alloc_graph_coloring_doc.md | 58 …re allocation is done in algorithm-own structures, and implementation of results happen after allo…
|
D | cleanup_doc.md | 4 … works like dead code elimination (DCE) and removes code which does not affect the program results.
|
/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
|
D | doxygen.config | 1548 # key> to jump into the search results window, the results can be navigated 1572 # script for searching. Instead the search results are written to an XML file 1575 # search results. 1588 # which will return the search results when EXTERNAL_SEARCH is enabled. 1609 # projects and redirect the results back to the right project.
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 1471 JSHandle<JSObject> results(JSArray::ArrayCreate(thread, JSTaggedNumber(capturesSize))); in RegExpBuiltinExec() local 1477 JSObject::CreateDataProperty(thread, results, indexKey, indexValue); in RegExpBuiltinExec() 1482 JSObject::CreateDataProperty(thread, results, inputKey, inputValue); in RegExpBuiltinExec() 1485 JSObject::CreateDataProperty(thread, results, 0, zeroValue); in RegExpBuiltinExec() 1497 JSObject::CreateDataProperty(thread, results, groupsKey, groups); in RegExpBuiltinExec() 1520 JSObject::CreateDataProperty(thread, results, captureIndex, iValue); in RegExpBuiltinExec() 1540 … JSHandle<JSTaggedValue>(results), RegExpExecResultCache::EXEC_TYPE, in RegExpBuiltinExec() 1544 return results.GetTaggedValue(); in RegExpBuiltinExec()
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | runner.py | 481 results = [] 483 results.append(res) 485 self.tests = results
|
D | test262skiplist-compiler-arm64.txt | 380 built-ins/TypedArray/prototype/slice/results-with-same-length.js 383 built-ins/TypedArray/prototype/subarray/results-with-different-length.js
|
D | test262skiplist.txt | 765 built-ins/TypedArray/prototype/slice/BigInt/results-with-different-length.js 766 built-ins/TypedArray/prototype/slice/BigInt/results-with-empty-length.js 767 built-ins/TypedArray/prototype/slice/BigInt/results-with-same-length.js 797 built-ins/TypedArray/prototype/subarray/BigInt/results-with-different-length.js 798 built-ins/TypedArray/prototype/subarray/BigInt/results-with-empty-length.js 799 built-ins/TypedArray/prototype/subarray/BigInt/results-with-same-length.js 925 intl402/BigInt/prototype/toLocaleString/returns-same-results-as-NumberFormat.js 7361 intl402/Date/prototype/returns-same-results-as-DateTimeFormat.js 7617 intl402/Number/prototype/toLocaleString/returns-same-results-as-NumberFormat.js 7833 intl402/String/prototype/localeCompare/returns-same-results-as-Collator.js
|
/arkcompiler/ets_runtime/docs/ |
D | development-example.md | 290 The results of all Test262 test cases are available in the **_Project root directory_/arkcompiler/…
|