| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/arkts/@arkts/math/Decimal/ |
| D | toNearestTests.ets | 136 arktest.assertEQ(new Decimal('449.999').toNearest(100, 1).valueOf(), '400'); 138 arktest.assertEQ(new Decimal('449.999').toNearest(100, 3).valueOf(), '400'); 139 arktest.assertEQ(new Decimal('449.999').toNearest(100, 4).valueOf(), '400'); 140 arktest.assertEQ(new Decimal('449.999').toNearest(100, 5).valueOf(), '400'); 141 arktest.assertEQ(new Decimal('449.999').toNearest(100, 6).valueOf(), '400'); 142 arktest.assertEQ(new Decimal('449.999').toNearest(100, 7).valueOf(), '400'); 143 arktest.assertEQ(new Decimal('449.999').toNearest(100, 8).valueOf(), '400'); 145 arktest.assertEQ(new Decimal('-449.999').toNearest(100, 1).valueOf(), '-400'); 146 arktest.assertEQ(new Decimal('-449.999').toNearest(100, 2).valueOf(), '-400'); 148 arktest.assertEQ(new Decimal('-449.999').toNearest(100, 4).valueOf(), '-400'); [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/annotations/ |
| D | annotation_@Link.ets | 29 .width(400).height(100) 40 .width(400).height(100) 56 .width(400).height(100)
|
| D | annotation_@Builder.ets | 24 .width(400) 31 .width(400) 65 .width(400)
|
| /arkcompiler/ets_runtime/test/quickfix/multi_patch/ |
| D | module_modify2.js | 16 export var a = 400 18 var b = 400
|
| D | expect_output.txt | 33 print patch2: 400 - 400
|
| /arkcompiler/ets_runtime/test/moduletest/createobject/ |
| D | expect_output.txt | 32 400 33 400
|
| D | createobject.js | 32 400: "400", property
|
| /arkcompiler/runtime_core/taihe/test/ani_struct_extend/user/ |
| D | main.ets | 51 let ins_d: StructExtendTest.D = {param4: 400}; 58 let ins_e: StructExtendTest.E = {param4: 400, param5: 500}; 72 let e1: StructExtendTest.E = {param4: 400, param5: 500}; 75 assertEQ(e2.param4, 400);
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | optinal_lambda_argument.ets | 46 b.on(() => { count = 300 }, () => { count = 400 }); 47 assertEQ(count, 400)
|
| D | SpreadExpressions.ets | 51 let expectedAssignment : Int[] = [100, 200, 77, 88, 99, 400, 600, 77, 88, 99] 53 arrayAssignment = [100, 200, ...intArray, 400, 600, ...intArray]
|
| D | SpreadExpressions_ResizableArray.ets | 51 let expectedAssignment : Int[] = [100, 200, 77, 88, 99, 400, 600, 77, 88, 99] 53 arrayAssignment = [100, 200, ...intArray, 400, 600, ...intArray]
|
| /arkcompiler/ets_runtime/test/moduletest/ictest/ |
| D | ictest.js | 51 for (let v5 =0; v5 < 400;v5++) { 74 for (let v5 =0;v5 < 400; v5++) { 82 for (let v5 =0; v5 < 400;v5++) {
|
| /arkcompiler/runtime_core/taihe/test/ani_typedarray/user/ |
| D | main.ets | 171 let arr: Uint32Array = new Uint32Array([100, 200, 300, 400, 500]); 179 typedArrInfo.Uint32Array = new Uint32Array([100, 200, 300, 400, 500]); 181 let arr = new Uint32Array([100, 200, 300, 400, 500]); 187 let arr: Int32Array = new Int32Array([100, -200, 300, -400, 500]); 195 typedArrInfo.Int32Array = new Int32Array([100, -200, 300, -400, 500]); 197 let arr = new Int32Array([100, -200, 300, -400, 500]); 269 let uint32Arr: Uint32Array = new Uint32Array([100, 200, 300, 400, 500]); 280 let int32Arr: Int32Array = new Int32Array([100, -200, 300, -400, 500]); 335 let arr: Uint32Array = new Uint32Array([100, 200, 300, 400, 500]); 346 let arr: Int32Array = new Int32Array([100, -200, 300, -400, 500]); [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/ |
| D | two_class_method_over_n.ets | 55 res = 400 + {{c.res}}; 70 assertEQ( res, 400 + {{c.res}} );
|
| /arkcompiler/ets_runtime/test/quickfix/module_var/ |
| D | module_modify.js | 18 export var c = 400
|
| D | module.js | 17 export var c = 400
|
| D | expect_output.txt | 19 print patch: 400
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | diagnostic_test.cpp | 86 int const errorCode = 400; in TEST_F() 106 int const errorCode = 400; in TEST_F() 135 int const errorCode = 400; in TEST_F() 167 int const errorCode = 400; in TEST_F()
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/function_validation/ |
| D | function_outer_variable.ts | 24 assert(addToZ(100, 200) === 400, 'success');
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/03.left_hand_side_expressions/ |
| D | left_class.ets | 25 MyClass.staticProp = 400;
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | custom_layout.ets | 87 this.result.height = 400; 116 this.result.height = 400;
|
| /arkcompiler/ets_runtime/test/aottest/definefieldbyname/ |
| D | definefieldbyname.js | 31 for (let i = 0; i < 400; i++){
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/initialize_members/ |
| D | initialize_members_35.ets | 21 public constructorPublicVar: number = 400;
|
| D | initialize_members_36.ets | 24 this.constructorPublicVar = 400;
|
| D | initialize_members_37.ets | 24 this.constructorPublicVar = 400;
|