Home
last modified time | relevance | path

Searched full:123 (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DBigInt5.sts29 let a = 123n;
30 assert(a == 123n);
31 assert(a.toString() == "123");
33 a = -123n;
34 assert(a == -123n);
35 assert(a.toString() == "-123");
37 a = 123n
38 assert(a == 123n);
39 assert(a.toString() == "123");
42 assert(a == -123n);
[all …]
DUnionTypeCheckCast.sts38 assert foo1("123") == "123"
40 assert foo2("123") == "123"
42 assert foo3("123") == "123"
/arkcompiler/ets_frontend/arkguard/test/ut/utils/oh_modules/
DexportFile.js17 ohIndirectProp1: 123
21 ohShorthandProp: 123
26 ohPropertyAssignment1: 123,
27 'ohPropertyAssignment2': 123,
28 ['ohPropertyAssignment3']: 123,
50 ohIndirectProp2 = 123;
54 ohIndirectProp3 = 123;
57 ohIndirectProp4 = 123;
63 ohIndirectProp5 = 123;
67 ohIndirectProp6 = 123;
[all …]
DexportFile1.ts17 export let nsProp1 = "123";
22 classProp1 = "123";
24 innerProp: 123
29 prop4 = 123;
31 innerProp1: "123"
36 prop1 = "123";
38 innerProp2: 123
/arkcompiler/ets_frontend/arkguard/test/ut/utils/module_exports_test/
DexportFile1.js17 indirectProp1: 123
21 projectShorthandProp: 123
26 projectPropertyAssignment1: 123,
27 'projectPropertyAssignment2': 123,
28 ['projectPropertyAssignment3']: 123,
50 indirectProp2 = 123;
54 indirectProp3 = 123;
57 indirectProp4 = 123;
63 indirectProp5 = 123;
67 indirectProp6 = 123;
[all …]
/arkcompiler/runtime_core/libpandabase/tests/
Dstring_helpers_test.cpp50 ASSERT_FALSE(ParseInt("123x", &i)); in TEST()
53 ASSERT_TRUE(ParseInt("123", &i)); in TEST()
54 ASSERT_EQ(123, i); in TEST()
57 EXPECT_TRUE(ParseInt(" 123", &i)); in TEST()
58 EXPECT_EQ(123, i); in TEST()
59 ASSERT_TRUE(ParseInt("-123", &i)); in TEST()
60 ASSERT_EQ(-123, i); in TEST()
62 EXPECT_TRUE(ParseInt(" -123", &i)); in TEST()
63 EXPECT_EQ(-123, i); in TEST()
88 ASSERT_FALSE(ParseInt<int>("123x", nullptr)); in TEST()
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dstring_helpers_test.cpp54 ASSERT_FALSE(ParseInt("123x", &i)); in TEST()
57 ASSERT_TRUE(ParseInt("123", &i)); in TEST()
58 ASSERT_EQ(123U, i); in TEST()
61 EXPECT_TRUE(ParseInt(" 123", &i)); in TEST()
62 EXPECT_EQ(123U, i); in TEST()
63 ASSERT_TRUE(ParseInt("-123", &i)); in TEST()
64 ASSERT_EQ(-123L, i); in TEST()
66 EXPECT_TRUE(ParseInt(" -123", &i)); in TEST()
67 EXPECT_EQ(-123L, i); in TEST()
92 ASSERT_FALSE(ParseInt<int>("123x", nullptr)); in TEST()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Dcompat_stringify.js25 z = 123;
28 x = '123';
34 throw 123;
53 ASSERT_EQ(jsv, '{"x":"123","y":{"z":123}}');
54 ASSERT_EQ(obj, '{"x":"123","y":{"z":123}}');
56 ASSERT_EQ(jsvsield, '{"x":{"x":"123","y":{"z":123}}}');
62 ASSERT_EQ(e, 123);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_object/
Ddynamic_call.js16 return 123;
19 exports.Lambda = () => 123;
24 return 123;
29 exports.MultipleCall = () => () => 123;
33 return 123;
41 return 123;
46 exports.ArrayOfLambda = [() => 123];
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/expressions/assignment/
Dtest-logic-assigment-expression-with-assignment-done-expected.txt1 123
2 123
3 123
4 123
/arkcompiler/ets_frontend/arkguard/test/ut/utils/keep_export/
DexportFile1.ts17 prop1: string = "123";
18 prop2: number = 123;
20 innerProp2: "123"
44 prop4 = 123;
46 innerProp: "123"
51 exportProp1 = "123";
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-class-auto-accessor-5.ts18 accessor 123 = "123";
22 print(t[123]);
23 t[123] = "456";
24 print(t[123]);
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dcall.virt.range.negative.yaml436 movi v1, 123
442 movi v1, 123
448 movi v1, 123
460 movi v1, 123
471 movi v1, 123
536 movi v2, 123
541 movi v1, 123
549 movi v1, 123
557 movi v1, 123
567 movi v2, 123
[all …]
Dcall.virt.negative.yaml445 movi v1, 123
451 movi v1, 123
457 movi v1, 123
469 movi v1, 123
480 movi v1, 123
545 movi v2, 123
550 movi v1, 123
558 movi v1, 123
566 movi v1, 123
576 movi v2, 123
[all …]
Dcall.virt.range_base.yaml126 - 'movi v1, 123'
130 - 'movi.64 v1, 123'
136 movi v1, 123
150 movi v1, 123
158 movi v1, 123
167 movi v1, 123
175 movi v1, 123
186 movi v1, 123
195 movi v1, 123
203 movi v1, 123
[all …]
/arkcompiler/ets_runtime/test/sharedtest/sharedJSON/
Dexpect_output.txt36 123
39 123
45 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7…
46 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7…
47 123
50 123
56 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7…
57 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7…
58 123
103 {"123":"1","124":"123","1234":"bb","xx":"yy","aaa":"ee","success":"true"}
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/02.floating_point_literals/
Dincorrect_float_literals.params.yaml37 - '1__23.123e12'
38 - '_123.123e12'
40 - '123._123e12'
41 - '123_.123e12'
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.virt.range.negative.yaml551 movi v1, 123
557 movi v1, 123
563 movi v1, 123
575 movi v1, 123
586 movi v1, 123
653 movi v2, 123
658 movi v1, 123
666 movi v1, 123
674 movi v1, 123
684 movi v2, 123
[all …]
Dcall.virt.negative.yaml570 movi v1, 123
576 movi v1, 123
582 movi v1, 123
594 movi v1, 123
605 movi v1, 123
672 movi v2, 123
677 movi v1, 123
685 movi v1, 123
693 movi v1, 123
703 movi v2, 123
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/06.type_inference/01.smart_types/
Dun3.params.yaml18 res = v.int2str(123) + 4 == '1234'
29 return p.int2str(123)
34 res = foo(v) == '123'
48 res = a.fld.int2str(123) == '123'
54 return p.int2str(123)
61 res = a.meth(v) == '123'
Dun4.params.yaml18 res = v[0].int2str(123) + 4 == '1234'
29 return p[0].int2str(123)
34 res = foo(v) == '123'
48 res = a.fld[0].int2str(123) == '123'
54 return p[0].int2str(123)
61 res = a.meth(v) == '123'
/arkcompiler/ets_runtime/test/moduletest/string/
Dexpect_output.txt41 123_352_42342_483297538927943872943_12i2
43 123_352_42342_483297538927943872943_12i2
44 123,352,42342,483297538927943872943,12i2
45 123,352
52 123,wode2222222222222222,fast,哈哈哈
53 123,wode2222222222222222,fast,hhh
103 123
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/enums/
Dtest-ts-enum-27.ts19 a=`123`
35 print(E1["123"]);
36 print(E2["123"]);
37 print(E3["123"]);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/02.string_operator_contexts/
Dstr_prim.params.yaml17 - { type: byte, val: -123 }
18 - { type: short, val: -123 }
20 - { type: int, val: -123 }
21 - { type: long, val: -123 }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DDoubleTest.sts30 "123",
46 " 123 ",
64 123,
80 123,
98 123,
114 123,

12345678910>>...24