Lines Matching refs:time
90 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F() local
91 EXPECT_GE(timer.start(time), 0); in TEST_F()
115 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F() local
116 EXPECT_GE(timer.start(time), 0); in TEST_F()
146 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F() local
147 EXPECT_GE(timer.start(time), 0); in TEST_F()
153 time = duration_cast<microseconds>(seconds(3)); in TEST_F()
154 EXPECT_GE(timer.start(time), 0); in TEST_F()
178 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F() local
179 EXPECT_GE(timer.start(time), 0); in TEST_F()
185 time = duration_cast<microseconds>(seconds(2)); in TEST_F()
186 EXPECT_GE(timer.start(time), 0); in TEST_F()
214 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F() local
215 EXPECT_GE(timer->start(time), 0); in TEST_F()
240 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F() local
241 EXPECT_GE(timer->start(time), 0); in TEST_F()