Home
last modified time | relevance | path

Searched full:400 (Results 1 – 25 of 111) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/arkts/@arkts/math/Decimal/
DtoNearestTests.ets136 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/
Dannotation_@Link.ets29 .width(400).height(100)
40 .width(400).height(100)
56 .width(400).height(100)
Dannotation_@Builder.ets24 .width(400)
31 .width(400)
65 .width(400)
/arkcompiler/ets_runtime/test/quickfix/multi_patch/
Dmodule_modify2.js16 export var a = 400
18 var b = 400
Dexpect_output.txt33 print patch2: 400 - 400
/arkcompiler/ets_runtime/test/moduletest/createobject/
Dexpect_output.txt32 400
33 400
Dcreateobject.js32 400: "400", property
/arkcompiler/runtime_core/taihe/test/ani_struct_extend/user/
Dmain.ets51 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/
Doptinal_lambda_argument.ets46 b.on(() => { count = 300 }, () => { count = 400 });
47 assertEQ(count, 400)
DSpreadExpressions.ets51 let expectedAssignment : Int[] = [100, 200, 77, 88, 99, 400, 600, 77, 88, 99]
53 arrayAssignment = [100, 200, ...intArray, 400, 600, ...intArray]
DSpreadExpressions_ResizableArray.ets51 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/
Dictest.js51 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/
Dmain.ets171 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/
Dtwo_class_method_over_n.ets55 res = 400 + {{c.res}};
70 assertEQ( res, 400 + {{c.res}} );
/arkcompiler/ets_runtime/test/quickfix/module_var/
Dmodule_modify.js18 export var c = 400
Dmodule.js17 export var c = 400
Dexpect_output.txt19 print patch: 400
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Ddiagnostic_test.cpp86 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/
Dfunction_outer_variable.ts24 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/
Dleft_class.ets25 MyClass.staticProp = 400;
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dcustom_layout.ets87 this.result.height = 400;
116 this.result.height = 400;
/arkcompiler/ets_runtime/test/aottest/definefieldbyname/
Ddefinefieldbyname.js31 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/
Dinitialize_members_35.ets21 public constructorPublicVar: number = 400;
Dinitialize_members_36.ets24 this.constructorPublicVar = 400;
Dinitialize_members_37.ets24 this.constructorPublicVar = 400;

12345