| /arkcompiler/runtime_core/compiler/tests/ |
| D | move_constants_test.cpp | 100 CONSTANT(1, 12345); in TEST_F() 146 CONSTANT(1, 12345); in TEST_F() 175 CONSTANT(1, 12345); in TEST_F() 232 CONSTANT(1, 12345); in TEST_F() 272 CONSTANT(1, 12345); in TEST_F() 322 CONSTANT(1, 12345); in TEST_F() 345 CONSTANT(1, 12345); in TEST_F() 396 CONSTANT(1, 12345); in TEST_F() 420 CONSTANT(2, 12345); in TEST_F() 449 CONSTANT(2, 12345); in TEST_F() [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 33 print(addProxy(a, 12345 * a) == add(12345 * a, a))
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | lda.str.yaml | 246 - 12345 247 - "\"12345\"" 304 - 12345 305 - "\"12345\""
|
| D | stobj.v.obj.yaml | 766 movi v6, 12345 769 ldai 12345
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_promise_test.cpp | 69 // 12345 : test case in TestPromiseRaceThenOnRejectd() 70 EXPECT_EQ(JSTaggedValue::SameValue(result.GetTaggedValue(), JSTaggedValue(12345)), true); in TestPromiseRaceThenOnRejectd() 214 * @tc.steps: step1. var p1 = Promise.resolve(12345) in HWTEST_F_L0() 287 JSHandle<JSTaggedValue> paramMsg1(thread, JSTaggedValue(12345)); in HWTEST_F_L0() 291 * @tc.steps: step1. var p1 = Promise.reject(12345) in HWTEST_F_L0() 302 …EXPECT_EQ(JSTaggedValue::SameValue(rejectPromise->GetPromiseResult(), JSTaggedValue(12345)), true); in HWTEST_F_L0() 358 JSHandle<JSTaggedValue> paramMsg1(thread, JSTaggedValue(12345)); in HWTEST_F_L0() 362 * @tc.steps: step1. var p1 = Promise.reject(12345) in HWTEST_F_L0() 373 …EXPECT_EQ(JSTaggedValue::SameValue(rejectPromise->GetPromiseResult(), JSTaggedValue(12345)), true); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_symbol.h | 38 static constexpr const uint32_t LINEAR_Y = 12345U;
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | rb_tree_node_test.cpp | 250 int rvalue = RBTreeNode::Compare(12345, a.GetTaggedValue(), 12345, b.GetTaggedValue()); in HWTEST_F_L0()
|
| D | tagged_value_test.cpp | 422 double input1 = (static_cast<uint64_t>(UINT32_MAX) + 1) + 12345; in HWTEST_F_L0() 425 EXPECT_EQ(result, 12345); in HWTEST_F_L0() 474 double input1 = (static_cast<uint64_t>(UINT32_MAX) + 1) + 12345; in HWTEST_F_L0() 477 EXPECT_EQ(result, 12345U); in HWTEST_F_L0() 526 double input1 = (static_cast<uint64_t>(UINT16_MAX) + 1) + 12345; in HWTEST_F_L0() 529 EXPECT_EQ(result, 12345); in HWTEST_F_L0() 578 double input1 = (static_cast<uint64_t>(UINT16_MAX) + 1) + 12345; in HWTEST_F_L0() 581 EXPECT_EQ(result, 12345U); in HWTEST_F_L0()
|
| D | js_serializer_test.cpp | 1165 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(12345)); in HWTEST_F_L0() 1450 JSHandle<JSTaggedValue> value1(thread, JSTaggedValue(12345)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | number_helper_test.cpp | 302 EXPECT_EQ(NumberHelper::DoubleInRangeInt32(12345.6789), 12345); in HWTEST_F_L0() 303 EXPECT_EQ(NumberHelper::DoubleInRangeInt32(-12345.6789), -12345); in HWTEST_F_L0() 441 resultStr = factory->NewFromASCII(" 12345 "); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | object_header.h | 44 constexpr const uint32_t LINEAR_Y = 12345U;
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | parser_test.cpp | 102 v.push_back(l.TokenizeString("addi 12345}").first); in TEST() 108 …alue().function_table.at(sig_main).ins[0].imms[0], Ins::IType(int64_t(12345))) << "12345 expected"; in TEST() 2755 v.push_back(l.TokenizeString("movi v0, 12345}").first); in TEST() 2757 … ASSERT_EQ(item.Value().function_table.at(sig_main).ins[0].imms[0], Ins::IType(int64_t(12345))) in TEST() 2758 << "12345 expected"; in TEST() 2803 v.push_back(l.TokenizeString("movi v0, -12345}").first); in TEST() 2805 … ASSERT_EQ(item.Value().function_table.at(sig_main).ins[0].imms[0], Ins::IType(int64_t(-12345))) in TEST() 2806 << "-12345 expected"; in TEST() 2818 << "12345 expected"; in TEST() 2830 << "12345 expected"; in TEST() [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/multiconstpoolconstructor/ |
| D | multiconstpoolconstructor.js | 2151 …var a12344 = "12344"; var a12345 = "12345"; var a12346 = "12346"; var a12347 = "12347"; var a12348…
|
| /arkcompiler/ets_runtime/test/moduletest/multiconstpoolfunc/ |
| D | multiconstpoolfunc.js | 2150 …var a12344 = "12344"; var a12345 = "12345"; var a12346 = "12346"; var a12347 = "12347"; var a12348…
|
| /arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/multi_constantpool_closure/ |
| D | multi_constantpool_closure.ts | 2169 …var a12344 = "12344"; var a12345 = "12345"; var a12346 = "12346"; var a12347 = "12347"; var a12348…
|
| /arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/multi_constantpool_funccall/ |
| D | multi_constantpool_funccall.ts | 2168 …var a12344 = "12344"; var a12345 = "12345"; var a12346 = "12346"; var a12347 = "12347"; var a12348…
|
| /arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/multi_constantpool_class/ |
| D | multi_constantpool_class.ts | 2156 …var a12344 = "12344"; var a12345 = "12345"; var a12346 = "12346"; var a12347 = "12347"; var a12348…
|
| /arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/multi_constantpool_func/ |
| D | multi_constantpool_func.ts | 2168 …var a12344 = "12344"; var a12345 = "12345"; var a12346 = "12346"; var a12347 = "12347"; var a12348…
|
| /arkcompiler/ets_runtime/test/aottest/aot_multi_constantpool_test/multi_constantpool_constructor/ |
| D | multi_constantpool_constructor.ts | 2156 …var a12344 = "12344"; var a12345 = "12345"; var a12346 = "12346"; var a12347 = "12347"; var a12348…
|
| /arkcompiler/ets_runtime/test/moduletest/multiconstpoolobj/ |
| D | multiconstpoolobj.js | 2151 …var a12344 = "12344"; var a12345 = "12345"; var a12346 = "12346"; var a12347 = "12347"; var a12348…
|
| /arkcompiler/ets_runtime/test/moduletest/multiconstpoolclass/ |
| D | multiconstpoolclass.js | 2154 …var a12344 = "12344"; var a12345 = "12345"; var a12346 = "12346"; var a12347 = "12347"; var a12348…
|
| /arkcompiler/ets_runtime/test/moduletest/multiconstpoolarray/ |
| D | multiconstpoolarray.js | 2151 …var a12344 = "12344"; var a12345 = "12345"; var a12346 = "12346"; var a12347 = "12347"; var a12348…
|