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

  /external/chromium_org/third_party/skia/bench/
BenchSysTimer_posix.cpp 13 static double intervalInMSec(const timespec start_clock
47 return intervalInMSec(this->fCpu, end_cpu);
56 return intervalInMSec(this->fWall, end_wall);
BenchSysTimer_mach.cpp 36 static double intervalInMSec(const time_value_t start_clock
62 return intervalInMSec(this->fStartCpu, end_cpu);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 619 long intervalInMSec = mRebootIntervalMin * 60 * 1000;
624 if (((currentTime - mPrevRebootTime) > intervalInMSec) ||
    [all...]

Completed in 216 milliseconds