Home
last modified time | relevance | path

Searched full:a10 (Results 1 – 25 of 80) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/tests/checked/
Dosr_irtoc_test.pa25 …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 …]
Dosr.pa19 …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/
Dpkg.params.yaml54 - 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/
Dunion_generic_0030.sts21 class A10<T> {
66 type A = A10<Number> | A11<Number> | A20;
74 var1 = new A10<Number>("Hello", 496)
Dunion_generic_0041.sts21 class A10<T> {
66 type A = A10<Number> | A11<Number> | A20 | undefined;
75 var1 = new A10<Number>("Hello", 496)
Dunion_generic_0031.sts21 class A10<T> {
66 type A = A10<Number> | A11 | A20;
74 var1 = new A10<Number>("Hello", 496)
Dunion_generic_0042.sts21 class A10<T> {
66 type A = A10<Number> | A11<Number> | A20 | undefined | null;
76 var1 = new A10<Number>("Hello", 496)
Dunion_generic_0040.sts21 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/
Dtaskpool.sts744A10>(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);
747A10, 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);
750A10, 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);
753A10, 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);
756A10, 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/
Dsync_representation.ts16 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/
Dpkgs_a2.params.yaml85 - sig1: 'p1: A10, p2: A10 = new A10()'
86 arg1: 'new A10()'
89 import { A10, B10 } from './pkg_a/pkg_10.sts'
Dpkgs_a.params.yaml85 - sig1: 'p1: A10, p2: A10 = new A10()'
86 arg1: 'new A10()'
89 import { A10, B10 } from './pkg_a/pkg_10.sts'
Dpkgs_a3.params.yaml85 - sig1: 'p1: A10, p2: A10 = new A10()'
86 arg1: 'new A10()'
89 import { A10, B10 } from './pkg_a/pkg_10.sts'
Dpkgs_ab3.params.yaml75 - arg1: 'new A10()'
78 import { A10, B10 } from './pkg_a/pkg_10.sts'
Dpkgs_ab.params.yaml75 - arg1: 'new A10()'
78 import { A10, B10 } from './pkg_a/pkg_10.sts'
Dpkgs_ab2.params.yaml75 - arg1: 'new A10()'
78 import { A10, B10 } from './pkg_a/pkg_10.sts'
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp142 … [[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/
Dimport_target.ts26 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/
Dimport_target.ts26 export const a10 = 'a10'; constant
126 export const a110 = 'a10';
226 export const a210 = 'a10';
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dfunction_spread_arg.sts47 let a10 = new Uint16Array(10)
64 foo2(1, ...a10)
Dtypes.sts162 let a10 = new Uint16Array(10)
179 a10[0] = 1
/arkcompiler/ets_frontend/es2panda/test/bytecode/js/lexicalEnv/
Ddo-while-return-nosuper.js24 function f7(a8, a9, a10) { argument
/arkcompiler/ets_frontend/es2panda/test/compiler/js/lexicalEnv/doWhile/
Ddo-while-return-nosuper.js24 function f7(a8, a9, a10) { argument
/arkcompiler/ets_runtime/test/moduletest/functionapply/
Dfunctionapply.js56 function f8(a9, a10, a11) { argument
78 function F7(a9, a10) { argument
/arkcompiler/ets_runtime/test/aottest/constructor/
Dconstructor.js48 constructor(a9, a10, a11) { argument

1234