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

  /external/v8/src/base/platform/
time.h 184 static const int64_t kMicrosecondsPerMillisecond = 1000;
186 kMicrosecondsPerMillisecond * kMillisecondsPerSecond;
  /external/libchrome/base/time/
time.h 309 static const int64_t kMicrosecondsPerMillisecond = 1000;
311 kMicrosecondsPerMillisecond * kMillisecondsPerSecond;
651 return FromProduct(ms, Time::kMicrosecondsPerMillisecond);
661 return FromDouble(ms * Time::kMicrosecondsPerMillisecond);
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]

Completed in 471 milliseconds