Home
last modified time | relevance | path

Searched full:u1 (Results 1 – 25 of 617) sorted by relevance

12345678910>>...25

/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+strProp+top/04_class_cases/01_constructor/
D03_class_nested_constructor_expected.txt18 constructor(public u1: number, public v1: string) {
19 u1 = u1 + 1;
21 constructor(public u1: number, public z1: string) {
22 u1 = u1 + 2;
25 this.u1 = u1 + 1;
29 assert(x1.u1 === 4);
31 this.u1 = u1;
36 assert(t1.u1 === 2);
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+top/04_class_cases/01_constructor/
D03_class_nested_constructor_expected.txt18 constructor(public u1: number, public v1: string) {
19 u1 = u1 + 1;
21 constructor(public u1: number, public z1: string) {
22 u1 = u1 + 2;
25 this.u1 = u1 + 1;
29 assert(x1.u1 === 4);
31 this.u1 = u1;
36 assert(t1.u1 === 2);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/02.access_to_common_union_members/
Dcm_fld1.params.yaml25 let u1: A|B = new A
28 assertTrue(u1.fld === undefined)
39 let u1: A|B = new A
42 assertEQ(u1.fld, 42.0)
53 let u1: A|B = new A
56 assertEQ(u1.fld, 42n)
67 let u1: A|B = new A
70 assertEQ(u1.fld, 42)
81 let u1: A|B = new A
84 assertEQ(u1.fld.message, 'a')
[all …]
Dcm_fld2.params.yaml27 let u1: AA|BB = new AA
30 assertTrue(u1.fld === undefined)
45 let u1: AA|BB = new AA
48 assertEQ(u1.fld, 42.0)
61 let u1: AA|BB = new AA
64 assertEQ(u1.fld, 42n)
81 let u1: AA|BB = new AA
86 assertEQ(u1.fld, 42)
99 let u1: AA|BB = new AA
102 assertEQ(u1.fld.message, 'a')
[all …]
Dcm_meth1.params.yaml35 let u1: A|B = new A
38 assertTrue(u1.meth() === undefined)
53 let u1: A|B = new A
56 assertEQ(u1.meth(), 42.0)
71 let u1: A|B = new A
74 assertEQ(u1.meth(''), 42n)
89 let u1: A|B = new A
92 assertEQ(u1.meth(new Int(42)), 'a42')
107 let u1: A|B = new A
110 assertEQ(u1.meth(new Object()).message, 'a')
[all …]
Dcm_fld3.params.yaml31 let u1: J|I = new A
34 assertTrue(u1.fld === undefined)
51 let u1: I|J = new A
54 assertEQ(u1.fld, 42.0)
71 let u1: I|J = new A
74 assertEQ(u1.fld, 42n)
89 let u1: I|J = new A
92 assertEQ(u1.fld, 42)
110 let u1: I|J = new A
113 assertEQ(u1.fld.message, 'a')
[all …]
Dcm_meth2.params.yaml31 let u1: AA|BB = new AA
34 assertTrue(u1.meth() === undefined)
55 let u1: AA|BB = new AA
58 assertEQ(u1.meth(), 42.0)
75 let u1: AA|BB = new AA
78 assertEQ(u1.meth(''), 42n)
103 let u1: AA|BB = new AA
108 assertEQ(u1.meth(), 42)
123 let u1: AA|BB = new AA
126 assertEQ(u1.meth(42).message, '42')
[all …]
Dcm_meth3.params.yaml35 let u1: J|I = new A
38 assertTrue(u1.meth() === undefined)
59 let u1: I|J = new A
62 assertEQ(u1.meth(''), 42.0)
83 let u1: I|J = new A
86 assertEQ(u1.meth(0), 42n)
105 let u1: I|J = new A
109 assertEQ(u1.meth(arr), 42)
130 let u1: I|J = new A
133 assertEQ(u1.meth(42).message, 'a42')
[all …]
/arkcompiler/runtime_core/disassembler/tests/sources/
Dmeta.pa19 .function u1 A.BBB(u1 a0) <ctor> {}
20 .function u1 A.CCC(u1 a0) <cctor> {}
22 .function u1 DDD(u1 a0) <external>
24 .function u1 A.EEE(A a0, u1 a1) {
30 .function u1 FFF() <noimpl>
32 .function u1 GGG() <native>
Doverloading.pa16 .function void f(u1 a0) {}
18 .function void f(u1 a0, i8 a1) {}
22 call f:(u1), v1
23 call f:(u1, i8), v1, v1
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/pa/
Dtypes-boolean-11.pa21 .function void EtsNapiTests.printBool11(u1 a0, u1 a1, u1 a2, u1 a3, u1 a4, u1 a5, u1 a6, u1 a7, u1
Dtypes-boolean-10.pa21 .function void EtsNapiTests.printBool10(u1 a0, u1 a1, u1 a2, u1 a3, u1 a4, u1 a5, u1 a6, u1 a7, u1
Dtypes-boolean-09.pa21 .function void EtsNapiTests.printBool9(u1 a0, u1 a1, u1 a2, u1 a3, u1 a4, u1 a5, u1 a6, u1 a7, u1 a…
Dtypes-boolean-08.pa21 .function void EtsNapiTests.printBool8(u1 a0, u1 a1, u1 a2, u1 a3, u1 a4, u1 a5, u1 a6, u1 a7) <nat…
Dtypes-boolean-07.pa21 .function void EtsNapiTests.printBool7(u1 a0, u1 a1, u1 a2, u1 a3, u1 a4, u1 a5, u1 a6) <native>
Dtypes-boolean-06.pa21 .function void EtsNapiTests.printBool6(u1 a0, u1 a1, u1 a2, u1 a3, u1 a4, u1 a5) <native>
Dtypes-boolean-05.pa21 .function void EtsNapiTests.printBool5(u1 a0, u1 a1, u1 a2, u1 a3, u1 a4) <native>
/arkcompiler/runtime_core/disassembler/tests/
Dmetadata_test.cpp.in36 EXPECT_TRUE(prog.find(".function u1 GGG() <native, static>") != std::string::npos);
37 EXPECT_TRUE(prog.find(".function u1 FFF() <noimpl, static>") != std::string::npos);
38 … EXPECT_TRUE(prog.find(".function u1 A._cctor_(u1 a0) <cctor, static> {\n}") != std::string::npos);
39 EXPECT_TRUE(prog.find(".function u1 A.EEE(A a0, u1 a1) {\n") != std::string::npos);
40 EXPECT_TRUE(prog.find("\tcall.short DDD:(u1), v0") != std::string::npos);
41 EXPECT_TRUE(prog.find(".function u1 A._ctor_(u1 a0) <ctor, static> {\n}") != std::string::npos);
42 EXPECT_TRUE(prog.find(".function u1 DDD(u1 a0) <external, static>") != std::string::npos);
43 EXPECT_TRUE(prog.find("initobj.short A._ctor_:(u1), v0") != std::string::npos);
44 EXPECT_TRUE(prog.find("initobj.short A._cctor_:(u1), v1") != std::string::npos);
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dexceptions-catch-hierarchy.pa18 .function u1 E1.f(E1 a0) {
23 .function u1 E2.f(E2 a0) {
28 .function u1 E3.f(E3 a0) {
33 .function u1 f1() {
48 .function u1 f2() {
72 .function u1 main() {
/arkcompiler/runtime_core/static_core/disassembler/tests/
Dmetadata_test.cpp46 .function u1 A.BBB(u1 a0) <ctor> {} in TEST()
47 .function u1 A.CCC(u1 a0) <cctor> {} in TEST()
49 .function u1 DDD(u1 a0) <external> in TEST()
51 .function u1 A.EEE(A a0, u1 a1) { in TEST()
57 .function u1 FFF() <noimpl> in TEST()
59 .function u1 GGG() <native> in TEST()
73 EXPECT_TRUE(prog.find(".function u1 GGG() <native, static>") != std::string::npos); in TEST()
74 EXPECT_TRUE(prog.find(".function u1 FFF() <noimpl, static>") != std::string::npos); in TEST()
75 … EXPECT_TRUE(prog.find(".function u1 A._cctor_(u1 a0) <cctor, static> {\n}") != std::string::npos); in TEST()
76 EXPECT_TRUE(prog.find(".function u1 A._ctor_(u1 a0) <ctor, static> {\n}") != std::string::npos); in TEST()
[all …]
Dinstructions_test.cpp30 .function u8 B.Bhandler_short(B a0, u1 a1) {
33 .function u8 B.Bhandler_short2(B a0, u1[] a1, i64 a2) {
52 .function u8 handler_short(u1 a0) {
55 .function u8 handler_short2(u1 a0, i64 a1) {
69 .function u8 handler_short_ext(u1 a0) <external>
70 .function u8 handler_short2_ext(u1 a0, i64 a1) <external>
75 .function u1 g(u1 a0) {
108 .function u1 g(u1 a0) { in GetNewarrSource()
109 newarr v0, a0, u1[] in GetNewarrSource()
165 EXPECT_EQ("\tcall.short <static> handler_short:(u1), v1", line); in CheckTestCalls()
[all …]
/arkcompiler/runtime_core/static_core/tests/checked/
Disinstance_elimination.pa23 .function A test1(u1 a0) {
34 .function u1 main1() {
60 .function u1 test2(u1 a0) {
74 .function u1 main2() {
96 .function u1 test3(u1 a0) {
110 .function u1 main3() {
Dcheckcast_elimination.pa26 .function u1 main1() {
55 .function u1 main2() {
85 .function void test1(u1 a0) {
98 .function u1 main3() {
124 .function u1 test2(u1 a0) {
144 .function u1 main4() {
164 .function u1 main5() {
189 .function u1 main6() {
Dcheckcast_elimination_test.pa27 .function u1 main1() {
55 .function u1 main2() {
90 .function u1 main3() {
120 .function u1 main4() {
157 .function void test2(u1 a0) {
170 .function u1 main5() {
198 .function u1 test3(u1 a0) {
218 .function u1 main6() {
/arkcompiler/runtime_core/static_core/verification/
Dverification.yaml58 - u1
107 u1:
267 u1:
270 - u1
280 - u1
293 - u1
306 - u1
319 - u1
332 - u1
343 - u1

12345678910>>...25