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

  /external/chromium/net/base/
ssl_client_auth_cache_unittest.cc 16 base::Time start_date = base::Time::Now(); local
17 base::Time expiration_date = start_date + base::TimeDelta::FromDays(1);
21 new X509Certificate("foo1", "CA", start_date, expiration_date));
25 new X509Certificate("foo2", "CA", start_date, expiration_date));
29 new X509Certificate("foo3", "CA", start_date, expiration_date));
82 base::Time start_date = base::Time::Now(); local
83 base::Time expiration_date = start_date + base::TimeDelta::FromDays(1);
87 new X509Certificate("foo", "CA", start_date, expiration_date));
91 new X509Certificate("foo", "CA", start_date, expiration_date));
107 base::Time start_date = base::Time::Now() local
143 base::Time start_date = base::Time::Now(); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/timer/wince/
SDL_systimer.c 34 static Uint64 start_date; variable
66 return((Sint32)(wce_date()-start_date));
91 start_date=wce_date();

Completed in 162 milliseconds