| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-array-expression-expected.txt | 321 "line": 31, 325 "line": 31, 342 "line": 31, 346 "line": 31, 355 "line": 31, 359 "line": 31, 367 "line": 31, 371 "line": 31, 380 "line": 31, 384 "line": 31, [all …]
|
| D | test-class-expression-expected.txt | 626 "line": 31, 630 "line": 31, 653 "line": 31, 657 "line": 31, 664 "line": 31, 668 "line": 31, 675 "line": 31, 679 "line": 31, 688 "line": 31, 692 "line": 31,
|
| D | test-arrow-function-expected.txt | 1016 "line": 31, 1020 "line": 31, 1040 "line": 31, 1044 "line": 31, 1056 "line": 31, 1060 "line": 31, 1067 "line": 31, 1071 "line": 31, 1078 "line": 31, 1082 "line": 31, [all …]
|
| D | test-class-definition-expected.txt | 566 "line": 31, 570 "line": 31, 593 "line": 31, 597 "line": 31, 604 "line": 31, 608 "line": 31, 615 "line": 31, 619 "line": 31, 628 "line": 31, 632 "line": 31,
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64_constants.h | 217 V(COMMON_REG, Sf, 31, 31) 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/ |
| D | js_date.h | 159 static constexpr int MAX_DAYS_MONTH = 31; 173 …static constexpr std::array<int, 12> MONTH_DAYS = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; 176 {0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365}, 177 {0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366}
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | regmask_test.cpp | 69 TestRegMask(MakeMask(0, 3, 2, 17, 25, 31)); 72 TestRegMask(MakeMaskByExcluding(32, 31)); 73 TestRegMask(MakeMaskByExcluding(32, 0, 31)); 74 TestRegMask(MakeMaskByExcluding(32, 0, 15, 31)); 78 RegMask mask(MakeMask(0, 2, 3, 17, 25, 31)); 86 TestDistance(mask, 31, 5, 0);
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | varRedeclaration13-expected.txt | 490 "line": 31, 494 "line": 31, 502 "line": 31, 506 "line": 31, 518 "line": 31, 522 "line": 31, 530 "line": 31, 534 "line": 31, 544 "line": 31, 548 "line": 31, [all …]
|
| D | expression_3-expected.txt | 734 "line": 31, 738 "line": 31, 752 "line": 31, 756 "line": 31, 766 "line": 31, 770 "line": 31, 777 "line": 31, 781 "line": 31, 788 "line": 31, 792 "line": 31, [all …]
|
| D | test-interface-expected.txt | 797 "column": 31 985 "line": 31, 989 "line": 31, 997 "line": 31, 1001 "line": 31, 1010 "line": 31, 1014 "line": 31, 1015 "column": 31 1022 "line": 31,
|
| D | as_expression_9-expected.txt | 132 "column": 31 143 "column": 31 156 "column": 31
|
| D | as_expression_15-expected.txt | 132 "column": 31 143 "column": 31 156 "column": 31
|
| D | as_expression_3-expected.txt | 132 "column": 31 143 "column": 31 156 "column": 31
|
| D | as_expression_6-expected.txt | 132 "column": 31 143 "column": 31 156 "column": 31
|
| D | tupleAssignability5-expected.txt | 88 "column": 31 144 TypeError: Type 'number' is not assignable to type 'string'. [tupleAssignability5.ts:17:31]
|
| D | tupleAssignability12-expected.txt | 119 "column": 31 131 "column": 31 303 "column": 31 314 "column": 31
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-type-with-specieal-constructor-expected.txt | 279 "column": 31 290 "column": 31 303 "column": 31 363 "line": 31, 375 "line": 31,
|
| D | test-keyword-declare-expected.txt | 469 "column": 31 596 "line": 31, 600 "line": 31, 612 "line": 31, 616 "line": 31, 623 "line": 31, 627 "line": 31, 906 "column": 31 923 "column": 31 972 "column": 31 [all …]
|
| D | test-ts-parameter-property-expected.txt | 551 "line": 31, 555 "line": 31, 563 "line": 31, 567 "line": 31, 580 "line": 31, 584 "line": 31, 592 "line": 31, 596 "line": 31, 603 "line": 31, 607 "line": 31, [all …]
|
| D | test-class-method-overload-expected.txt | 829 "line": 31, 833 "line": 31, 858 "line": 31, 862 "line": 31, 871 "line": 31, 875 "line": 31, 887 "line": 31, 891 "line": 31, 900 "line": 31, 904 "line": 31, [all …]
|
| D | test-class-definition-expected.txt | 291 "column": 31 308 "column": 31 357 "column": 31 374 "column": 31 981 "line": 31, 985 "line": 31, 1011 "line": 31, 1015 "line": 31, 1023 "line": 31, 1027 "line": 31, [all …]
|
| D | test-ts-conditional-type-expected.txt | 1542 "column": 31 1553 "column": 31 1631 "line": 31, 1635 "line": 31, 1642 "line": 31, 1646 "line": 31, 1657 "line": 31, 1668 "line": 31, 1679 "line": 31, 1733 "line": 31, [all …]
|
| D | test-tuple-type5-expected.txt | 1274 "column": 31 1285 "column": 31 1481 "line": 31, 1494 "line": 31, 1498 "line": 31, 1510 "line": 31, 1514 "line": 31, 1523 "line": 31, 1527 "line": 31, 1535 "line": 31, [all …]
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | bitops-nsieve-bits.pa | 52 addi 31 70 andi 31 92 andi 31
|
| /arkcompiler/runtime_core/verification/type/ |
| D | type_info.h | 61 result ^= (result >> 33U) | (result << 31U); // NOLINT(readability-magic-numbers) 63 result ^= (result >> 33U) | (result << 31U); // NOLINT(readability-magic-numbers) 65 result ^= (result >> 33U) | (result << 31U); // NOLINT(readability-magic-numbers)
|