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

  /external/chromium/base/
time_unittest.cc 147 struct timespec result = TimeDelta::FromSeconds(0).ToTimeSpec();
151 result = TimeDelta::FromSeconds(1).ToTimeSpec();
155 result = TimeDelta::FromMicroseconds(1).ToTimeSpec();
160 Time::kMicrosecondsPerSecond + 1).ToTimeSpec();
time_posix.cc 180 struct timespec TimeDelta::ToTimeSpec() const {
time.h 66 struct timespec ToTimeSpec() const;

Completed in 110 milliseconds