Home
last modified time | relevance | path

Searched full:40 (Results 1 – 25 of 760) sorted by relevance

12345678910>>...31

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/
Dresult_type_cond.params.yaml18 - { type: byte, val: 1 as byte, rt: char, rv: "c'0'", res: 40 }
25 - { type: byte, val: 1 as byte, rt: Short, rv: new Short(1 as short), res: 40 }
26 - { type: byte, val: 1 as byte, rt: Char, rv: new Char(c'0'), res: 40 }
27 - { type: byte, val: 1 as byte, rt: Int, rv: new Int(1), res: 40 }
28 - { type: byte, val: 1 as byte, rt: Long, rv: new Long(1 as long), res: 40 }
29 - { type: byte, val: 1 as byte, rt: Float, rv: new Float(1.0 as float), res: 40 }
30 - { type: byte, val: 1 as byte, rt: Double, rv: new Double(1.0), res: 40 }
34 - { type: short, val: 1 as short, rt: char, rv: "c'0'", res: 40 }
40 - { type: short, val: 1 as short, rt: Byte, rv: new Byte(1 as byte), res: 40 }
42 - { type: short, val: 1 as short, rt: Char, rv: new Char(c'0'), res: 40 }
[all …]
/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dexpect_output.txt252 10,20,30,40,50
253 20,30,40,50
254 10,20,30,40,50
255 30,40,50
258 10,20,30,40,50
259 20,30,40,50
260 10,20,30,40,50
261 30,40,50
264 10,20,30,40,50
265 20,30,40,50
[all …]
/arkcompiler/ets_runtime/test/moduletest/typedarrayslice/
Dexpect_output.txt25 -5,10,20,30,-40,50,-60
26 10,20,30,-40,50
27 10,20,30,-40,50,-60
28 10,20,30,-40,50
30 10,20,30,-40,50
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DUnaryExpression.sts61 let a: Int = new Int(40);
63 assert b == -40;
66 assert a == -40;
67 assert a.intValue() == -40;
70 assert c == -40;
71 assert +c == -40;
72 assert -c == 40;
DUpdateExpression.sts55 let a: Int = new Int(40);
59 assert b == 40;
60 assert b.intValue() == 40;
65 assert b == 40;
66 assert b.intValue() == 40;
/arkcompiler/ets_runtime/test/moduletest/arraysortcase/
Darraysortcase.js23 const numberArray1 = new Array(40, 1, 5, 200);
28 const numberArray = [40, 1, 5, 200];
30 const mixedNumericArray = ["80", "9", "700", 40, 1, 5, 200];
40 numberArray.join(); // '40,1,5,200'
41 numberArray.sort(); // [1, 200, 40, 5]
42 numberArray.sort(compareNumbers); // [1, 5, 40, 200]
50 mixedNumericArray.join(); // '80,9,700,40,1,5,200'
51 mixedNumericArray.sort(); // [1, 200, 40, 5, '700', '80', '9']
52 mixedNumericArray.sort(compareNumbers); // [1, 5, '9', 40, '80', 200, '700']
Dexpect_output.txt16 1,200,40,5
18 1,5,40,200
20 1,5,9,40,80,200,700
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-arrow-function1-expected.txt91 "column": 40
102 "column": 40
113 "column": 40
124 "column": 40
135 "column": 40
146 "column": 40
Dtest_satisfies-expected.txt616 "column": 40
627 "column": 40
640 "column": 40
883 "column": 40
894 "column": 40
907 "column": 40
1492 "line": 40,
1496 "line": 40,
1516 "line": 40,
1520 "line": 40,
[all …]
Dtest_infer-type-with-extends2-expected.txt2259 "line": 40,
2263 "line": 40,
2270 "line": 40,
2274 "line": 40,
2292 "line": 40,
2296 "line": 40,
2310 "line": 40,
2314 "line": 40,
2323 "line": 40,
2327 "line": 40,
[all …]
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/trailing_lambda_tests/
Dtrailing_lambda_transform_trailing_block-expected.txt743 "line": 40,
747 "line": 40,
760 "line": 40,
764 "line": 40,
784 "line": 40,
788 "line": 40,
795 "line": 40,
799 "line": 40,
806 "line": 40,
810 "line": 40,
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/
Ddynamic_object_literals.sts35 f2: [{c: 30}, {d: 40}],
52 f2: [{c: 30}, {d: 40}],
62 f3: [{c: 30}, {d: 40}]
88 margin({'top': '10px', 'right': '20px', 'bottom': '30px', 'left': '40px'});
89 position({'x': '20', 'y': '40'});
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dfunction_implicit_return_type8-expected.txt1214 "line": 40,
1218 "line": 40,
1229 "line": 40,
1233 "line": 40,
1242 "line": 40,
1246 "line": 40,
1263 "line": 40,
1267 "line": 40,
1278 "line": 40,
1282 "line": 40,
[all …]
DlabeledSwitchStatement-expected.txt1088 "line": 40,
1092 "line": 40,
1102 "line": 40,
1106 "line": 40,
1113 "line": 40,
1117 "line": 40,
1126 "line": 40,
1130 "line": 40,
1144 "line": 40,
1148 "line": 40,
[all …]
/arkcompiler/runtime_core/abc2program/tests/ts/
DHelloWorldDumpExpected.txt172 nop # line: 40 # column: 0
173 ldundefined # line: 40 # column: 0
174 sta v0 # line: 40 # column: 0
175 label@3: ldai 0xb # line: 40 # column: 0
176 mov v3, v0 # line: 40 # column: 0
177 mov v1, v0 # line: 40 # column: 0
219 label@47: ldhole # line: 40 # column: 0
220 sta v0 # line: 40 # column: 0
221 mov v1, v3 # line: 40 # column: 0
222 mov v2, v0 # line: 40 # column: 0
[all …]
DHelloWorldDebugDumpExpected.txt214 ldundefined # line: 40 # column: 2
215 sta v4 # line: 40 # column: 2
249 label@38: jmp label@48 # line: 40 # column: 2
259 label@48: ldhole # line: 40 # column: 2
260 sta v5 # line: 40 # column: 2
261 jmp label@52 # line: 40 # column: 2
262 label@51: sta v5 # line: 40 # column: 2
263 label@52: lda v4 # line: 40 # column: 2
264 sta v6 # line: 40 # column: 2
265 ldundefined # line: 40 # column: 2
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DtupleAssignability-expected.txt328 "column": 40
443 "column": 40
619 "column": 40
644 "column": 40
1279 "column": 40
2151 "column": 40
2391 "column": 40
2795 "line": 40,
2799 "line": 40,
2817 "line": 40,
[all …]
/arkcompiler/runtime_core/static_core/runtime/arch/amd64/
Dhelpers_amd64.S40 movq 40(%rsp), %r9
50 movsd %xmm5, 40(%rsp)
61 movsd 40(%rsp), %xmm5
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DtupleAssignability-expected.txt331 "column": 40
448 "column": 40
626 "column": 40
651 "column": 40
1291 "column": 40
2174 "column": 40
2420 "column": 40
2838 "line": 40,
2842 "line": 40,
2860 "line": 40,
[all …]
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dmemcopy.irt102 first_buf5 := LoadI(src_data).Imm(40).u64
111 buf5 := LoadI(src_ptr).Imm(40).u64
118 StoreI(dst_ptr, buf5).Imm(40).u64
134 StoreI(dst_data, first_buf5).Imm(40).u64
182 last_buf5 := LoadI(src_end_data).Imm(40).u64
193 buf5 := LoadI(src_ptr).Imm(40).u64
200 StoreI(dst_ptr, buf5).Imm(40).u64
218 StoreI(dst_end_data, last_buf5).Imm(40).u64
/arkcompiler/ets_runtime/test/aottest/ts_inline_exception7/
Dpgo_expect_output.txt18 at foo3 (hidden:40:40)
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
DREADME.md60 header_item section: 40
72 header_item section: 40
79 class_idx_item section: 40
84 header_item section: 40
105 "header_item section": 40,
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
DREADME.md60 header_item section: 40
72 header_item section: 40
79 class_idx_item section: 40
84 header_item section: 40
105 "header_item section": 40,
/arkcompiler/ets_runtime/test/aottest/ts_inline_exception6/
Dpgo_expect_output.txt20 at foo6 (hidden:40:40)
/arkcompiler/ets_runtime/test/aottest/ts_inline_exception2/
Dpgo_expect_output.txt20 at foo6 (hidden:40:40)

12345678910>>...31