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

  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_posix.cc 81 const int MILLISECONDS_PER_SECOND = 1000;
106 ts.tv_sec += max_time_inMS / MILLISECONDS_PER_SECOND;
109 - ((max_time_inMS / MILLISECONDS_PER_SECOND) * MILLISECONDS_PER_SECOND))
  /external/llvm/include/llvm/Support/
TimeValue.h 84 MILLISECONDS_PER_SECOND = 1000, ///< One Thousand
244 return seconds_ * MILLISECONDS_PER_SECOND +
325 this->seconds_ = milliseconds / MILLISECONDS_PER_SECOND;
326 this->nanos_ = NanoSecondsType(milliseconds % MILLISECONDS_PER_SECOND) *
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TimeValue.h 74 MILLISECONDS_PER_SECOND = 1000, ///< One Thousand
235 return seconds_ * MILLISECONDS_PER_SECOND +
324 this->seconds_ = milliseconds / MILLISECONDS_PER_SECOND;
325 this->nanos_ = NanoSecondsType(milliseconds % MILLISECONDS_PER_SECOND) *
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
TimeValue.h 84 MILLISECONDS_PER_SECOND = 1000, ///< One Thousand
244 return seconds_ * MILLISECONDS_PER_SECOND +
325 this->seconds_ = milliseconds / MILLISECONDS_PER_SECOND;
326 this->nanos_ = NanoSecondsType(milliseconds % MILLISECONDS_PER_SECOND) *
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java     [all...]

Completed in 239 milliseconds