| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | osr_irtoc_test.pa | 25 .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 …]
|
| D | osr.pa | 19 .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/ |
| D | EtsNapiTests.cpp | 110 [[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/ |
| D | test-commonjs-main-func-args-expected.txt | 3 .function any .#*#(any a0, any a1, any a2, any a3, any a4, any a5, any a6, any a7) { 18 .function any .func_main_0(any a0, any a1, any a2, any a3, any a4, any a5, any a6, any a7) { 37 lda a7
|
| /arkcompiler/ets_runtime/test/aottest/module/ |
| D | add.js | 31 var a7 = d.toLowerCase() + a1.substring(1); variable 33 var a9 = a7 + a8; 40 print(a7);
|
| /arkcompiler/ets_runtime/test/aottest/string_inline/ |
| D | string_inline.ts | 68 let a7 = -4294967297; 69 let v67 = ("Hello, world!").substring(a8, a7); 70 let v68 = ("Hello, world!").slice(a8, a7); 71 let v69 = ("Hello, world!").substr(a8, a7);
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/ |
| D | y1_export_alias_expected.txt | 18 interface a7 { 27 export { a7, b7 as c7 };
|
| D | y1_import_alias_expected.txt | 21 type h7 = f7.a7;
|
| D | y1_import_export_indrect_expected.txt | 20 type h7 = i7.a7;
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/04_class_cases/01_constructor/ |
| D | 03_class_nested_constructor.ts | 21 class A7 { 29 let insA7 = new A7(1,"3");
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | MathPartialSums.ets | 29 let a7: double = 0.0; 54 a7 += 1.0 / k2; 69 return a6 + a7 + a8 + a9;
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | MathPartialSums.ets | 29 let a7: double = 0.0; 54 a7 += 1.0 / k2; 69 return a6 + a7 + a8 + a9;
|
| D | ForOfBoxing.ets | 99 let a7 : string = "ffff" 100 for (let idx7 : string of a7) {
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | stack-9-params.pa | 20 .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/static_core/tests/regression/ |
| D | stack-9-params.pa | 20 .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/static_core/plugins/ets/tests/ets_sdk/api/@ohos/url/ |
| D | UrlTestSearchParams.ets | 28 assertEQ(result, "d=value1&c=value2&b=%E5%A4%A7") 43 assertEQ(result, "d=value1&c=value2&b=+%E5%A4%A7&1+12=QQQ") 72 assertEQ(result, "d=value1&c=value2&b=%E5%A4%A7&4=key4") 87 assertEQ(result, "d=value1&c=value2&b=+%E5%A4%A7&4=key4&5=key5&1+12=QQQ")
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 104 function F4(a6, a7) { argument 117 constructor(a6,a7,a8){ argument 119 new C9(a7,C4);
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | function_spread_arg.ets | 44 let a7 = new Uint8Array(10) 61 foo2(1, ...a7)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/asm/arm64/ |
| D | SamplerSigStackArm64.S | 16 // 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/runtime/tooling/sampler/asm/amd64/ |
| D | SamplerSigStackAmd64.S | 16 // int SumEightElements(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { 28 // sum += a7;
|
| /arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
| D | readme_zh.md | 12 …/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/ets-templates/02.lexical_elements/06.identifiers/ |
| D | identifiers.params.yaml | 42 - '' # Carian Letter A2, U+102A7 106 - '' # Carian Letter A2, U+102A7
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/pa/ |
| D | types-short-10.pa | 21 …s.printShort10(i16 a0, i16 a1, i16 a2, i16 a3, i16 a4, i16 a5, i16 a6, i16 a7, i16 a8, i16 a9) <na…
|
| D | types-char-08.pa | 21 …id EtsNapiTests.printChar8(u16 a0, u16 a1, u16 a2, u16 a3, u16 a4, u16 a5, u16 a6, u16 a7) <native>
|
| D | types-boolean-11.pa | 21 .function void EtsNapiTests.printBool11(u1 a0, u1 a1, u1 a2, u1 a3, u1 a4, u1 a5, u1 a6, u1 a7, u1 …
|