Home
last modified time | relevance | path

Searched refs:FILETIME (Results 1 – 25 of 144) sorted by relevance

123456

/external/lzma/CPP/Windows/
DTimeUtils.h12 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
13 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
17 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
21 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
23 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
24 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
28 void GetCurUtcFileTime(FILETIME &ft) throw();
DTimeUtils.cpp19 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &ft) throw() in DosTimeToFileTime()
44 bool FileTimeToDosTime(const FILETIME &ft, UInt32 &dosTime) throw() in FileTimeToDosTime()
123 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &ft) throw() in UnixTimeToFileTime()
135 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &ft) throw() in UnixTime64ToFileTime()
154 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw() in FileTimeToUnixTime64()
160 bool FileTimeToUnixTime(const FILETIME &ft, UInt32 &unixTime) throw() in FileTimeToUnixTime()
199 void GetCurUtcFileTime(FILETIME &ft) throw() in GetCurUtcFileTime()
DFileDir.h17 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
DPropVariantConv.h16 bool ConvertUtcFileTimeToString(const FILETIME &ft, char *s, int level = kTimestampPrintLevel_SEC) …
17 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *s, int level = kTimestampPrintLevel_SE…
/external/webrtc/rtc_base/
Dcpu_time.cc57 FILETIME createTime; in GetProcessCpuTimeNanos()
58 FILETIME exitTime; in GetProcessCpuTimeNanos()
59 FILETIME kernelTime; in GetProcessCpuTimeNanos()
60 FILETIME userTime; in GetProcessCpuTimeNanos()
102 FILETIME createTime; in GetThreadCpuTimeNanos()
103 FILETIME exitTime; in GetThreadCpuTimeNanos()
104 FILETIME kernelTime; in GetThreadCpuTimeNanos()
105 FILETIME userTime; in GetThreadCpuTimeNanos()
/external/libcxx/utils/google-benchmark/src/
Dtimers.cc69 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { in MakeTime()
112 FILETIME creation_time; in ProcessCPUUsage()
113 FILETIME exit_time; in ProcessCPUUsage()
114 FILETIME kernel_time; in ProcessCPUUsage()
115 FILETIME user_time; in ProcessCPUUsage()
143 FILETIME creation_time; in ThreadCPUUsage()
144 FILETIME exit_time; in ThreadCPUUsage()
145 FILETIME kernel_time; in ThreadCPUUsage()
146 FILETIME user_time; in ThreadCPUUsage()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dtimers.cc69 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { in MakeTime()
112 FILETIME creation_time; in ProcessCPUUsage()
113 FILETIME exit_time; in ProcessCPUUsage()
114 FILETIME kernel_time; in ProcessCPUUsage()
115 FILETIME user_time; in ProcessCPUUsage()
143 FILETIME creation_time; in ThreadCPUUsage()
144 FILETIME exit_time; in ThreadCPUUsage()
145 FILETIME kernel_time; in ThreadCPUUsage()
146 FILETIME user_time; in ThreadCPUUsage()
/external/llvm-project/llvm/utils/benchmark/src/
Dtimers.cc69 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { in MakeTime()
112 FILETIME creation_time; in ProcessCPUUsage()
113 FILETIME exit_time; in ProcessCPUUsage()
114 FILETIME kernel_time; in ProcessCPUUsage()
115 FILETIME user_time; in ProcessCPUUsage()
143 FILETIME creation_time; in ThreadCPUUsage()
144 FILETIME exit_time; in ThreadCPUUsage()
145 FILETIME kernel_time; in ThreadCPUUsage()
146 FILETIME user_time; in ThreadCPUUsage()
/external/google-benchmark/src/
Dtimers.cc70 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { in MakeTime()
113 FILETIME creation_time; in ProcessCPUUsage()
114 FILETIME exit_time; in ProcessCPUUsage()
115 FILETIME kernel_time; in ProcessCPUUsage()
116 FILETIME user_time; in ProcessCPUUsage()
144 FILETIME creation_time; in ThreadCPUUsage()
145 FILETIME exit_time; in ThreadCPUUsage()
146 FILETIME kernel_time; in ThreadCPUUsage()
147 FILETIME user_time; in ThreadCPUUsage()
/external/lzma/CPP/7zip/
DIStream.h106 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
117 FILETIME CTime;
118 FILETIME ATime;
119 FILETIME MTime;
/external/python/cpython2/Lib/ctypes/
Dwintypes.py127 class FILETIME(Structure): class
130 _FILETIME = FILETIME
144 ("ftCreationTime", FILETIME),
145 ("ftLastAccessTime", FILETIME),
146 ("ftLastWriteTime", FILETIME),
156 ("ftCreationTime", FILETIME),
157 ("ftLastAccessTime", FILETIME),
158 ("ftLastWriteTime", FILETIME),
/external/lzma/CPP/7zip/Common/
DFileStreams.h92 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
135 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetTime()
139 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } in SetMTime()
/external/libevent/test/
Dtest-changelist.c57 FILETIME usertimeBegin;
58 FILETIME kerneltimeBegin;
69 FILETIME createtime, exittime; in start_cpu_usage_timer()
82 filetime_to_100nsec(const FILETIME *ft) in filetime_to_100nsec()
91 filetime_diff(const FILETIME *ftStart, const FILETIME *ftEnd) in filetime_diff()
109 FILETIME createtime, exittime, usertimeEnd, kerneltimeEnd; in get_cpu_usage()
/external/python/cpython3/Lib/ctypes/
Dwintypes.py128 class FILETIME(ctypes.Structure): class
131 _FILETIME = FILETIME
145 ("ftCreationTime", FILETIME),
146 ("ftLastAccessTime", FILETIME),
147 ("ftLastWriteTime", FILETIME),
157 ("ftCreationTime", FILETIME),
158 ("ftLastAccessTime", FILETIME),
159 ("ftLastWriteTime", FILETIME),
176 LPFILETIME = PFILETIME = ctypes.POINTER(FILETIME)
/external/flac/src/utils/flactimer/
Dmain.cpp30 static inline uint64_t time2nsec(const FILETIME &t) in time2nsec()
151 FILETIME creation_time; in main()
152 FILETIME exit_time; in main()
153 FILETIME kernel_time; in main()
154 FILETIME user_time; in main()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.h158 FILETIME CTime;
159 FILETIME ATime;
160 FILETIME MTime;
219 FILETIME CTime;
220 FILETIME ATime;
221 FILETIME MTime;
270 HRESULT GetTime(UInt32 index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined);
DDirItem.h82 FILETIME CTime;
83 FILETIME ATime;
84 FILETIME MTime;
177 FILETIME MTime;
/external/rust/crates/chrono/src/sys/
Dwindows.rs22 fn time_to_file_time(sec: i64) -> FILETIME { in time_to_file_time() argument
24 FILETIME { dwLowDateTime: t as DWORD, dwHighDateTime: (t >> 32) as DWORD } in time_to_file_time()
27 fn file_time_as_u64(ft: &FILETIME) -> u64 { in file_time_as_u64()
31 fn file_time_to_unix_seconds(ft: &FILETIME) -> i64 { in file_time_to_unix_seconds()
36 fn system_time_to_file_time(sys: &SYSTEMTIME) -> FILETIME { in system_time_to_file_time() argument
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.h43 FILETIME MTime;
52 FILETIME _defaultMTime;
67 const FILETIME &defaultMTime,
/external/webrtc/system_wrappers/source/
Dclock.cc123 FILETIME file_time;
130 FILETIME StartTime; in CurrentTimeVal()
149 void GetTime(FILETIME* current_time) { in GetTime()
181 FILETIME ft0 = {}; in GetSystemReferencePoint()
182 FILETIME ft1 = {}; in GetSystemReferencePoint()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
DWindowsSupport.h201 inline std::chrono::nanoseconds toDuration(FILETIME Time) { in toDuration()
210 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint()
222 inline FILETIME toFILETIME(TimePoint<> TP) { in toFILETIME()
227 FILETIME Time; in toFILETIME()
/external/lzma/CPP/Common/
DMyWindows.h80 } FILETIME; typedef
190 FILETIME filetime;
217 MY_EXTERN_C LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2);
/external/llvm-project/llvm/include/llvm/Support/Windows/
DWindowsSupport.h201 inline std::chrono::nanoseconds toDuration(FILETIME Time) { in toDuration()
210 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint()
222 inline FILETIME toFILETIME(TimePoint<> TP) { in toFILETIME()
227 FILETIME Time; in toFILETIME()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_windows.cc33 uint64_t FiletimeToInt(const FILETIME& ft) { in FiletimeToInt()
44 FILETIME idle, kernel, user; in GetCpuStatsImpl()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_windows.cc33 uint64_t FiletimeToInt(const FILETIME& ft) { in FiletimeToInt()
44 FILETIME idle, kernel, user; in GetCpuStatsImpl()

123456