HomeSort by relevance Sort by last modified time
    Searched refs:zero_time (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
time_unittest.cc 69 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/
SDL_x11events.c 916 static struct timeval zero_time; /* static == 0 */ local
923 if ( select(x11_fd+1, &fdset, NULL, NULL, &zero_time) == 1 ) {
    [all...]

Completed in 3183 milliseconds