Searched refs:TimerTest (Results 1 – 4 of 4) sorted by relevance
29 struct TimerTest : testing::Test { struct38 TEST_F(TimerTest, callsCallbackIfScheduledInPast) { in TEST_F() argument40 mTimer.alarmAt(std::bind(&TimerTest::timerCallback, this), systemTime() - 10'000'00); in TEST_F()
87 "TimerTest.cpp",
28 "org.apache.harmony.tests.java.util.TimerTest#testThrowingTaskKillsTimerThread"
40 "org.apache.harmony.tests.java.util.TimerTest#testOverdueTaskExecutesImmediately",