HomeSort by relevance Sort by last modified time
    Searched defs:TimerTest (Results 1 - 4 of 4) sorted by null

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
TimerTest.java 24 public class TimerTest extends GdxTest {
31 Gdx.app.log("TimerTest", "ping");
35 Gdx.app.log("TimerTest","is task scheduled: "+String.valueOf(task.isScheduled()));
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time_unittest.py 14 class TimerTest(unittest.TestCase):
  /system/core/metricsd/
timer_test.cc 46 class TimerTest : public testing::Test {
48 TimerTest() : clock_wrapper_mock_(new ClockWrapperMock()) {}
68 TEST_F(TimerTest, StartStop) {
87 TEST_F(TimerTest, ReStart) {
98 TEST_F(TimerTest, Reset) {
107 TEST_F(TimerTest, SeparatedTimers) {
129 TEST_F(TimerTest, InvalidStop) {
143 TEST_F(TimerTest, InvalidElapsedTime) {
148 TEST_F(TimerTest, PauseStartStopResume) {
178 TEST_F(TimerTest, ResumeStartStopPause)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimerTest.java 31 public class TimerTest extends TestCase {
    [all...]

Completed in 410 milliseconds