Home
last modified time | relevance | path

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

12345678910>>...14

/arkcompiler/runtime_core/static_core/compiler/tests/
Dbounds_analysis_test.cpp197 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/
Daddr_map_test.cpp33 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/
Dtype_converter_tests.cpp52 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/
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/ets_runtime/test/moduletest/typedarrayslice/
Dexpect_output.txt25 -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/
DReflectSet.sts65 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/
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.txt998 "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/
Dtest-labelled-statement-expected.txt1022 "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/
Dentry.py42 stdout, stderr = process.communicate(timeout=60 * 60 * 5)
/arkcompiler/toolchain/tooling/test/testcases/
Djs_stepout_recursion_test.h51 … [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()
Djs_breakpoint_recursion_test.h51 … [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()
Djs_stepinto_recursion_test.h62 … [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()
Djs_stepover_recursion_test.h57 … [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/
Dall-options-with-default-values.yaml30 timeout: 60
91 timeout: 60
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/annotations/
Dannotation_@Builder_2.sts50 .height(60)
64 .height(60)
/arkcompiler/ets_runtime/test/aottest/array/
Dexpect_output.txt19 …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/
Dtrace_enable.sh93 echo "Warning: tracing time is not specified, set to 60 seconds"
94 TIME_TO_WAIT=60
/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/static_core/tests/tests-u-runner/runner/test/multiple_config_test/
Dmultiple_config_test.py59 'timeout': 60,
92 'timeout': 60,
164 'timeout': 60,
199 'timeout': 60,
235 'timeout': 60,
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionCall-expected.txt1992 "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/
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 …]
/arkcompiler/ets_runtime/test/jittest/throw_error/
Dexpect_output.txt14 60
/arkcompiler/ets_runtime/ecmascript/
Djs_date.h31 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/
Dtype_converter.h86 constexpr std::array<double, 6> COEFFS_TIME = {1000, 1000, 1000, 60, 60, 24};

12345678910>>...14