HomeSort by relevance Sort by last modified time
    Searched refs:kNanosecondsPerMicrosecond (Results 1 - 11 of 11) 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 928 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/time/
time_posix.cc 90 result += (ts.tv_nsec / base::Time::kNanosecondsPerMicrosecond);
95 result += (ts.tv_nsec / base::Time::kNanosecondsPerMicrosecond);
127 ts.tv_nsec / Time::kNanosecondsPerMicrosecond);
139 static_cast<long>(microseconds * Time::kNanosecondsPerMicrosecond)};
time.h 317 static const int64_t kNanosecondsPerMicrosecond = 1000;
319 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
  /external/libchrome/base/files/
file_posix.cc 148 Time::kNanosecondsPerMicrosecond);
153 Time::kNanosecondsPerMicrosecond);
158 Time::kNanosecondsPerMicrosecond);
  /external/libchrome/components/timers/
alarm_timer_chromeos.cc 86 base::Time::kNanosecondsPerMicrosecond;
  /external/v8/src/
futex-emulation.cc 103 base::Time::kNanosecondsPerMicrosecond *
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]

Completed in 359 milliseconds