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

1 2 3 4 5 6 7

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.cpp 46 nsecs_t wallStartTime = systemTime(SYSTEM_TIME_MONOTONIC);
47 nsecs_t threadStartTime = systemTime(SYSTEM_TIME_THREAD);
49 nsecs_t threadEndTime = systemTime(SYSTEM_TIME_THREAD);
50 nsecs_t wallEndTime = systemTime(SYSTEM_TIME_MONOTONIC);
80 nsecs_t wallStartTime = systemTime(SYSTEM_TIME_MONOTONIC);
81 nsecs_t threadStartTime = systemTime(SYSTEM_TIME_THREAD);
83 nsecs_t threadEndTime = systemTime(SYSTEM_TIME_THREAD);
84 nsecs_t wallEndTime = systemTime(SYSTEM_TIME_MONOTONIC);
120 nsecs_t wallStartTime = systemTime(SYSTEM_TIME_MONOTONIC);
121 nsecs_t threadStartTime = systemTime(SYSTEM_TIME_THREAD)
    [all...]
gltrace_egl.cpp 48 glmessage.set_start_time(systemTime());
68 glmessage.set_start_time(systemTime());
87 glmessage.set_start_time(systemTime());
  /external/chromium_org/third_party/WebKit/Source/wtf/
GregorianDateTime.cpp 39 SYSTEMTIME systemTime;
40 GetLocalTime(&systemTime);
52 m_year = systemTime.wYear;
53 m_month = systemTime.wMonth - 1;
54 m_monthDay = systemTime.wDay;
56 m_weekDay = systemTime.wDayOfWeek;
57 m_hour = systemTime.wHour;
58 m_minute = systemTime.wMinute;
59 m_second = systemTime.wSecond
    [all...]
  /external/webrtc/src/system_wrappers/source/
trace_win.cc 48 SYSTEMTIME systemTime;
49 GetSystemTime(&systemTime);
70 sprintf (traceMessage, "(%2u:%2u:%2u:%3u |%5lu) ", systemTime.wHour,
71 systemTime.wMinute, systemTime.wSecond,
72 systemTime.wMilliseconds, dwDeltaTime);
90 sprintf (traceMessage, "(%2u:%2u:%2u:%3u |%5lu) ", systemTime.wHour,
91 systemTime.wMinute, systemTime.wSecond
    [all...]
trace_posix.cc 61 const struct tm* systemTime =
89 sprintf(traceMessage, "(%2u:%2u:%2u:%3u |%5lu) ", systemTime->tm_hour,
90 systemTime->tm_min, systemTime->tm_sec, ms_time,
  /frameworks/native/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...]
  /system/core/libutils/
Log.cpp 27 mStart(systemTime(SYSTEM_TIME_BOOTTIME)) {
31 int durationMillis = nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_BOOTTIME) - mStart);
SystemClock.cpp 48 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC);
74 "systemTime",
159 timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
164 return systemTime(SYSTEM_TIME_MONOTONIC);
StopWatch.cpp 75 return systemTime(mClock) - mStartTime;
81 mStartTime = systemTime(mClock);
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/skia/src/ports/
SkTime_win.cpp 16 SYSTEMTIME st;
  /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;
115 void formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const;
116 void formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const;
  /external/skia/src/ports/
SkTime_win.cpp 16 SYSTEMTIME st;
  /external/llvm/include/llvm/Support/
Timer.h 30 double SystemTime; // System time elapsed
33 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {}
41 double getProcessTime() const { return UserTime+SystemTime; }
43 double getSystemTime() const { return SystemTime; }
57 SystemTime += RHS.SystemTime;
63 SystemTime -= RHS.SystemTime;
  /frameworks/base/services/common_time/
utils.h 40 int msecTillTimeout() { return msecTillTimeout(systemTime()); }
43 // The systemTime() at which the timeout will be complete, or 0 if no
  /external/chromium_org/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);
  /external/chromium_org/base/time/
clock.h 20 // (An implementation that uses Time::SystemTime() should be added as
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 142 nsecs_t now = systemTime();
147 nsecs_t t = systemTime() - now;
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 106 nsecs_t start = systemTime();
115 t = systemTime() - start;
  /system/core/include/utils/
Timers.h 87 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
89 nsecs_t systemTime(int clock);
  /external/chromium_org/third_party/skia/src/animator/
SkTime.cpp 22 SYSTEMTIME syst;

Completed in 632 milliseconds

1 2 3 4 5 6 7