Home
last modified time | relevance | path

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

12345678910>>...35

/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_frontend/es2panda/test/parser/annotations/
Ddeclaration-usage-combination-expected.txt1536 "line": 40,
1540 "line": 40,
1559 "line": 40,
1563 "line": 40,
1573 "line": 40,
1577 "line": 40,
1585 "line": 40,
1589 "line": 40,
1604 "line": 40,
1608 "line": 40,
[all …]
/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dexpect_output.txt261 10,20,30,40,50
262 20,30,40,50
263 10,20,30,40,50
264 30,40,50
267 10,20,30,40,50
268 20,30,40,50
269 10,20,30,40,50
270 30,40,50
273 10,20,30,40,50
274 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;
Darray_indexation.sts17 let x1 = [10,20,30,40];
21 let x3 = [10,20,30,40][2]
22 let x4 = [10,20,30,40][3]
24 assert(x4 == 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/ast/parser/ts/
DInvalidLexer.ts37 /* @@? 40:67 Error SyntaxError: Unexpected token, expected: '}'. */
38 /* @@? 40:67 Error SyntaxError: Unterminated string */
39 /* @@? 40:67 Error SyntaxError: Unexpected token, expected '${' or '`' */
40 /* @@? 40:67 Error SyntaxError: Unexpected token, expected '`' */
/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/main/
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.txt1183 "line": 40,
1187 "line": 40,
1198 "line": 40,
1202 "line": 40,
1211 "line": 40,
1215 "line": 40,
1232 "line": 40,
1236 "line": 40,
1247 "line": 40,
1251 "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.txt183 nop # line: 40 # column: 0
184 ldundefined # line: 40 # column: 0
185 sta v0 # line: 40 # column: 0
186 label@3: ldai 0xb # line: 40 # column: 0
187 mov v3, v0 # line: 40 # column: 0
188 mov v1, v0 # line: 40 # column: 0
230 label@47: ldhole # line: 40 # column: 0
231 sta v0 # line: 40 # column: 0
232 mov v1, v3 # line: 40 # column: 0
233 mov v2, v0 # line: 40 # column: 0
[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/ets_frontend/ets2panda/test/ast/compiler/ets/
Diterabletypes_with_protected_iterator_neg.sts47 /* @@? 40:19 Error TypeError: Signature $_iterator(): void is not visible here. */
48 /* @@? 40:19 Error TypeError: Cannot find iterator method with the required signature. */
49 /* @@? 40:19 Error TypeError: 'For-of' statement source expression is not of iterable type. */
/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_runtime/test/aottest/ts_inline_exception7/
Dpgo_expect_output.txt18 at foo3 (hidden:40:40)
/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_exception2/
Dexpect_output.txt20 at foo6 (hidden:40:40)

12345678910>>...35