Searched refs:endTime (Results 1 - 3 of 3) sorted by relevance

/system/extras/tests/memtest/
H A Dfptest.cpp51 static void endTime(const char *str, double ops) function
83 endTime("scalar mad", 1e9);
122 endTime("neon fma", 1e9);
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c454 struct timeval startTime, endTime; local
470 gettimeofday(&endTime, NULL);
472 (float) (tv2double(&endTime) - tv2double(&startTime)));
/system/core/libutils/
H A DLooper.cpp350 nsecs_t endTime = systemTime(SYSTEM_TIME_MONOTONIC) local
360 timeoutMillis = toMillisecondTimeoutDelay(now, endTime);

Completed in 6139 milliseconds