Home
last modified time | relevance | path

Searched full:11 (Results 1 – 25 of 698) sorted by relevance

12345678910>>...28

/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_common_test.cpp69 INST(11, Opcode::NullCheck).ref().Inputs(0, 30); in TestParametersLocations()
70 INST(12, Opcode::StoreObject).u64().Inputs(11, 1); in TestParametersLocations()
71 INST(13, Opcode::StoreObject).u64().Inputs(11, 2); in TestParametersLocations()
72 INST(14, Opcode::StoreObject).u64().Inputs(11, 3); in TestParametersLocations()
73 INST(15, Opcode::StoreObject).u64().Inputs(11, 4); in TestParametersLocations()
74 INST(16, Opcode::StoreObject).u64().Inputs(11, 5); in TestParametersLocations()
75 INST(17, Opcode::StoreObject).u64().Inputs(11, 6); in TestParametersLocations()
76 INST(18, Opcode::StoreObject).u64().Inputs(11, 7); in TestParametersLocations()
77 INST(19, Opcode::StoreObject).u64().Inputs(11, 8); in TestParametersLocations()
78 INST(20, Opcode::StoreObject).u64().Inputs(11, 9); in TestParametersLocations()
[all …]
Dadjust_arefs_test.cpp42 INST(11, Opcode::LoadArray).u64().Inputs(0, 1); in TEST_F()
70 …INST(11, Opcode::AddI).ptr().Inputs(0).Imm(graph->GetRuntime()->GetArrayDataOffset(graph->GetArch(… in TEST_F()
71 INST(12, Opcode::Load).u64().Inputs(11, 1); in TEST_F()
72 INST(13, Opcode::Load).u64().Inputs(11, 1); in TEST_F()
73 INST(14, Opcode::Store).u64().Inputs(11, 1, 2); in TEST_F()
74 INST(15, Opcode::Store).u64().Inputs(11, 1, 2); in TEST_F()
112 INST(11, Opcode::LoadArray).u64().Inputs(0, 1); in TEST_F()
141 …INST(11, Opcode::AddI).ptr().Inputs(0).Imm(graph->GetRuntime()->GetArrayDataOffset(graph->GetArch(… in TEST_F()
142 INST(12, Opcode::Load).u64().Inputs(11, 1); in TEST_F()
143 INST(13, Opcode::Load).u64().Inputs(11, 1); in TEST_F()
[all …]
Ddeoptimize_elimination_test.cpp163 INST(11, Opcode::SaveStateDeoptimize).Inputs(10).SrcVregs({10}); in TEST_F()
165 INST(13, Opcode::DeoptimizeIf).Inputs(12, 11); in TEST_F()
187 INST(11, Opcode::NOP); in TEST_F()
258 CONSTANT(11, 1); in TEST_F()
261 INST(0, Opcode::SaveStateDeoptimize).Inputs(10, 11).SrcVregs({0, 1}); in TEST_F()
264 INST(3, Opcode::Compare).b().CC(CC_LT).Inputs(10, 11); in TEST_F()
274 INST(6, Opcode::SaveStateDeoptimize).Inputs(10, 11).SrcVregs({0, 1}); in TEST_F()
302 CONSTANT(11, 1); in TEST_F()
305 INST(0, Opcode::SaveStateDeoptimize).Inputs(10, 11).SrcVregs({0, 1}); in TEST_F()
310 INST(13, Opcode::SaveStateDeoptimize).Inputs(10, 11).SrcVregs({0, 1}); in TEST_F()
[all …]
Dscheduler_test.cpp44 INST(11, Opcode::Add).u64().Inputs(4, 5); in TEST_F()
46 INST(13, Opcode::Add).u64().Inputs(11, 12); in TEST_F()
58 EXPECT_TRUE((INS(11).GetNext() == &INS(10)) || (INS(12).GetNext() == &INS(10))); in TEST_F()
82 INST(11, Opcode::Add).u64().Inputs(4, 5); in TEST_F()
84 INST(12, Opcode::Add).u64().Inputs(10, 11); in TEST_F()
104 ASSERT_EQ(INS(11).GetNext(), &INS(13)); in TEST_F()
130 INST(11, Opcode::Add).u64().Inputs(4, 5); in TEST_F()
132 INST(12, Opcode::Add).u64().Inputs(10, 11); in TEST_F()
153 ASSERT_EQ(INS(15).GetNext(), &INS(11)); in TEST_F()
154 ASSERT_EQ(INS(11).GetNext(), &INS(16)); in TEST_F()
[all …]
Dlowering_test.cpp75 PARAMETER(11, 1).f64(); in TEST_F()
91 INST(13, Opcode::Add).f64().Inputs(11, 21); in TEST_F()
92 INST(14, Opcode::Sub).f64().Inputs(11, 21); in TEST_F()
100 … .Inputs(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22) in TEST_F()
101 … .SrcVregs({0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21}); in TEST_F()
188 INST(11, Opcode::Xor).u64().Inputs(0, 2); in TEST_F()
192 .Inputs(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13) in TEST_F()
193 .SrcVregs({0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}); in TEST_F()
207 ASSERT_TRUE(INS(11).HasUsers()); in TEST_F()
218 ASSERT_EQ(INS(11).GetPrev()->GetOpcode(), Opcode::Xor); in TEST_F()
[all …]
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-namespace-11-expected.txt1 test-ts-namespace-11 flag2
2 test-ts-namespace-11 flag1
3 test-ts-namespace-11 flag1
4 test-ts-namespace-11 flag1
/arkcompiler/runtime_core/libpandabase/tests/
Dtype_converter_tests.cpp57 ASSERT_EQ(TimeConverter(11'119'272), ValueUnit(11.119, "ms"));
58 ASSERT_EQ(TimeConverter(11'119'472), ValueUnit(11.119, "ms"));
59 ASSERT_EQ(TimeConverter(11'119'499), ValueUnit(11.119, "ms"));
60 ASSERT_EQ(TimeConverter(11'119'500), ValueUnit(11.120, "ms"));
61 ASSERT_EQ(TimeConverter(11'119'572), ValueUnit(11.120, "ms"));
62 ASSERT_EQ(TimeConverter(11'119'999), ValueUnit(11.120, "ms"));
89 ASSERT_EQ(MemoryConverter(11'119'272), ValueUnit(10.604, "MB"));
90 ASSERT_EQ(MemoryConverter(11'120'149), ValueUnit(10.605, "MB"));
91 ASSERT_EQ(MemoryConverter(11'121'092), ValueUnit(10.606, "MB"));
108 ASSERT_EQ(ValueConverter(11'119'272, ValueType::VALUE_TYPE_TIME), ValueUnit(11.119, "ms"));
[all …]
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dexpect_output.txt20 11
29 11
34 11
36 11
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64_constants.h88 LT = 11,
220 |31 30 29 28|27 26 25 24|23 22 21 20 | |15 14 |11 10 9 | 5 4| 0|
223 |31 30 29 28|27 26 25 24|23 22 21 20 | |15 14 |11 10 9 | 5 4| 0|
226 |31 30 29 28|27 26 25 24|23 22 21 20 | |15 14 |11 10 9 | 5 4| 0|
234 |31 30 29 28|27 26 25 24|23 22 21 20 | |15 14 |11 10 9 | 5 4| 0|
237 |31 30 29 28|27 26 25 24|23 22 21 20 | 16|15 14 |11 10 9 | 5 4| 0|
240 |31 30 29 28|27 26 25 24|23 22 21 20 | 16|15 13 12 |11 10 9 | 5 4| 0|
254 |31 30 29 28|27 26 25 24|23 22 21 20 | 16|15 14 |11 10 9 | 5 4| 0|
257 |31 30 29 28|27 26 25 24|23 22 21 20 | 16|15 14 |11 10 9 | 5 4| 0|
270 |31 30 29 28|27 26 25 24|23 22 21 20 | 16|15 14 12 |11 10 9 | 5 4| 0|
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp79 double const day1 = ecmascript::JSDate::MakeDay(0, 11, 31); in HWTEST_F_L0()
84 double const day = ecmascript::JSDate::MakeDay(-1, 11, 31); in HWTEST_F_L0()
93 CString str = "2020-11-19T12:18:18.132Z"; in HWTEST_F_L0()
101 str = "2020-11-19Z"; in HWTEST_F_L0()
105 str = "2020-11"; in HWTEST_F_L0()
109 str = "2023-1-11"; in HWTEST_F_L0()
129 str = "2020-11T12:18:17.231Z"; in HWTEST_F_L0()
133 str = "1645-11T12:18:17.231+08:00"; in HWTEST_F_L0()
137 str = "2020-11-19T12:18-08:12"; in HWTEST_F_L0()
176 str = "2020-11-19 12:18:18.132Z"; in HWTEST_F_L0()
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-method-overload2-expected.txt141 "column": 11
152 "column": 11
165 "column": 11
205 "column": 11
332 "column": 11
343 "column": 11
356 "column": 11
365 "column": 11
Dtest-class-method-overload3-expected.txt141 "column": 11
152 "column": 11
165 "column": 11
206 "column": 11
217 "column": 11
230 "column": 11
318 "column": 11
Dtest-if-expected.txt42 "column": 11
62 "column": 11
88 "column": 11
118 "column": 11
Dtest-class-method-overload7-expected.txt141 "column": 11
152 "column": 11
165 "column": 11
205 "column": 11
253 "column": 11
Dtest-ts-mapped-type-expected.txt17 "column": 11
154 "column": 11
199 "column": 11
336 "column": 11
381 "column": 11
518 "column": 11
563 "column": 11
698 "column": 11
743 "column": 11
878 "column": 11
[all …]
Dtest-class-method-overload4-expected.txt141 "column": 11
152 "column": 11
165 "column": 11
174 "column": 11
Dtest-class-method-overload1-expected.txt141 "column": 11
152 "column": 11
165 "column": 11
252 "column": 11
300 "column": 11
Dtest-class-method-overload8-expected.txt141 "column": 11
152 "column": 11
165 "column": 11
252 "column": 11
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DmemberExpTest_3-expected.txt205 "column": 11
261 "column": 11
272 "column": 11
283 "column": 11
321 "column": 11
375 "column": 11
386 "column": 11
424 "column": 11
513 "column": 11
586 "column": 11
[all …]
Dexpression_2-expected.txt58 "column": 11
92 "column": 11
178 "column": 11
264 "column": 11
350 "column": 11
451 "column": 11
552 "column": 11
624 "column": 11
696 "column": 11
768 "column": 11
Das_expression_2-expected.txt21 "column": 11
94 "column": 11
105 "column": 11
DinterfaceInheritance1-expected.txt27 "column": 11
112 "column": 11
197 "column": 11
271 TypeError: Type A recursively references itself as a base type. [interfaceInheritance1.ts:17:11]
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json24 11
88 "columnNum": 11
98 "columnNum": 11
118 "columnNum": 11
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-throw-statement-expected.txt54 "column": 11
234 "column": 11
245 "column": 11
261 "column": 11
328 "column": 11
/arkcompiler/runtime_core/runtime/tests/
Dirtoc_test.cpp41 ASSERT_EQ(IrtocTestIncMaxValue(10, 9), 11); in TEST()
48 ASSERT_EQ(IrtocTestIncMaxValueLabels(10, 9), 11); in TEST()
103 EXPECT_EQ(IrtocTestSeqLabels(10), 11); in TEST()
104 EXPECT_EQ(IrtocTestSeqLabels(11), 13); in TEST()
144 … ASSERT_EQ(IrtocTestRelocations2(0, 1, 2.0, 3, 4, 5, 6.0, 7.0, 8, 9, 10.0, 11, 12, 13, 14.0), 120); in TEST()

12345678910>>...28