HomeSort by relevance Sort by last modified time
    Searched refs:SYSTEMTIME (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
datetimeapi.h 19 WINBASEAPI int WINAPI GetTimeFormatEx (LPCWSTR lpLocaleName, DWORD dwFlags, CONST SYSTEMTIME *lpTime, LPCWSTR lpFormat, LPWSTR lpTimeStr, int cchTime);
20 WINBASEAPI int WINAPI GetDateFormatEx (LPCWSTR lpLocaleName, DWORD dwFlags, CONST SYSTEMTIME *lpDate, LPCWSTR lpFormat, LPWSTR lpDateStr, int cchDate, LPCWSTR lpCalendar);
24 WINBASEAPI int WINAPI GetDateFormatA (LCID Locale, DWORD dwFlags, CONST SYSTEMTIME *lpDate, LPCSTR lpFormat, LPSTR lpDateStr, int cchDate);
25 WINBASEAPI int WINAPI GetDateFormatW (LCID Locale, DWORD dwFlags, CONST SYSTEMTIME *lpDate, LPCWSTR lpFormat, LPWSTR lpDateStr, int cchDate);
26 WINBASEAPI int WINAPI GetTimeFormatA (LCID Locale, DWORD dwFlags, CONST SYSTEMTIME *lpTime, LPCSTR lpFormat, LPSTR lpTimeStr, int cchTime);
27 WINBASEAPI int WINAPI GetTimeFormatW (LCID Locale, DWORD dwFlags, CONST SYSTEMTIME *lpTime, LPCWSTR lpFormat, LPWSTR lpTimeStr, int cchTime);
timezoneapi.h 24 SYSTEMTIME StandardDate;
27 SYSTEMTIME DaylightDate;
34 SYSTEMTIME StandardDate;
37 SYSTEMTIME DaylightDate;
43 WINBASEAPI WINBOOL WINAPI SystemTimeToTzSpecificLocalTime (CONST TIME_ZONE_INFORMATION *lpTimeZoneInformation, CONST SYSTEMTIME *lpUniversalTime, LPSYSTEMTIME lpLocalTime);
44 WINBASEAPI WINBOOL WINAPI TzSpecificLocalTimeToSystemTime (CONST TIME_ZONE_INFORMATION *lpTimeZoneInformation, CONST SYSTEMTIME *lpLocalTime, LPSYSTEMTIME lpUniversalTime);
46 WINBASEAPI WINBOOL WINAPI SystemTimeToFileTime (CONST SYSTEMTIME *lpSystemTime, LPFILETIME lpFileTime);
57 WINBASEAPI WINBOOL WINAPI SystemTimeToTzSpecificLocalTimeEx (CONST DYNAMIC_TIME_ZONE_INFORMATION *lpTimeZoneInformation, CONST SYSTEMTIME *lpUniversalTime, LPSYSTEMTIME lpLocalTime);
58 WINBASEAPI WINBOOL WINAPI TzSpecificLocalTimeToSystemTimeEx (CONST DYNAMIC_TIME_ZONE_INFORMATION *lpTimeZoneInformation, CONST SYSTEMTIME *lpLocalTime, LPSYSTEMTIME lpUniversalTime);
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...]
sysinfoapi.h 74 WINBASEAPI WINBOOL WINAPI SetLocalTime (CONST SYSTEMTIME *lpSystemTime);
87 WINBASEAPI WINBOOL WINAPI SetSystemTime (CONST SYSTEMTIME *lpSystemTime);
wpcapi.h 77 SYSTEMTIME *pTime) = 0;
109 SYSTEMTIME *pTime);
146 static FORCEINLINE HRESULT IWPCSettings_GetLastSettingsChangeTime(IWPCSettings* This,SYSTEMTIME *pTime) {
167 SYSTEMTIME *pTime);
226 SYSTEMTIME *pTime);
271 static FORCEINLINE HRESULT IWPCGamesSettings_GetLastSettingsChangeTime(IWPCGamesSettings* This,SYSTEMTIME *pTime) {
350 SYSTEMTIME *pTime);
403 static FORCEINLINE HRESULT IWPCWebSettings_GetLastSettingsChangeTime(IWPCWebSettings* This,SYSTEMTIME *pTime) {
  /external/icu/icu4c/source/i18n/
windtfmt.h 36 typedef struct _SYSTEMTIME SYSTEMTIME;
117 void formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const;
118 void formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const;
wintzimpl.cpp 40 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
129 SYSTEMTIME daylightDate;
130 SYSTEMTIME standardDate;
windtfmt.cpp 225 SYSTEMTIME st_gmt;
226 SYSTEMTIME st_local;
307 void Win32DateFormat::formatDate(const SYSTEMTIME *st, UnicodeString &appendTo) const
340 void Win32DateFormat::formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const
  /external/webrtc/webrtc/system_wrappers/source/
trace_win.cc 30 SYSTEMTIME system_time;
76 SYSTEMTIME sys_time;
  /external/conscrypt/common/src/jni/main/include/conscrypt/
compat.h 95 SYSTEMTIME system_time;
  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.cc 121 SYSTEMTIME system_time;
  /external/skia/src/core/
SkTime.cpp 33 SYSTEMTIME st;
  /external/skqp/src/core/
SkTime.cpp 33 SYSTEMTIME st;
  /external/eigen/bench/
BenchTimer.h 144 SYSTEMTIME st;
  /external/lzma/CPP/Windows/
PropVariantConv.cpp 14 SYSTEMTIME st;
  /external/pdfium/third_party/base/allocator/partition_allocator/
address_space_randomization.cc 62 SYSTEMTIME st;
  /device/linaro/bootloader/edk2/Nt32Pkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 81 SYSTEMTIME SystemTime;
92 gWinNt->GetLocalTime (&SystemTime);
95 Time->Year = (UINT16) SystemTime.wYear;
96 Time->Month = (UINT8) SystemTime.wMonth;
97 Time->Day = (UINT8) SystemTime.wDay;
98 Time->Hour = (UINT8) SystemTime.wHour;
99 Time->Minute = (UINT8) SystemTime.wMinute;
100 Time->Second = (UINT8) SystemTime.wSecond;
101 Time->Nanosecond = (UINT32) (SystemTime.wMilliseconds * 1000000);
    [all...]
  /external/curl/docs/examples/
synctime.c 121 SYSTEMTIME SYSTime;
122 SYSTEMTIME LOCALTime;
  /external/icu/icu4c/source/common/
wintz.cpp 45 SYSTEMTIME standardDate;
46 SYSTEMTIME daylightDate;
  /external/icu/icu4c/source/test/intltest/
windttst.cpp 75 SYSTEMTIME winNow;
77 SYSTEMTIME st;
  /external/pdfium/core/fxcrt/
fx_random.cpp 54 SYSTEMTIME st;
  /external/skia/tools/
win_dbghelp.cpp 135 SYSTEMTIME stLocalTime;
  /external/skqp/tools/
win_dbghelp.cpp 135 SYSTEMTIME stLocalTime;

Completed in 201 milliseconds

1 2 3 4