Home
last modified time | relevance | path

Searched refs:timeDiff (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DTimeoutChecker.cpp132 unsigned timeDiff = currentTime - m_timeAtLastCheck; in didTimeOut() local
134 if (timeDiff == 0) in didTimeOut()
135 timeDiff = 1; in didTimeOut()
137 m_timeExecuting += timeDiff; in didTimeOut()
142 …ck = static_cast<unsigned>((static_cast<float>(intervalBetweenChecks) / timeDiff) * m_ticksUntilNe… in didTimeOut()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DTimeLineGraph.java274 long timeDiff=thisItem.timestamp-anItem.timestamp; in setRelativeXPosition() local
276 if (timeDiff>0&&timeDiff<minimumTimeDiffPreceding){ in setRelativeXPosition()
280 if (timeDiff<=0&&Math.abs(timeDiff)<=minimumTimeDiffFollowing){ in setRelativeXPosition()
/external/sqlite/dist/
Dshell.c115 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() function
128 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime), in endTimer()
129 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime)); in endTimer()
186 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() function
200 timeDiff(&ftUserBegin, &ftUserEnd), in endTimer()
201 timeDiff(&ftKernelBegin, &ftKernelEnd)); in endTimer()
/external/sqlite/dist/orig/
Dshell.c110 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() function
123 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime), in endTimer()
124 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime)); in endTimer()
181 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() function
195 timeDiff(&ftUserBegin, &ftUserEnd), in endTimer()
196 timeDiff(&ftKernelBegin, &ftKernelEnd)); in endTimer()