Home
last modified time | relevance | path

Searched full:a10 (Results 1 – 25 of 86) 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_func_tests/spec/05.Generics/
Dunion_generic_0030.ets21 class A10<T> {
66 type A = A10<Number> | A11<Number> | A20;
74 var1 = new A10<Number>("Hello", 496)
Dunion_generic_0031.ets21 class A10<T> {
66 type A = A10<Number> | A11 | A20;
74 var1 = new A10<Number>("Hello", 496)
Dunion_generic_0041.ets21 class A10<T> {
66 type A = A10<Number> | A11<Number> | A20 | undefined;
75 var1 = new A10<Number>("Hello", 496)
Dunion_generic_0042.ets21 class A10<T> {
66 type A = A10<Number> | A11<Number> | A20 | undefined | null;
76 var1 = new A10<Number>("Hello", 496)
Dunion_generic_0040.ets21 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/tests/ets-templates/17.experimental_features/17.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.ets'
/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/17.packages/03.import_and_overloading_of_function_names/
Dpkgs_a3.params.yaml85 - sig1: 'p1: A10, p2: A10 = new A10()'
86 arg1: 'new A10()'
89 import { A10, B10 } from './pkg_a/pkg_10.ets'
Dpkgs_a.params.yaml86 - sig1: 'p1: A10, p2: A10 = new A10()'
87 arg1: 'new A10()'
90 import { A10, B10 } from './pkg_a/pkg_10.ets'
Dpkgs_a2.params.yaml85 - sig1: 'p1: A10, p2: A10 = new A10()'
86 arg1: 'new A10()'
89 import { A10, B10 } from './pkg_a/pkg_10.ets'
/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/ets2panda/linter/test/main/
Dfunction_spread_arg.ets47 let a10 = new Uint16Array(10)
64 foo2(1, ...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/es2panda/test/version_control/API12beta3/bytecode_feature/import_target/
Dimport_target.ts28 export const a10 = 'a10'; constant
128 export const a110 = 'a10';
228 export const a210 = 'a10';
/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/runtime_core/static_core/plugins/ets/tests/napi/bridges/pa/
Dtypes-boolean-11.pa21 ….printBool11(u1 a0, u1 a1, u1 a2, u1 a3, u1 a4, u1 a5, u1 a6, u1 a7, u1 a8, u1 a9, u1 a10) <native>
Dtypes-int-11.pa21 …1(i32 a0, i32 a1, i32 a2, i32 a3, i32 a4, i32 a5, i32 a6, i32 a7, i32 a8, i32 a9, i32 a10) <native>
Dtypes-byte-11.pa21 ….printByte11(i8 a0, i8 a1, i8 a2, i8 a3, i8 a4, i8 a5, i8 a6, i8 a7, i8 a8, i8 a9, i8 a10) <native>
Dtypes-float-11.pa21 …1(f32 a0, f32 a1, f32 a2, f32 a3, f32 a4, f32 a5, f32 a6, f32 a7, f32 a8, f32 a9, f32 a10) <native>
Dtypes-short-11.pa21 …1(i16 a0, i16 a1, i16 a2, i16 a3, i16 a4, i16 a5, i16 a6, i16 a7, i16 a8, i16 a9, i16 a10) <native>
Dtypes-char-11.pa21 …1(u16 a0, u16 a1, u16 a2, u16 a3, u16 a4, u16 a5, u16 a6, u16 a7, u16 a8, u16 a9, u16 a10) <native>

1234