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

  /external/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 491 long intervalInMSec = mRebootIntervalMin * 60 * 1000;
497 if (((currentTime - mPrevRebootTime) > intervalInMSec) ||

Completed in 71 milliseconds