HomeSort by relevance Sort by last modified time
    Searched full:systemtime (Results 26 - 50 of 100) sorted by null

12 3 4

  /external/webkit/WebCore/platform/win/
SystemTimeWin.cpp 27 #include "SystemTime.h"
  /system/extras/tests/framebuffer/
refresh.c 19 int64_t systemTime()
148 int64_t time = systemTime();
161 int64_t now = systemTime();
  /frameworks/base/libs/utils/
Looper.cpp 202 nsecs_t pollStartTime = systemTime(SYSTEM_TIME_MONOTONIC);
316 nsecs_t pollEndTime = systemTime(SYSTEM_TIME_MONOTONIC);
365 nsecs_t endTime = systemTime(SYSTEM_TIME_MONOTONIC)
374 nsecs_t timeoutNanos = endTime - systemTime(SYSTEM_TIME_MONOTONIC);
392 mPendingWakeTime = systemTime(SYSTEM_TIME_MONOTONIC);
419 mSampledWakeLatencySum += systemTime(SYSTEM_TIME_MONOTONIC) - mPendingWakeTime;
Timers.cpp 34 nsecs_t systemTime(int clock)
  /frameworks/base/services/java/com/android/server/
LoadAverageService.java 167 final int systemTime = stats.getLastSystemTime();
173 final int totalTime = userTime+systemTime+iowaitTime+irqTime+softIrqTime+idleTime;
178 int systemW = (systemTime*W)/totalTime;
  /external/quake/quake/src/WinQuake/
main.cpp 51 nsecs_t time = systemTime(SYSTEM_TIME_THREAD) / 1000;
  /external/skia/src/animator/
SkTime.cpp 30 SYSTEMTIME syst;
  /external/webkit/WebCore/platform/haiku/
TemporaryLinkStubs.cpp 40 #include "SystemTime.h"
  /external/bluetooth/glib/gio/win32/
winhttp.h 224 BOOL WINAPI WinHttpTimeFromSystemTime(CONST SYSTEMTIME *,LPWSTR);
225 BOOL WINAPI WinHttpTimeToSystemTime(LPCWSTR,SYSTEMTIME*);
  /external/chromium/third_party/icu/source/test/intltest/
windttst.cpp 71 SYSTEMTIME winNow;
73 SYSTEMTIME st;
  /external/icu4c/test/intltest/
windttst.cpp 71 SYSTEMTIME winNow;
73 SYSTEMTIME st;
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 307 const nsecs_t startTime = systemTime();
309 nsecs_t now = systemTime();
333 const nsecs_t sleepTime = 83333 - ns2us(systemTime() - now);
438 nsecs_t lastFrame = systemTime();
482 nsecs_t now = systemTime();
  /external/qemu/distrib/sdl-1.2.12/src/timer/wince/
SDL_systimer.c 49 SYSTEMTIME stime;
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWinTimer.cpp 130 double systemTime()
  /external/webkit/WebCore/platform/qt/
TemporaryLinkStubs.cpp 68 #include "SystemTime.h"
  /external/webkit/WebCore/platform/wince/
SharedTimerWince.cpp 31 #include "SystemTime.h"
  /external/wpa_supplicant/
os_win32.c 38 SYSTEMTIME st;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_win32.c 38 SYSTEMTIME st;
  /external/chromium/third_party/icu/source/common/
wintz.c 38 SYSTEMTIME standardDate;
39 SYSTEMTIME daylightDate;
  /external/icu4c/common/
wintz.c 38 SYSTEMTIME standardDate;
39 SYSTEMTIME daylightDate;
  /external/chromium/base/
time_win.cc 169 SYSTEMTIME st;
208 // FILETIME in SYSTEMTIME (exploded).
209 SYSTEMTIME st;
scoped_variant_win_unittest.cc 112 SYSTEMTIME sys_time;
  /external/webkit/WebCore/history/
PageCache.cpp 34 #include "SystemTime.h"
  /external/webkit/WebKit/android/
TimeCounter.cpp 35 #include "SystemTime.h"
  /external/webkit/WebKit/win/
WebDownloadCurl.cpp 54 #include <WebCore/SystemTime.h>

Completed in 1658 milliseconds

12 3 4