Home
last modified time | relevance | path

Searched full:60 (Results 1 – 25 of 103) sorted by relevance

12345

/arkcompiler/runtime_core/verification/util/tests/
Daddr_map_test.cpp30 amap1.Mark(&mem[50], &mem[60]); in TEST_F()
32 EXPECT_TRUE(amap1.HasMark(&mem[60])); in TEST_F()
37 amap2.Mark(&mem[60]); in TEST_F()
40 EXPECT_EQ(ptr, &mem[60]); in TEST_F()
47 amap1.Mark(&mem[60]); in TEST_F()
48 amap1.EnumerateMarksInScope<const char *>(&mem[49], &mem[60], [&ptrs](const char *addr) { in TEST_F()
55 EXPECT_EQ(ptrs[1], reinterpret_cast<const char *>(&mem[60])); in TEST_F()
/arkcompiler/runtime_core/libpandabase/tests/
Dtype_converter_tests.cpp49 ASSERT_EQ(TimeConverter(nanos * 1e6 * 60), ValueUnit(expected, "m"));
50 ASSERT_EQ(TimeConverter(nanos * 1e6 * 60 * 60), ValueUnit(expected, "h"));
51 ASSERT_EQ(TimeConverter(nanos * 1e6 * 60 * 60 * 24), ValueUnit(expected, "day"));
/arkcompiler/runtime_core/libark_defect_scan_aux/templates/
Dintrinsic_map_table.h.erb22 V( <%= inst.opcode.upcase.ljust(60) %>, <%= inst.opcode.upcase.ljust(60) %> ) \
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-labelled-statement-expected.txt1020 "line": 60,
1024 "line": 60,
1036 "line": 60,
1040 "line": 60,
1047 "line": 60,
1051 "line": 60,
1058 "line": 60,
1062 "line": 60,
1073 "line": 60,
1084 "line": 60,
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionCall-expected.txt2032 "line": 60,
2036 "line": 60,
2044 "line": 60,
2048 "line": 60,
2060 "line": 60,
2064 "line": 60,
2072 "line": 60,
2076 "line": 60,
2086 "line": 60,
2090 "line": 60,
[all …]
DtupleAssignability-expected.txt1160 "column": 60
1171 "column": 60
4601 "column": 60
4914 "line": 60,
4918 "line": 60,
4931 "line": 60,
4935 "line": 60,
4952 "line": 60,
4956 "line": 60,
4966 "line": 60,
[all …]
DobjectDestructuring18-expected.txt310 "column": 60
336 "column": 60
DobjectLiteralAssignability20-expected.txt138 "column": 60
366 "column": 60
DobjectDestructuring8-expected.txt373 "column": 60
492 "column": 60
DvarRedeclaration-expected.txt1273 "column": 60
1552 "column": 60
2459 "line": 60,
2463 "line": 60,
2471 "line": 60,
2475 "line": 60,
2487 "line": 60,
2491 "line": 60,
2499 "line": 60,
2503 "line": 60,
[all …]
DtupleAssignability23-expected.txt202 "column": 60
DfunctionWithPattern4-expected.txt350 "column": 60
375 "column": 60
Dtest-type-literal-expected.txt187 "column": 60
1015 "column": 60
1622 "column": 60
1634 "column": 60
/arkcompiler/ets_runtime/ecmascript/
Djs_date.h31 static constexpr int SEC_PER_MINUTE = 60;
33 static constexpr int MIN_PER_HOUR = 60;
172 static constexpr int MINUTE_PER_HOUR = 60;
177 {0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366}
/arkcompiler/runtime_core/scripts/
Dtrace_enable.sh93 echo "Warning: tracing time is not specified, set to 60 seconds"
94 TIME_TO_WAIT=60
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.h86 constexpr std::array<double, 6> COEFFS_TIME = {1000, 1000, 1000, 60, 60, 24};
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dtime.cpp22 static constexpr int SEC_PER_MINUTE = 60;
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp212 builder.BeginStackMap(50, 60, &stack_roots, reg_roots.to_ullong(), true, false); in TEST_F()
262 ASSERT_EQ(stack_map.GetNativePcUnpacked(), 60); in TEST_F()
279 stackmap = code_info.FindStackMapForNativePc(60); in TEST_F()
281 ASSERT_EQ(stackmap.GetNativePcUnpacked(), 60); in TEST_F()
Dlife_intervals_test.cpp244 interval->AddUsePosition(60); in TEST_F()
248 ASSERT_EQ(60, interval->GetLastUsageBefore(100)); in TEST_F()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-type-predicate-expected.txt2786 "column": 60
2798 "column": 60
3660 "column": 60
3790 "line": 60,
3794 "line": 60,
3803 "line": 60,
3807 "line": 60,
3815 "line": 60,
3819 "line": 60,
3827 "line": 60,
[all …]
Dtest_module-expected.txt1209 "line": 60,
1213 "line": 60,
1221 "line": 60,
1225 "line": 60,
1234 "line": 60,
1238 "line": 60,
Dtest-type-annotation-expected.txt1077 "column": 60
1089 "column": 60
1601 "column": 60
1613 "column": 60
2305 "column": 60
2317 "column": 60
2328 "column": 60
2533 "column": 60
2544 "column": 60
3200 "column": 60
/arkcompiler/runtime_core/tests/cts-generator/
DCMakeLists.txt50 set(PANDA_CTS_TEST_TIMEOUT 60) # 60 seconds
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp33 // 4. Let type be the Element Type value in Table 60 for typeName. in ValidateIntegerTypedArray()
82 // 7. Let elementSize be the Element Size value specified in Table 60 for arrayTypeName. in ValidateAtomicAccess()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp70 tm = 28 * 60 * 60 * 1000; in HWTEST_F_L0()

12345