Home
last modified time | relevance | path

Searched full:a7 (Results 1 – 25 of 117) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
Dtaskpool.sts93 …, A3, A4, A5, A6, A7>(func: Function7<A1, A2, A3, A4, A5, A6, A7, NullishType>, a1: A1, a2: A2, a3…
94 return launch func(a1, a2, a3, a4, a5, a6, a7);
96 …, A4, A5, A6, A7, A8>(func: Function8<A1, A2, A3, A4, A5, A6, A7, A8, NullishType>, a1: A1, a2: A2…
97 return launch func(a1, a2, a3, a4, a5, a6, a7, a8);
99 …, A5, A6, A7, A8, A9>(func: Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, NullishType>, a1: A1, a2…
100 return launch func(a1, a2, a3, a4, a5, a6, a7, a8, a9);
102 … A6, A7, A8, A9, A10>(func: Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, NullishType>, a1: …
103 return launch func(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10);
105A7, A8, A9, A10, A11>(func: Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, NullishType>,…
106 return launch func(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
[all …]
/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…
44 add2.64 a7
64 add2.64 a7
84 add2.64 a7
104 add2.64 a7
124 add2.64 a7
164 add2.64 a7
184 add2.64 a7
204 add2.64 a7
224 add2.64 a7
[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…
33 add2.64 a7
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp110 [[maybe_unused]] ets_char a7) in ETS_EtsNapiTests_printChar7() argument
112 assert(a1 == 1 && a2 == 2 && a3 == 3 && a4 == 4 && a5 == 5 && a6 == 6 && a7 == 7); in ETS_EtsNapiTests_printChar7()
120 … [[maybe_unused]] ets_char a7, [[maybe_unused]] ets_char a8) in ETS_EtsNapiTests_printChar8() argument
122 assert(a1 == 1 && a2 == 2 && a3 == 3 && a4 == 4 && a5 == 5 && a6 == 6 && a7 == 7 && a8 == 8); in ETS_EtsNapiTests_printChar8()
130 … [[maybe_unused]] ets_char a7, [[maybe_unused]] ets_char a8, in ETS_EtsNapiTests_printChar9() argument
133 …assert(a1 == 1 && a2 == 2 && a3 == 3 && a4 == 4 && a5 == 5 && a6 == 6 && a7 == 7 && a8 == 8 && a9 … in ETS_EtsNapiTests_printChar9()
141 … [[maybe_unused]] ets_char a7, [[maybe_unused]] ets_char a8, in ETS_EtsNapiTests_printChar10() argument
144 …assert(a1 == 1 && a2 == 2 && a3 == 3 && a4 == 4 && a5 == 5 && a6 == 6 && a7 == 7 && a8 == 8 && a9 … in ETS_EtsNapiTests_printChar10()
153 … [[maybe_unused]] ets_char a7, [[maybe_unused]] ets_char a8, in ETS_EtsNapiTests_printChar11() argument
157 …assert(a1 == 1 && a2 == 2 && a3 == 3 && a4 == 4 && a5 == 5 && a6 == 6 && a7 == 7 && a8 == 8 && a9 … in ETS_EtsNapiTests_printChar11()
[all …]
/arkcompiler/ets_frontend/es2panda/test/bytecode/commonjs/
Dtest-commonjs-main-func-args-expected.txt4 .function any .#*#(any a0, any a1, any a2, any a3, any a4, any a5, any a6, any a7) {
19 .function any .func_main_0(any a0, any a1, any a2, any a3, any a4, any a5, any a6, any a7) {
38 lda a7
/arkcompiler/ets_runtime/test/aottest/module/
Dadd.js31 var a7 = d.toLowerCase() + a1.substring(1); variable
33 var a9 = a7 + a8;
40 print(a7);
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DMathPartialSums.sts29 let a7: double = 0.0;
54 a7 += 1.0 / k2;
69 return a6 + a7 + a8 + a9;
DForOfBoxing.sts99 let a7 : string = "ffff"
100 for (let idx7 : char of a7) {
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
DMathPartialSums.sts29 let a7: double = 0.0;
54 a7 += 1.0 / k2;
69 return a6 + a7 + a8 + a9;
/arkcompiler/runtime_core/static_core/tests/regression/
Dstack-9-params.pa20 .function i64 get(i64 a0, i64 a1, i64 a2, i64 a3, i64 a4, i64 a5, i64 a6, i64 a7, i64 a8) {
38 call.short IO.printI64, a7, a7
70 lda.64 a7
/arkcompiler/runtime_core/tests/regression/
Dstack-9-params.pa20 .function i64 get(i64 a0, i64 a1, i64 a2, i64 a3, i64 a4, i64 a5, i64 a6, i64 a7, i64 a8) {
38 call.short IO.printI64, a7, a7
70 lda.64 a7
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js104 function F4(a6, a7) { argument
117 constructor(a6,a7,a8){ argument
119 new C9(a7,C4);
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dfunction_spread_arg.sts44 let a7 = new Uint8Array(10)
61 foo2(1, ...a7)
Dtypes.sts159 let a7 = new Uint8Array(10)
176 a7[0] = 1
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler_sig_stack/arm64/
DSamplerSigStackArm64.S16 // int SumEightElements(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) {
24 // sum += a7;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler_sig_stack/amd64/
DSamplerSigStackAmd64.S16 // int SumEightElements(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) {
28 // sum += a7;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/
Didentifiers.params.yaml42 - '��' # Carian Letter A2, U+102A7
106 - '��' # Carian Letter A2, U+102A7
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Dreadme_zh.md12 …/gitee.com/openharmony/xts_acts#%E5%85%A8%E9%87%8F%E7%94%A8%E4%BE%8B%E6%89%A7%E8%A1%8C%E6%8C%87%E5…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/pa/
Dtypes-long-08.pa21 …id EtsNapiTests.printLong8(i64 a0, i64 a1, i64 a2, i64 a3, i64 a4, i64 a5, i64 a6, i64 a7) <native>
Dtypes-short-11.pa21 …s.printShort11(i16 a0, i16 a1, i16 a2, i16 a3, i16 a4, i16 a5, i16 a6, i16 a7, i16 a8, i16 a9, i16…
Dtypes-float-10.pa21 …s.printFloat10(f32 a0, f32 a1, f32 a2, f32 a3, f32 a4, f32 a5, f32 a6, f32 a7, f32 a8, f32 a9) <na…
Dtypes-byte-09.pa21 .function void EtsNapiTests.printByte9(i8 a0, i8 a1, i8 a2, i8 a3, i8 a4, i8 a5, i8 a6, i8 a7, i8 a…
Dtypes-short-09.pa21 …iTests.printShort9(i16 a0, i16 a1, i16 a2, i16 a3, i16 a4, i16 a5, i16 a6, i16 a7, i16 a8) <native>
Dtypes-double-09.pa21 …Tests.printDouble9(f64 a0, f64 a1, f64 a2, f64 a3, f64 a4, f64 a5, f64 a6, f64 a7, f64 a8) <native>
/arkcompiler/ets_runtime/test/moduletest/stackoverflow/
Dstackoverflow.js56 function f5(a6, a7) { argument

12345