| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | bounds_analysis_test.cpp | 197 CCTest(ConditionCode::CC_GT, BR(10U, 50U), BR(20U, 60U), BR(21U, 50U), BR(20U, 49U)); in TEST_F() 198 CCTest(ConditionCode::CC_A, BR(10U, 50U), BR(20U, 60U), BR(21U, 50U), BR(20U, 49U)); in TEST_F() 199 CCTest(ConditionCode::CC_GE, BR(10U, 50U), BR(20U, 60U), BR(20U, 50U), BR(20U, 50U)); in TEST_F() 200 CCTest(ConditionCode::CC_AE, BR(10U, 50U), BR(20U, 60U), BR(20U, 50U), BR(20U, 50U)); in TEST_F() 201 CCTest(ConditionCode::CC_LT, BR(10U, 50U), BR(20U, 60U), BR(10U, 50U), BR(20U, 60U)); in TEST_F() 202 CCTest(ConditionCode::CC_B, BR(10U, 50U), BR(20U, 60U), BR(10U, 50U), BR(20U, 60U)); in TEST_F() 203 CCTest(ConditionCode::CC_LE, BR(10U, 50U), BR(20U, 60U), BR(10U, 50U), BR(20U, 60U)); in TEST_F() 204 CCTest(ConditionCode::CC_BE, BR(10U, 50U), BR(20U, 60U), BR(10U, 50U), BR(20U, 60U)); in TEST_F() 205 CCTest(ConditionCode::CC_EQ, BR(10U, 50U), BR(20U, 60U), BR(20U, 50U), BR(20U, 50U)); in TEST_F() 206 CCTest(ConditionCode::CC_NE, BR(10U, 50U), BR(20U, 60U), BR(10U, 50U), BR(20U, 60U)); in TEST_F() [all …]
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/ |
| D | expect_output.txt | 252 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/ |
| D | expect_output.txt | 25 -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_runtime/docs/ |
| D | development-example.md | 151 …ft"><tr id="row101462717303"><th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.1"… 153 <th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.2"><p id="p11592710304"><a name=… 157 <tbody><tr id="row2015172763014"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.… 159 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p13151527133011"… 162 <tr id="row1015527173015"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1… 164 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p9556101593120">… 167 <tr id="row1015112763020"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1… 169 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1615627173019">… 172 <tr id="row131515277307"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 … 174 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1820821404711">… [all …]
|
| D | README_zh.md | 214 …ft"><tr id="row101462717303"><th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.1"… 216 <th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.2"><p id="p11592710304"><a name=… 220 <tbody><tr id="row2015172763014"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.… 222 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p13151527133011"… 225 <tr id="row1015527173015"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1… 227 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p9556101593120">… 230 <tr id="row1015112763020"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1… 232 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1615627173019">… 235 <tr id="row131515277307"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 … 237 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1655718513105">… [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | UnaryExpression.sts | 76 let a = -new Int(50); 77 assert a == -50; 80 assert b == 50; 83 assert c == -50; 84 assert +c == -50; 85 assert -c == 50;
|
| D | BigInt8.sts | 18 assert new BigInt(0).operatorMultiply(new BigInt(50)) == 0n; 19 assert new BigInt(1).operatorMultiply(new BigInt(50)) == 50n; 20 assert new BigInt(50).operatorMultiply(new BigInt(5)) == 250n; 21 assert new BigInt(50).operatorMultiply(new BigInt(-5)) == -250n;
|
| D | BigInt3.sts | 21 assert new BigInt(100).operatorModule(new BigInt(50)) == (0n); 22 assert new BigInt(100).operatorModule(new BigInt(-50)) == (0n); 23 assert new BigInt(-100).operatorModule(new BigInt(50)) == (0n); 24 assert new BigInt(-100).operatorModule(new BigInt(-50)) == (0n);
|
| D | BigInt4.sts | 21 assert new BigInt(100).operatorDivide(new BigInt(50)) == (2n); 22 assert new BigInt(100).operatorDivide(new BigInt(-50)) == (-2n); 23 assert new BigInt(-100).operatorDivide(new BigInt(50)) == (-2n); 24 assert new BigInt(-100).operatorDivide(new BigInt(-50)) == (2n);
|
| D | this_type.sts | 45 let b = new Button().setWidth(50).setTitle(""); 48 assert b.getWidth() == 50;
|
| D | UpdateExpression.sts | 71 let a: Int = new Int(50); 75 assert b == 50; 76 assert b.intValue() == 50;
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | objectDestructuring-expected.txt | 1758 "column": 50 3550 "line": 50, 3554 "line": 50, 3572 "line": 50, 3576 "line": 50, 3586 "line": 50, 3590 "line": 50, 3598 "line": 50, 3602 "line": 50, 3614 "line": 50, [all …]
|
| D | arrayDestructuring-expected.txt | 2745 "column": 50 3307 "column": 50 3756 "line": 50, 3760 "line": 50, 3770 "line": 50, 3774 "line": 50, 3782 "line": 50, 3786 "line": 50, 3799 "line": 50, 3803 "line": 50, [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | objectDestructuring-expected.txt | 1795 "column": 50 3620 "line": 50, 3624 "line": 50, 3643 "line": 50, 3647 "line": 50, 3658 "line": 50, 3662 "line": 50, 3670 "line": 50, 3674 "line": 50, 3687 "line": 50, [all …]
|
| D | arrayDestructuring-expected.txt | 2794 "column": 50 3079 "column": 50 3363 "column": 50 3817 "line": 50, 3821 "line": 50, 3832 "line": 50, 3836 "line": 50, 3844 "line": 50, 3848 "line": 50, 3861 "line": 50, [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/annotations/ |
| D | annotation_@Builder.sts | 25 .height(50) 32 .height(50) 53 .height(3*50) 66 .height(50)
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | addr_map_test.cpp | 33 amap1.Mark(&mem[50U], &mem[60U]); in TEST_F() 34 EXPECT_TRUE(amap1.HasMark(&mem[50U])); in TEST_F() 49 amap1.Mark(&mem[50U]); in TEST_F() 57 EXPECT_EQ(ptrs[0], reinterpret_cast<const char *>(&mem[50U])); in TEST_F()
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | ControlFlowRecursive-expected.txt | 1634 "column": 50 2882 "column": 50 2897 "line": 50, 2901 "line": 50, 2916 "line": 50, 2920 "line": 50, 2931 "line": 50, 2935 "line": 50, 2944 "line": 50, 2948 "line": 50, [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/objectentries/ |
| D | expect_output.txt | 25 3,30,5,50,a,somestring,b,42 26 1,10,3,30,4,40,5,50,a,somestring,b,42 28 [["0",-5],["1",10],["2",20],["3",30],["4",40],["5",50],["6",60]]
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/lambda_infer_type/ |
| D | lambda_infer_type_param2-expected.txt | 311 "column": 50 335 "column": 50 369 "column": 50 380 "column": 50 391 "column": 50 404 "column": 50
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/ |
| D | interface_readonly_attributes.ts | 23 let mySquare: Square = {color: 'black', width: 50}; 26 assert(mySquare.width === 50, 'success');
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/ |
| D | ReflectSet.sts | 64 result += (Reflect.set(p, "y", 50 as number) == true) ? 0 : 1 68 result += (Reflect.get(p, "y") as Number == 50) ? 0 : 1 84 result += (Reflect.set(arr, 1, 50 as number) == true) ? 0 : 1 88 result += (Reflect.get(arr, 1) as Number == 50) ? 0 : 1
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe91.md | 23 drawText({ text: "Hello, world!", location: [100, 50], bold: true }) 42 drawText("Hello, world!", [100, 50], true)
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/ |
| D | generics_instantiation_4-expected.txt | 3443 "column": 50 3454 "column": 50 3466 "column": 50 3477 "column": 50 3488 "column": 50 3500 "column": 50 3511 "column": 50 3522 "column": 50 3534 "column": 50 3607 "line": 50, [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_import_type4-expected.txt | 16 "column": 50 71 "column": 50
|