Home
last modified time | relevance | path

Searched full:a9 (Results 1 – 25 of 114) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/tests/checked/
Dosr_irtoc_test.pa25 .function i64 foo(i64 a0, i64 a1, i64 a2, i64 a3, i64 a4, i64 a5, i64 a6, i64 a7, i64 a8, i64 a9, i…
46 add2.64 a9
66 add2.64 a9
86 add2.64 a9
106 add2.64 a9
126 add2.64 a9
166 add2.64 a9
186 add2.64 a9
206 add2.64 a9
226 add2.64 a9
[all …]
Dosr.pa19 .function i64 bar(i64 a0, i64 a1, i64 a2, i64 a3, i64 a4, i64 a5, i64 a6, i64 a7, i64 a8, i64 a9, i…
35 add2.64 a9
/arkcompiler/ets_runtime/test/aottest/sync_representation/
Dsync_representation.ts16 function Test(a9, a10, a11) {
18 Math.sqrt(a9);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp131 [[maybe_unused]] ets_char a9) in ETS_EtsNapiTests_printChar9() argument
133 …t(a1 == 1 && a2 == 2 && a3 == 3 && a4 == 4 && a5 == 5 && a6 == 6 && a7 == 7 && a8 == 8 && a9 == 9); in ETS_EtsNapiTests_printChar9()
142 … [[maybe_unused]] ets_char a9, [[maybe_unused]] ets_char a10) in ETS_EtsNapiTests_printChar10() argument
144 …(a1 == 1 && a2 == 2 && a3 == 3 && a4 == 4 && a5 == 5 && a6 == 6 && a7 == 7 && a8 == 8 && a9 == 9 && in ETS_EtsNapiTests_printChar10()
154 … [[maybe_unused]] ets_char a9, [[maybe_unused]] ets_char a10, in ETS_EtsNapiTests_printChar11() argument
157 …(a1 == 1 && a2 == 2 && a3 == 3 && a4 == 4 && a5 == 5 && a6 == 6 && a7 == 7 && a8 == 8 && a9 == 9 && in ETS_EtsNapiTests_printChar11()
235 [[maybe_unused]] ets_byte a9) in ETS_EtsNapiTests_printByte9() argument
237 …t(a1 == 1 && a2 == 2 && a3 == 3 && a4 == 4 && a5 == 5 && a6 == 6 && a7 == 7 && a8 == 8 && a9 == 9); in ETS_EtsNapiTests_printByte9()
246 … [[maybe_unused]] ets_byte a9, [[maybe_unused]] ets_byte a10) in ETS_EtsNapiTests_printByte10() argument
248 …(a1 == 1 && a2 == 2 && a3 == 3 && a4 == 4 && a5 == 5 && a6 == 6 && a7 == 7 && a8 == 8 && a9 == 9 && in ETS_EtsNapiTests_printByte10()
[all …]
/arkcompiler/ets_runtime/test/aottest/module/
Dadd.js33 var a9 = a7 + a8; variable
42 print(a9);
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
DMathPartialSums.ets31 let a9: double = 0.0;
56 a9 += alt / (2 * k - 1);
69 return a6 + a7 + a8 + a9;
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DMathPartialSums.ets31 let a9: double = 0.0;
56 a9 += alt / (2 * k - 1);
69 return a6 + a7 + a8 + a9;
DForOfUnion.ets29 let a9 : string|Int[] = [1,2] as Int[]
31 for (let val : Char|Int of a9) {
/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.yaml49 - sig1: 'p1: A9, p2?: A9'
51 import { A9, B9 } from '../pkg_a/pkg_9.ets'
/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.yaml78 - sig1: 'p1: A9, p2?: A9'
79 arg1: 'new A9()'
82 import { A9, B9 } from './pkg_a/pkg_9.ets'
Dpkgs_a.params.yaml79 - sig1: 'p1: A9, p2?: A9'
80 arg1: 'new A9()'
83 import { A9, B9 } from './pkg_a/pkg_9.ets'
Dpkgs_a2.params.yaml78 - sig1: 'p1: A9, p2?: A9'
79 arg1: 'new A9()'
82 import { A9, B9 } from './pkg_a/pkg_9.ets'
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dfunction_spread_arg.ets46 let a9 = new Int16Array(10)
63 foo2(1, ...a9)
/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/construct_deopt_frame_stack_overflow2/
Dconstruct_deopt_frame_stack_overflow2.ts27 set a(a9) {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/pa/
Dtypes-short-10.pa21 …intShort10(i16 a0, i16 a1, i16 a2, i16 a3, i16 a4, i16 a5, i16 a6, i16 a7, i16 a8, i16 a9) <native>
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-char-10.pa21 …rintChar10(u16 a0, u16 a1, u16 a2, u16 a3, u16 a4, u16 a5, u16 a6, u16 a7, u16 a8, u16 a9) <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-boolean-10.pa21 …apiTests.printBool10(u1 a0, u1 a1, u1 a2, u1 a3, u1 a4, u1 a5, u1 a6, u1 a7, u1 a8, u1 a9) <native>
Dtypes-int-10.pa21 …printInt10(i32 a0, i32 a1, i32 a2, i32 a3, i32 a4, i32 a5, i32 a6, i32 a7, i32 a8, i32 a9) <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>

12345