Home
last modified time | relevance | path

Searched refs:kNanosecondsPerMicrosecond (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/base/platform/
Dtime.cc79 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); in FromNanoseconds()
183 return delta_ * Time::kNanosecondsPerMicrosecond; in InNanoseconds()
194 ts.tv_nsec / Time::kNanosecondsPerMicrosecond); in FromMachTimespec()
203 Time::kNanosecondsPerMicrosecond; in ToMachTimespec()
217 ts.tv_nsec / Time::kNanosecondsPerMicrosecond); in FromTimespec()
225 Time::kNanosecondsPerMicrosecond; in ToTimespec()
366 ts.tv_nsec / kNanosecondsPerMicrosecond); in FromTimespec()
[all …]
Dtime.h191 static const int64_t kNanosecondsPerMicrosecond = 1000; variable
193 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
/external/libchrome/base/synchronization/
Dcondition_variable_posix.cc82 (usecs % Time::kMicrosecondsPerSecond) * Time::kNanosecondsPerMicrosecond; in TimedWait()
99 absolute_time.tv_nsec = now.tv_usec * Time::kNanosecondsPerMicrosecond; in TimedWait()
/external/libchrome/base/mac/
Dlibdispatch_task_runner.cc37 delay.InMicroseconds() * base::Time::kNanosecondsPerMicrosecond; in PostDelayedTask()
/external/libchrome/base/files/
Dfile_posix.cc148 Time::kNanosecondsPerMicrosecond); in FromStat()
153 Time::kNanosecondsPerMicrosecond); in FromStat()
158 Time::kNanosecondsPerMicrosecond); in FromStat()
/external/libweave/third_party/chromium/base/time/
Dtime_posix.cc65 result += (ts.tv_nsec / base::Time::kNanosecondsPerMicrosecond); in ConvertTimespecToMicros()
102 static_cast<long>(microseconds * Time::kNanosecondsPerMicrosecond)}; in ToTimeSpec()
Dtime.h294 static const int64_t kNanosecondsPerMicrosecond = 1000; variable
296 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
/external/libchrome/base/time/
Dtime_posix.cc85 result += (ts.tv_nsec / base::Time::kNanosecondsPerMicrosecond); in ConvertTimespecToMicros()
122 static_cast<long>(microseconds * Time::kNanosecondsPerMicrosecond)}; in ToTimeSpec()
Dtime.h294 static const int64_t kNanosecondsPerMicrosecond = 1000; variable
296 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
Dtime_mac.cc62 mach_absolute_time() / base::Time::kNanosecondsPerMicrosecond); in ComputeCurrentTicks()
/external/v8/src/
Dfutex-emulation.cc102 base::Time::kNanosecondsPerMicrosecond * in Wait()
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc294 base::Time::kNanosecondsPerMicrosecond; in ResetImpl()
/external/mdnsresponder/mDNSShared/
DCommonServices.h1148 #define kNanosecondsPerMicrosecond 1000 macro