Home
last modified time | relevance | path

Searched refs:as_time_delta (Results 1 – 2 of 2) sorted by relevance

/external/libweave/third_party/chromium/base/time/
Dtime.cc290 const TimeDelta as_time_delta = time_ticks - TimeTicks(); in operator <<() local
291 return os << as_time_delta.InMicroseconds() << " bogo-microseconds"; in operator <<()
295 const TimeDelta as_time_delta = thread_ticks - ThreadTicks(); in operator <<() local
296 return os << as_time_delta.InMicroseconds() << " bogo-thread-microseconds"; in operator <<()
/external/libchrome/base/time/
Dtime.cc322 const TimeDelta as_time_delta = time_ticks - TimeTicks(); in operator <<() local
323 return os << as_time_delta.InMicroseconds() << " bogo-microseconds"; in operator <<()
327 const TimeDelta as_time_delta = thread_ticks - ThreadTicks(); in operator <<() local
328 return os << as_time_delta.InMicroseconds() << " bogo-thread-microseconds"; in operator <<()