Searched refs:zero_time (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dtime_unittest.cc69 Time zero_time(Time::FromTimeT(0));
70 EXPECT_EQ(0, zero_time.ToTimeT());
72 EXPECT_EQ(0.0, zero_time.ToDoubleT());
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c916 static struct timeval zero_time; /* static == 0 */ local
923 if ( select(x11_fd+1, &fdset, NULL, NULL, &zero_time) == 1 ) {

Completed in 187 milliseconds