Home
last modified time | relevance | path

Searched full:12345 (Results 1 – 25 of 92) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/
Dlist.escompat_regexp_instance.yaml319 test1: { pattern: '"\u{12345}"', flags: '"u"' },
320 test2: { pattern: '"\u{12345}"', flags: '"u"' },
321 test3: { pattern: '"\u{12345}"', flags: '"u"' },
322 test4: { pattern: '"\u{12345}\u{23456}"', flags: '"u"' },
323 test5: { pattern: '"\u{12345}\u{23456}"', flags: '"u"' },
324 test6: { pattern: '"\u{12345}\u{23456}"', flags: '"u"' },
325 test7: { pattern: '"\u{12345}\u{23456}"', flags: '"u"' },
326 test8: { pattern: '"\u{12345}(?:\u{23456})"', flags: '"u"' },
327 test9: { pattern: '"\u{12345}(?:\u{23456})"', flags: '"u"' },
328 test10: { pattern: '"\u{12345}(?:\u{23456})"', flags: '"u"' },
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/
Dbigint_func_n.params.yaml23 - 'BigInt.asIntN("5", 12345n) // wrong 1st argument type'
25 - 'BigInt.asIntN(32, 12345) // wrong 2nd argument type'
29 - 'BigInt.asUintN("5", 12345n) // wrong 1st argument type'
31 - 'BigInt.asUintN(32, 12345) // wrong 2nd argument type'
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/
DRegExpTestTest.ets24 arktest.assertEQ(RegExp("\u{12345}{3}", "u").test("\u{12345}\udf45\udf45"), false)
25 arktest.assertEQ(RegExp("\u{12345}{3}").test("\u{12345}\udf45\udf45"), true)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/
Deq.params.yaml90 - 12345n
91 - new BigInt(12345)
93 - new BigInt('12345')
Deq1.params.yaml103 - new BigInt(12345)
105 - 12345n
106 - new BigInt('12345')
Deq2.params.yaml113 - 12345n
115 - new BigInt(12345)
116 - new BigInt('12345')
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/postfix_increment/
Dpostfix_increment_short.params.yaml21 - { value: 12345, result: 12346 }
22 - { value: -12345, result: -12344 }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/
Deq.params.yaml110 - 12345n
112 - new BigInt(12345)
113 - new BigInt('12345')
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/
Deq1.params.yaml109 - new BigInt(12345)
111 - 12345n
112 - new BigInt('12345')
Deq.params.yaml156 - 12345n
158 - new BigInt(12345)
159 - new BigInt('12345')
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/Now/
DbuiltinDateNow.ts23 return 12345;
94 //aot: 12345
98 //aot: 12345
102 //aot: 12345
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Entries/
DbuiltinSetEntries.ts36 let mySet = new Set([0, 0.0, 5, -200.5, 1e-78, NaN, "12345", ", ."]);
79 //: 12345,12345
133 //: 12345,12345
156 mySet.delete("12345");
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule37.ets.migrate.ets69 let a27: RegExp = new RegExp('dawfgr' + '12345')
73 let regex20: RegExp = new RegExp('dawfgr'.concat('12345'))
75 let a28: RegExp = new RegExp('dawfgr' + '12345' + '789')
Drule37.ets69 let a27: RegExp = RegExp('dawfgr'+'12345')
73 let regex20: RegExp = RegExp('dawfgr'.concat('12345'))
75 let a28: RegExp = RegExp('dawfgr'+'12345' + '789')
/arkcompiler/runtime_core/compiler/tests/
Dmove_constants_test.cpp100 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_frontend/ets2panda/test/ast/compiler/ets/
DDeclareCheckAssign.ets24 export declare const int_16: int = 12345
25 export declare const int_17 = 12345
26 export declare const int_18: number = 12345
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/GetTime/
DbuiltinDateGetTime.ts23 return 12345;
101 //aot: 12345
104 //aot: 12345
107 //aot: 12345
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/
Daot_checksum_test.cpp44 testMap.emplace("test1.abc", 12345); in HWTEST_F_L0()
98 testMap.emplace("path:to:file.abc", 12345); in HWTEST_F_L0()
131 testMap.emplace("test1.abc", 12345); in HWTEST_F_L0()
171 testMap.emplace("test1.abc", 12345); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/
Dlist.std_core_typedarrays_instance.yaml33 …ta: "[Short.MIN_VALUE as short, -12345 as short, -777 as short, -1 as short, 0 as short, 1 as shor…
Dlist.std_core_typedarrays_function1.yaml33 …ta: "[Short.MIN_VALUE as short, -12345 as short, -777 as short, -1 as short, 0 as short, 1 as shor…
Dlist.std_core_typedarrays_methods.yaml34 …ta: "[Short.MIN_VALUE as short, -12345 as short, -777 as short, -1 as short, 0 as short, 1 as shor…
/arkcompiler/runtime_core/static_core/compiler/tests/
Dmove_constants_test.cpp110 CONSTANT(1U, 12345U); in SRC_GRAPH()
159 CONSTANT(1U, 12345U); in OUT_GRAPH()
195 CONSTANT(1U, 12345U); in SRC_GRAPH()
255 CONSTANT(1U, 12345U); in OUT_GRAPH()
302 CONSTANT(1U, 12345U); in SRC_GRAPH()
355 CONSTANT(1U, 12345U); in OUT_GRAPH()
385 CONSTANT(1U, 12345U); in SRC_GRAPH()
439 CONSTANT(1U, 12345U); in OUT_GRAPH()
470 CONSTANT(2U, 12345U); in SRC_GRAPH()
502 CONSTANT(2U, 12345U); in OUT_GRAPH()
[all …]
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Values/
DbuiltinSetValues.ts36 let mySet = new Set([0, 0.0, 5, -200.5, 1e-78, NaN, "xyz", "12345"]);
81 //: 12345
135 //: 12345
155 mySet.delete("12345");
/arkcompiler/ets_frontend/arkguard/test/grammar/module_validation/
Dimport_tests.ts30 assert(str.isAcceptable('12345'), 'success');
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DDoubleToPrecisionTest.ets58 let num5: Double = 12345;
76 assertEQ(str5, '12345');

1234