| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | osr_irtoc_test.pa | 25 …64 a1, i64 a2, i64 a3, i64 a4, i64 a5, i64 a6, i64 a7, i64 a8, i64 a9, i64 a10, i64 a11, i64 a12, … 47 add2.64 a10 67 add2.64 a10 87 add2.64 a10 107 add2.64 a10 127 add2.64 a10 167 add2.64 a10 187 add2.64 a10 207 add2.64 a10 227 add2.64 a10 [all …]
|
| D | osr.pa | 19 …64 a1, i64 a2, i64 a3, i64 a4, i64 a5, i64 a6, i64 a7, i64 a8, i64 a9, i64 a10, i64 a11, i64 a12, … 36 add2.64 a10
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/19.packages/03.import_and_overloading_of_function_names/pkg_b/ |
| D | pkg.params.yaml | 54 - sig1: 'p1: A10, p2: A10 = new A10()' 56 import { A10, B10 } from '../pkg_a/pkg_10.sts'
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/05.Generics/ |
| D | union_generic_0030.sts | 21 class A10<T> { 66 type A = A10<Number> | A11<Number> | A20; 74 var1 = new A10<Number>("Hello", 496)
|
| D | union_generic_0041.sts | 21 class A10<T> { 66 type A = A10<Number> | A11<Number> | A20 | undefined; 75 var1 = new A10<Number>("Hello", 496)
|
| D | union_generic_0031.sts | 21 class A10<T> { 66 type A = A10<Number> | A11 | A20; 74 var1 = new A10<Number>("Hello", 496)
|
| D | union_generic_0042.sts | 21 class A10<T> { 66 type A = A10<Number> | A11<Number> | A20 | undefined | null; 76 var1 = new A10<Number>("Hello", 496)
|
| D | union_generic_0040.sts | 21 class A10<T> { 81 type A = A10<Number> | A11<Number> | A12<Number> | A20; 90 var1 = new A10<Number>("Hello", 496)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | taskpool.sts | 744 …A10>(func: Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, NullishType>, a1: A1, a2: A2, a3: A… 745 return launch func(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10); 747 …A10, A11>(func: Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, NullishType>, a1: A1, a2:… 748 return launch func(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11); 750 …A10, A11, A12>(func: Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, NullishType>, a… 751 return launch func(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12); 753 …A10, A11, A12, A13>(func: Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Nulli… 754 return launch func(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13); 756 …A10, A11, A12, A13, A14>(func: Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, … 757 return launch func(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14); [all …]
|
| /arkcompiler/ets_runtime/test/aottest/sync_representation/ |
| D | sync_representation.ts | 16 function Test(a9, a10, a11) { 24 this.h = a10;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/19.packages/03.import_and_overloading_of_function_names/ |
| D | pkgs_a2.params.yaml | 85 - sig1: 'p1: A10, p2: A10 = new A10()' 86 arg1: 'new A10()' 89 import { A10, B10 } from './pkg_a/pkg_10.sts'
|
| D | pkgs_a.params.yaml | 85 - sig1: 'p1: A10, p2: A10 = new A10()' 86 arg1: 'new A10()' 89 import { A10, B10 } from './pkg_a/pkg_10.sts'
|
| D | pkgs_a3.params.yaml | 85 - sig1: 'p1: A10, p2: A10 = new A10()' 86 arg1: 'new A10()' 89 import { A10, B10 } from './pkg_a/pkg_10.sts'
|
| D | pkgs_ab3.params.yaml | 75 - arg1: 'new A10()' 78 import { A10, B10 } from './pkg_a/pkg_10.sts'
|
| D | pkgs_ab.params.yaml | 75 - arg1: 'new A10()' 78 import { A10, B10 } from './pkg_a/pkg_10.sts'
|
| D | pkgs_ab2.params.yaml | 75 - arg1: 'new A10()' 78 import { A10, B10 } from './pkg_a/pkg_10.sts'
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/ |
| D | EtsNapiTests.cpp | 142 … [[maybe_unused]] ets_char a9, [[maybe_unused]] ets_char a10) in ETS_EtsNapiTests_printChar10() argument 145 a10 == 10); in ETS_EtsNapiTests_printChar10() 154 … [[maybe_unused]] ets_char a9, [[maybe_unused]] ets_char a10, in ETS_EtsNapiTests_printChar11() argument 158 a10 == 10 && a11 == 11); in ETS_EtsNapiTests_printChar11() 246 … [[maybe_unused]] ets_byte a9, [[maybe_unused]] ets_byte a10) in ETS_EtsNapiTests_printByte10() argument 249 a10 == 10); in ETS_EtsNapiTests_printByte10() 258 … [[maybe_unused]] ets_byte a9, [[maybe_unused]] ets_byte a10, in ETS_EtsNapiTests_printByte11() argument 262 a10 == 10 && a11 == 11); in ETS_EtsNapiTests_printByte11() 350 … [[maybe_unused]] ets_short a9, [[maybe_unused]] ets_short a10) in ETS_EtsNapiTests_printShort10() argument 353 a10 == 10); in ETS_EtsNapiTests_printShort10() [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/version_control/API12beta3/bytecode_feature/import_target/ |
| D | import_target.ts | 26 export const a10 = 'a10'; constant 126 export const a110 = 'a10'; 226 export const a210 = 'a10';
|
| /arkcompiler/ets_frontend/es2panda/test/version_control/API12beta1_and_beta2/bytecode_feature/import_target/ |
| D | import_target.ts | 26 export const a10 = 'a10'; constant 126 export const a110 = 'a10'; 226 export const a210 = 'a10';
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | function_spread_arg.sts | 47 let a10 = new Uint16Array(10) 64 foo2(1, ...a10)
|
| D | types.sts | 162 let a10 = new Uint16Array(10) 179 a10[0] = 1
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode/js/lexicalEnv/ |
| D | do-while-return-nosuper.js | 24 function f7(a8, a9, a10) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/lexicalEnv/doWhile/ |
| D | do-while-return-nosuper.js | 24 function f7(a8, a9, a10) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/functionapply/ |
| D | functionapply.js | 56 function f8(a9, a10, a11) { argument 78 function F7(a9, a10) { argument
|
| /arkcompiler/ets_runtime/test/aottest/constructor/ |
| D | constructor.js | 48 constructor(a9, a10, a11) { argument
|