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

1 2 3 4

  /frameworks/base/opengl/tests/finish/
finish.cpp 90 now = systemTime();
92 t = systemTime();
107 now = systemTime();
110 t = systemTime();
121 now = systemTime();
124 t = systemTime();
135 now = systemTime();
139 t = systemTime();
150 now = systemTime();
154 t = systemTime();
    [all...]
  /external/chromium/third_party/icu/source/i18n/
wintzimpl.cpp 35 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
122 SYSTEMTIME daylightDate;
123 SYSTEMTIME standardDate;
windtfmt.h 34 typedef struct _SYSTEMTIME SYSTEMTIME;
124 void formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const;
125 void formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const;
windtfmt.cpp 149 SYSTEMTIME st_gmt;
150 SYSTEMTIME st_local;
235 void Win32DateFormat::formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const
261 void Win32DateFormat::formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const
  /external/icu4c/i18n/
wintzimpl.cpp 36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
125 SYSTEMTIME daylightDate;
126 SYSTEMTIME standardDate;
windtfmt.h 34 typedef struct _SYSTEMTIME SYSTEMTIME;
124 void formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const;
125 void formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const;
windtfmt.cpp 149 SYSTEMTIME st_gmt;
150 SYSTEMTIME st_local;
235 void Win32DateFormat::formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const
261 void Win32DateFormat::formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const
  /external/webkit/JavaScriptCore/wtf/
CurrentTime.cpp 129 SYSTEMTIME systemTime;
130 GetSystemTime(&systemTime);
132 tmtime.tm_year = systemTime.wYear - 1900;
133 tmtime.tm_mon = systemTime.wMonth - 1;
134 tmtime.tm_mday = systemTime.wDay;
135 tmtime.tm_wday = systemTime.wDayOfWeek;
136 tmtime.tm_hour = systemTime.wHour;
137 tmtime.tm_min = systemTime.wMinute;
138 tmtime.tm_sec = systemTime.wSecond
    [all...]
  /frameworks/base/libs/utils/
StopWatch.cpp 71 return systemTime(mClock) - mStartTime;
77 mStartTime = systemTime(mClock);
SystemClock.cpp 100 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
130 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
134 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
  /external/chromium/third_party/icu/source/test/compat/
tzdate.c 42 int64_t systemtime; local
61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
62 getICUCurrentTime(icutime, systemtime * U_MILLIS_PER_SECOND);
  /external/icu4c/test/compat/
tzdate.c 42 int64_t systemtime; local
61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
62 getICUCurrentTime(icutime, systemtime * U_MILLIS_PER_SECOND);
  /frameworks/base/libs/ui/
GraphicLog.cpp 62 writeInt64(scratch, pos, ns2ms( systemTime( SYSTEM_TIME_MONOTONIC ) ));
74 writeInt64(scratch, pos, ns2ms( systemTime( SYSTEM_TIME_MONOTONIC ) ));
  /external/webkit/WebCore/platform/android/
SystemTimeAndroid.cpp 27 #include "SystemTime.h"
  /external/webkit/WebCore/platform/mac/
SystemTimeMac.cpp 27 #include "SystemTime.h"
  /external/webkit/WebCore/platform/wince/
SystemTimeWince.cpp 28 #include "SystemTime.h"
  /external/webkit/WebCore/platform/wx/
SystemTimeWx.cpp 27 #include "SystemTime.h"
  /frameworks/base/services/surfaceflinger/
MessageQueue.cpp 69 const nsecs_t timeoutTime = systemTime() + timeout;
72 nsecs_t now = systemTime();
118 const nsecs_t reltime = nextEventTime - systemTime();
165 message->when = systemTime() + relTime;
  /external/chromium/third_party/icu/patches/
namespace.patch.txt 46 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
  /frameworks/base/include/utils/
Timers.h 86 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
88 nsecs_t systemTime(int clock);
  /frameworks/base/opengl/tests/fillrate/
fillrate.cpp 142 nsecs_t now = systemTime();
147 nsecs_t t = systemTime() - now;
  /frameworks/base/opengl/tests/swapinterval/
swapinterval.cpp 102 nsecs_t start = systemTime();
111 t = systemTime() - start;
  /hardware/libhardware_legacy/power/
power.c 67 static int64_t systemTime()
172 // systemTime(), strerror(g_error));
  /external/webkit/WebCore/platform/chromium/
SystemTimeChromium.cpp 32 #include "SystemTime.h"
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWinTimer.h 37 double systemTime();

Completed in 684 milliseconds

1 2 3 4