/frameworks/native/opengl/tests/finish/ |
finish.cpp | 91 now = systemTime(); 93 t = systemTime(); 108 now = systemTime(); 111 t = systemTime(); 122 now = systemTime(); 125 t = systemTime(); 136 now = systemTime(); 140 t = systemTime(); 151 now = systemTime(); 155 t = systemTime(); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
aqadmtyp.h | 23 SYSTEMTIME stOlderThan; 66 SYSTEMTIME stDate; 100 SYSTEMTIME stNextScheduledConnection; 101 SYSTEMTIME stOldestMessage; 139 SYSTEMTIME stSubmission; 140 SYSTEMTIME stReceived; 141 SYSTEMTIME stExpiry;
|
msdrm.h | 166 SYSTEMTIME *pstTimeFrom, 167 SYSTEMTIME *pstTimeUntil, 178 SYSTEMTIME *pstFrom, 179 SYSTEMTIME *pstUntil, 204 SYSTEMTIME *pstTimeFrom, 205 SYSTEMTIME *pstTimeUntil, 255 SYSTEMTIME *pstFrequency, 275 SYSTEMTIME *pstFrom, 276 SYSTEMTIME *pstUntil 365 SYSTEMTIME *pstFrequency [all...] |
ntmsapi.h | 185 SYSTEMTIME LastCleanedTs; 204 SYSTEMTIME LastCleanedTs; 501 SYSTEMTIME TimeQueued; 502 SYSTEMTIME TimeCompleted; 520 SYSTEMTIME TimeQueued; 521 SYSTEMTIME TimeCompleted; 546 SYSTEMTIME Submitted; 560 SYSTEMTIME Submitted; 620 SYSTEMTIME Created; 621 SYSTEMTIME Modified [all...] |
/device/google/dragon/power/ |
timed_qos_manager.cpp | 44 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); 52 currentTime = systemTime(SYSTEM_TIME_MONOTONIC); 67 nsecs_t targetTime = systemTime() + reltime;
|
/system/core/libutils/ |
Log.cpp | 27 mStart(systemTime(SYSTEM_TIME_BOOTTIME)) { 31 int durationMillis = nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_BOOTTIME) - mStart);
|
SystemClock.cpp | 47 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); 88 "systemTime", 149 timestamp = systemTime(SYSTEM_TIME_MONOTONIC); 154 return systemTime(SYSTEM_TIME_MONOTONIC);
|
StopWatch.cpp | 77 return systemTime(mClock) - mStartTime; 83 mStartTime = systemTime(mClock);
|
Timers.cpp | 27 nsecs_t systemTime(int clock) 42 nsecs_t systemTime(int /*clock*/)
|
/system/vold/ |
Benchmark.cpp | 87 nsecs_t start = systemTime(SYSTEM_TIME_BOOTTIME); 91 nsecs_t create = systemTime(SYSTEM_TIME_BOOTTIME); 100 nsecs_t drop = systemTime(SYSTEM_TIME_BOOTTIME); 104 nsecs_t run = systemTime(SYSTEM_TIME_BOOTTIME); 108 nsecs_t destroy = systemTime(SYSTEM_TIME_BOOTTIME);
|
/external/icu/icu4c/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; 115 void formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const; 116 void formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const;
|
/frameworks/base/libs/hwui/ |
FrameInfo.h | 106 set(FrameInfoIndex::SyncStart) = systemTime(CLOCK_MONOTONIC); 110 set(FrameInfoIndex::IssueDrawCommandsStart) = systemTime(CLOCK_MONOTONIC); 114 set(FrameInfoIndex::SwapBuffers) = systemTime(CLOCK_MONOTONIC); 118 set(FrameInfoIndex::FrameCompleted) = systemTime(CLOCK_MONOTONIC);
|
/external/llvm/include/llvm/Support/ |
Timer.h | 29 double SystemTime; // System time elapsed 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} 40 double getProcessTime() const { return UserTime + SystemTime; } 42 double getSystemTime() const { return SystemTime; } 55 SystemTime += RHS.SystemTime; 61 SystemTime -= RHS.SystemTime;
|
/frameworks/base/libs/common_time/ |
utils.h | 40 int msecTillTimeout() { return msecTillTimeout(systemTime()); } 43 // The systemTime() at which the timeout will be complete, or 0 if no
|
/hardware/qcom/gps/msm8084/platform_lib_abstractions/ |
elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) 44 int64_t t_us = systemTime(0);
|
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/ |
elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) 44 int64_t t_us = systemTime(0);
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) 44 int64_t t_us = systemTime(0);
|
/hardware/qcom/gps/msm8994/platform_lib_abstractions/ |
elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) 44 int64_t t_us = systemTime(0);
|
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/ |
elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) 44 int64_t t_us = systemTime(0);
|
/hardware/qcom/gps/platform_lib_abstractions/ |
elapsed_millis_since_boot.cpp | 33 int64_t systemTime(int clock) 44 int64_t t_us = systemTime(0);
|
/frameworks/av/cmds/screenrecord/ |
FrameOutput.cpp | 136 startWhenNsec = systemTime(CLOCK_MONOTONIC); 145 pixWhenNsec = systemTime(CLOCK_MONOTONIC); 149 endWhenNsec = systemTime(CLOCK_MONOTONIC); 174 startWhenNsec = systemTime(CLOCK_MONOTONIC); 179 endWhenNsec = systemTime(CLOCK_MONOTONIC);
|
/external/icu/icu4c/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);
|
/frameworks/base/libs/hwui/tests/macrobench/ |
TestSceneRunner.cpp | 96 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); 108 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); 117 nsecs_t done = systemTime(CLOCK_MONOTONIC);
|
/external/webrtc/webrtc/system_wrappers/source/ |
trace_win.cc | 30 SYSTEMTIME system_time; 76 SYSTEMTIME sys_time;
|