Searched refs:timeDiff (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 466 long timeDiff = restime - testTimes[testidx]; in TestTimeRoundTrip() local 468 (timeDiff/60000)*60000 == 0 : timeDiff == 0; in TestTimeRoundTrip() 479 .append(", diff=").append(timeDiff); in TestTimeRoundTrip()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 467 long timeDiff = restime - testTimes[testidx]; in TestTimeRoundTrip() local 469 (timeDiff/60000)*60000 == 0 : timeDiff == 0; in TestTimeRoundTrip() 480 .append(", diff=").append(timeDiff); in TestTimeRoundTrip()
|
D | GlobalizationPreferencesTest.java | 1573 long timeDiff = System.currentTimeMillis() - cal.getTimeInMillis(); in TestJB5380() local 1574 if (Math.abs(timeDiff) > 1000) { in TestJB5380() 1576 … errln("FAIL: The Calendar was not initialized by current time - difference:" + timeDiff); in TestJB5380()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 667 int32_t timeDiff = (int32_t)(parsedDate - testTimes[testidx]); in RunTimeRoundTripTests() local 669 (timeDiff/60000)*60000 == 0 : timeDiff == 0; in RunTimeRoundTripTests()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 1487 const deUint64 timeDiff = time - m_lastLogTime; in iterate() local 1490 if (timeDiff >= loggingIntervalSeconds || m_currentIteration == m_numIterations-1) in iterate() 1495 << TestLog::Message << "Time since last log entry: " << timeDiff << "s" << TestLog::EndMessage in iterate() 1497 …"Average frame time since last log entry: " << de::floatToString((float)timeDiff / (float)iterDiff… in iterate()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
D | GlobalizationPreferencesTest.java | 1572 long timeDiff = System.currentTimeMillis() - cal.getTimeInMillis(); in TestJB5380() local 1573 if (Math.abs(timeDiff) > 1000) { in TestJB5380() 1575 … errln("FAIL: The Calendar was not initialized by current time - difference:" + timeDiff); in TestJB5380()
|
/external/sqlite/dist/ |
D | shell.c | 222 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() function 237 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime), in endTimer() 238 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime)); in endTimer() 298 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() function 314 timeDiff(&ftUserBegin, &ftUserEnd), in endTimer() 315 timeDiff(&ftKernelBegin, &ftKernelEnd)); in endTimer()
|
/external/sqlite/dist/orig/ |
D | shell.c | 216 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() function 231 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime), in endTimer() 232 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime)); in endTimer() 292 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() function 308 timeDiff(&ftUserBegin, &ftUserEnd), in endTimer() 309 timeDiff(&ftKernelBegin, &ftKernelEnd)); in endTimer()
|