| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | bounds_analysis_test.cpp | 197 CCTest(ConditionCode::CC_GT, BR(10U, 50U), BR(20U, 60U), BR(21U, 50U), BR(20U, 49U)); in TEST_F() 198 CCTest(ConditionCode::CC_A, BR(10U, 50U), BR(20U, 60U), BR(21U, 50U), BR(20U, 49U)); in TEST_F() 199 CCTest(ConditionCode::CC_GE, BR(10U, 50U), BR(20U, 60U), BR(20U, 50U), BR(20U, 50U)); in TEST_F() 200 CCTest(ConditionCode::CC_AE, BR(10U, 50U), BR(20U, 60U), BR(20U, 50U), BR(20U, 50U)); in TEST_F() 201 CCTest(ConditionCode::CC_LT, BR(10U, 50U), BR(20U, 60U), BR(10U, 50U), BR(20U, 60U)); in TEST_F() 202 CCTest(ConditionCode::CC_B, BR(10U, 50U), BR(20U, 60U), BR(10U, 50U), BR(20U, 60U)); in TEST_F() 203 CCTest(ConditionCode::CC_LE, BR(10U, 50U), BR(20U, 60U), BR(10U, 50U), BR(20U, 60U)); in TEST_F() 204 CCTest(ConditionCode::CC_BE, BR(10U, 50U), BR(20U, 60U), BR(10U, 50U), BR(20U, 60U)); in TEST_F() 205 CCTest(ConditionCode::CC_EQ, BR(10U, 50U), BR(20U, 60U), BR(20U, 50U), BR(20U, 50U)); in TEST_F() 206 CCTest(ConditionCode::CC_NE, BR(10U, 50U), BR(20U, 60U), BR(10U, 50U), BR(20U, 60U)); in TEST_F() [all …]
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | addr_map_test.cpp | 33 amap1.Mark(&mem[50U], &mem[60U]); in TEST_F() 35 EXPECT_TRUE(amap1.HasMark(&mem[60U])); in TEST_F() 40 amap2.Mark(&mem[60U]); in TEST_F() 43 EXPECT_EQ(ptr, &mem[60U]); in TEST_F() 50 amap1.Mark(&mem[60U]); in TEST_F() 51 amap1.EnumerateMarksInScope<const char *>(&mem[49U], &mem[60U], [&ptrs](const char *addr) { in TEST_F()
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | type_converter_tests.cpp | 52 ASSERT_EQ(TimeConverter(nanos * 1e6 * 60), ValueUnit(expected, "m")); in TEST() 53 ASSERT_EQ(TimeConverter(nanos * 1e6 * 60 * 60), ValueUnit(expected, "h")); in TEST() 54 ASSERT_EQ(TimeConverter(nanos * 1e6 * 60 * 60 * 24), ValueUnit(expected, "day")); in TEST()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | type_converter_tests.cpp | 49 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/ets_runtime/test/moduletest/typedarrayslice/ |
| D | expect_output.txt | 25 -5,10,20,30,-40,50,-60 27 10,20,30,-40,50,-60
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/ |
| D | ReflectSet.sts | 65 result += (Reflect.set(p, "z", 60 as number) == true) ? 0 : 1 69 result += (Reflect.get(p, "z") as Number == 60) ? 0 : 1 85 result += (Reflect.set(arr, 2, 60 as number) == true) ? 0 : 1 89 result += (Reflect.get(arr, 2) as Number == 60) ? 0 : 1
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/templates/ |
| D | intrinsic_map_table.h.erb | 22 V( <%= inst.opcode.upcase.ljust(60) %>, <%= inst.opcode.upcase.ljust(60) %> ) \
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-labelled-statement-expected.txt | 998 "line": 60, 1002 "line": 60, 1014 "line": 60, 1018 "line": 60, 1025 "line": 60, 1029 "line": 60, 1036 "line": 60, 1040 "line": 60, 1051 "line": 60, 1062 "line": 60, [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/js/ |
| D | test-labelled-statement-expected.txt | 1022 "line": 60, 1026 "line": 60, 1038 "line": 60, 1042 "line": 60, 1049 "line": 60, 1053 "line": 60, 1060 "line": 60, 1064 "line": 60, 1075 "line": 60, 1086 "line": 60, [all …]
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | entry.py | 42 stdout, stderr = process.communicate(timeout=60 * 60 * 5)
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_stepout_recursion_test.h | 51 … [this](auto recv, auto, auto) -> bool { return RecvStepoutInfo(recv, "factorial", 60); }}, in JsStepoutRecursionTest() 56 … [this](auto recv, auto, auto) -> bool { return RecvStepoutInfo(recv, "factorial", 60); }}, in JsStepoutRecursionTest() 61 … [this](auto recv, auto, auto) -> bool { return RecvStepoutInfo(recv, "factorial", 60); }}, in JsStepoutRecursionTest() 66 … [this](auto recv, auto, auto) -> bool { return RecvStepoutInfo(recv, "factorial", 60); }}, in JsStepoutRecursionTest()
|
| D | js_breakpoint_recursion_test.h | 51 … [this](auto recv, auto, auto) -> bool { return RecvBreakInfo(recv, "factorial", 60); }}, in JsBreakpointRecursionTest() 56 … [this](auto recv, auto, auto) -> bool { return RecvBreakInfo(recv, "factorial", 60); }}, in JsBreakpointRecursionTest() 61 … [this](auto recv, auto, auto) -> bool { return RecvBreakInfo(recv, "factorial", 60); }}, in JsBreakpointRecursionTest() 66 … [this](auto recv, auto, auto) -> bool { return RecvBreakInfo(recv, "factorial", 60); }}, in JsBreakpointRecursionTest()
|
| D | js_stepinto_recursion_test.h | 62 … [this](auto recv, auto, auto) -> bool { return RecvStepintoInfo(recv, "factorial", 60); }}, in JsStepintoRecursionTest() 72 … [this](auto recv, auto, auto) -> bool { return RecvStepintoInfo(recv, "factorial", 60); }}, in JsStepintoRecursionTest() 82 … [this](auto recv, auto, auto) -> bool { return RecvStepintoInfo(recv, "factorial", 60); }}, in JsStepintoRecursionTest() 102 … [this](auto recv, auto, auto) -> bool { return RecvStepintoInfo(recv, "factorial", 60); }}, in JsStepintoRecursionTest() 112 … [this](auto recv, auto, auto) -> bool { return RecvStepintoInfo(recv, "factorial", 60); }}, in JsStepintoRecursionTest()
|
| D | js_stepover_recursion_test.h | 57 … [this](auto recv, auto, auto) -> bool { return RecvStepoverInfo(recv, "factorial", 60); }}, in JsStepoverRecursionTest() 62 … [this](auto recv, auto, auto) -> bool { return RecvStepoverInfo(recv, "factorial", 60); }}, in JsStepoverRecursionTest() 72 … [this](auto recv, auto, auto) -> bool { return RecvStepoverInfo(recv, "factorial", 60); }}, in JsStepoverRecursionTest() 82 … [this](auto recv, auto, auto) -> bool { return RecvStepoverInfo(recv, "factorial", 60); }}, in JsStepoverRecursionTest()
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/cfg/ |
| D | all-options-with-default-values.yaml | 30 timeout: 60 91 timeout: 60
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/annotations/ |
| D | annotation_@Builder_2.sts | 50 .height(60) 64 .height(60)
|
| /arkcompiler/ets_runtime/test/aottest/array/ |
| D | expect_output.txt | 19 …35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67… 20 …37,38,39,4,40,41,42,43,44,45,46,47,48,49,5,50,51,52,53,54,55,56,57,58,59,6,60,61,62,63,64,65,66,67…
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | trace_enable.sh | 93 echo "Warning: tracing time is not specified, set to 60 seconds" 94 TIME_TO_WAIT=60
|
| /arkcompiler/runtime_core/scripts/ |
| D | trace_enable.sh | 93 echo "Warning: tracing time is not specified, set to 60 seconds" 94 TIME_TO_WAIT=60
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/test/multiple_config_test/ |
| D | multiple_config_test.py | 59 'timeout': 60, 92 'timeout': 60, 164 'timeout': 60, 199 'timeout': 60, 235 'timeout': 60,
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | functionCall-expected.txt | 1992 "line": 60, 1996 "line": 60, 2003 "line": 60, 2007 "line": 60, 2019 "line": 60, 2023 "line": 60, 2030 "line": 60, 2034 "line": 60, 2044 "line": 60, 2048 "line": 60, [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | functionCall-expected.txt | 2032 "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 …]
|
| /arkcompiler/ets_runtime/test/jittest/throw_error/ |
| D | expect_output.txt | 14 60
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.h | 31 static constexpr int SEC_PER_MINUTE = 60; 33 static constexpr int MIN_PER_HOUR = 60; 188 static constexpr int MINUTE_PER_HOUR = 60; 193 {0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366}
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | type_converter.h | 86 constexpr std::array<double, 6> COEFFS_TIME = {1000, 1000, 1000, 60, 60, 24};
|