Lines Matching refs:now
221 base::TimeTicks now = testing_clock_.NowTicks(); in TEST_F() local
241 testing_clock_.Advance(kSentTime1 - now); in TEST_F()
242 now = testing_clock_.NowTicks(); in TEST_F()
250 EXPECT_EQ(now, GetSeqNumToSentRecvTime()->at(kIcmpEchoReply1_SeqNum).first); in TEST_F()
254 testing_clock_.Advance(kRecvTime1 - now); in TEST_F()
255 now = testing_clock_.NowTicks(); in TEST_F()
268 testing_clock_.Advance(kSentTime2 - now); in TEST_F()
269 now = testing_clock_.NowTicks(); in TEST_F()
276 EXPECT_EQ(now, GetSeqNumToSentRecvTime()->at(kIcmpEchoReply2_SeqNum).first); in TEST_F()
280 testing_clock_.Advance(kSentTime3 - now); in TEST_F()
281 now = testing_clock_.NowTicks(); in TEST_F()
288 EXPECT_EQ(now, GetSeqNumToSentRecvTime()->at(kIcmpEchoReply3_SeqNum).first); in TEST_F()
292 testing_clock_.Advance(kRecvTime2 - now); in TEST_F()
293 now = testing_clock_.NowTicks(); in TEST_F()
309 testing_clock_.Advance(kWrongEchoIDRecvTime - now); in TEST_F()
310 now = testing_clock_.NowTicks(); in TEST_F()
324 testing_clock_.Advance(kRecvTime3 - now); in TEST_F()
325 now = testing_clock_.NowTicks(); in TEST_F()
348 base::TimeTicks now = testing_clock_.NowTicks(); in TEST_F() local
364 testing_clock_.Advance(kSentTime1 - now); in TEST_F()
365 now = testing_clock_.NowTicks(); in TEST_F()
373 EXPECT_EQ(now, GetSeqNumToSentRecvTime()->at(kIcmpEchoReply1_SeqNum).first); in TEST_F()
377 testing_clock_.Advance(kSentTime2 - now); in TEST_F()
378 now = testing_clock_.NowTicks(); in TEST_F()
390 testing_clock_.Advance(kRecvTime1 - now); in TEST_F()
391 now = testing_clock_.NowTicks(); in TEST_F()
404 testing_clock_.Advance(kResendTime1 - now); in TEST_F()
405 now = testing_clock_.NowTicks(); in TEST_F()
412 EXPECT_EQ(now, GetSeqNumToSentRecvTime()->at(kIcmpEchoReply3_SeqNum).first); in TEST_F()