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

  /system/update_engine/common/
clock.cc 39 now_tv.tv_usec = now_ts.tv_nsec/base::Time::kNanosecondsPerMicrosecond;
54 now_tv.tv_usec = now_ts.tv_nsec/base::Time::kNanosecondsPerMicrosecond;
utils.cc 929 static_cast<int64_t>(ts->tv_nsec) / Time::kNanosecondsPerMicrosecond;
    [all...]
  /external/v8/src/base/platform/
time.cc 79 result += (tc.stime / v8::base::Time::kNanosecondsPerMicrosecond);
81 result += (ts.tv_nsec / v8::base::Time::kNanosecondsPerMicrosecond);
84 result += (ts.tv_nsec / v8::base::Time::kNanosecondsPerMicrosecond);
143 return TimeDelta(nanoseconds / Time::kNanosecondsPerMicrosecond);
183 return delta_ * Time::kNanosecondsPerMicrosecond;
194 ts.tv_nsec / Time::kNanosecondsPerMicrosecond);
203 Time::kNanosecondsPerMicrosecond;
217 ts.tv_nsec / Time::kNanosecondsPerMicrosecond);
225 Time::kNanosecondsPerMicrosecond;
366 ts.tv_nsec / kNanosecondsPerMicrosecond);
    [all...]
time.h 192 static const int64_t kNanosecondsPerMicrosecond = 1000;
194 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
  /external/libchrome/base/synchronization/
condition_variable_posix.cc 82 (usecs % Time::kMicrosecondsPerSecond) * Time::kNanosecondsPerMicrosecond;
99 absolute_time.tv_nsec = now.tv_usec * Time::kNanosecondsPerMicrosecond;
  /external/libchrome/base/files/
file_posix.cc 148 Time::kNanosecondsPerMicrosecond);
153 Time::kNanosecondsPerMicrosecond);
158 Time::kNanosecondsPerMicrosecond);
  /external/libchrome/base/time/
time_posix.cc 85 result += (ts.tv_nsec / base::Time::kNanosecondsPerMicrosecond);
122 static_cast<long>(microseconds * Time::kNanosecondsPerMicrosecond)};
time.h 299 static const int64_t kNanosecondsPerMicrosecond = 1000;
301 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
time_mac.cc 62 mach_absolute_time() / base::Time::kNanosecondsPerMicrosecond);
  /external/v8/src/
futex-emulation.cc 103 base::Time::kNanosecondsPerMicrosecond *
  /external/libchrome/components/timers/
alarm_timer_chromeos.cc 302 base::Time::kNanosecondsPerMicrosecond;
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]

Completed in 1424 milliseconds