OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Time
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
time_s.h
17
errno_t __cdecl _ctime32_s (char *_Buf,size_t _SizeInBytes,const __time32_t *
_Time
);
18
errno_t __cdecl _gmtime32_s (struct tm *_Tm,const __time32_t *
_Time
);
19
errno_t __cdecl _localtime32_s (struct tm *_Tm,const __time32_t *
_Time
);
23
errno_t __cdecl _ctime64_s (char *_Buf,size_t _SizeInBytes,const __time64_t *
_Time
);
24
errno_t __cdecl _gmtime64_s (struct tm *_Tm,const __time64_t *
_Time
);
25
errno_t __cdecl _localtime64_s (struct tm *_Tm,const __time64_t *
_Time
);
30
errno_t __cdecl _wctime32_s (wchar_t *_Buf,size_t _SizeInWords,const __time32_t *
_Time
);
33
errno_t __cdecl _wctime64_s (wchar_t *_Buf,size_t _SizeInWords,const __time64_t *
_Time
);
39
__CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *
_Time
) { return _wctime64_s (_Buffer,_SizeInWords,
_Time
); }
[
all
...]
wchar_s.h
136
errno_t __cdecl _wctime32_s (wchar_t *_Buf,size_t _SizeInWords,const __time32_t *
_Time
);
139
errno_t __cdecl _wctime64_s (wchar_t *_Buf,size_t _SizeInWords,const __time64_t *
_Time
);
145
__CRT_INLINE errno_t __cdecl _wctime_s(wchar_t *_Buffer,size_t _SizeInWords,const time_t *
_Time
) { return _wctime64_s(_Buffer,_SizeInWords,
_Time
); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h
113
char *__cdecl _ctime32(const __time32_t *
_Time
) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
116
struct tm *__cdecl _gmtime32(const __time32_t *
_Time
) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
117
struct tm *__cdecl _localtime32(const __time32_t *
_Time
) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
122
__time32_t __cdecl _time32(__time32_t *
_Time
);
133
_CRTIMP char *__cdecl _ctime64(const __time64_t *
_Time
) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
134
_CRTIMP struct tm *__cdecl _gmtime64(const __time64_t *
_Time
) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
135
_CRTIMP struct tm *__cdecl _localtime64(const __time64_t *
_Time
) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
138
_CRTIMP __time64_t __cdecl _time64(__time64_t *
_Time
);
144
wchar_t *__cdecl _wctime32(const __time32_t *
_Time
) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
149
_CRTIMP wchar_t *__cdecl _wctime64(const __time64_t *
_Time
) __MINGW_ATTRIB_DEPRECATED_SEC_WARN
[
all
...]
wchar.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/sys/
timeb_s.h
18
_CRTIMP errno_t __cdecl _ftime_s(struct __timeb32 *
_Time
);
19
_CRTIMP errno_t __cdecl _ftime64_s(struct __timeb64 *
_Time
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
utime.h
86
_CRTIMP int __cdecl _utime32(const char *_Filename,struct __utimbuf32 *
_Time
);
87
_CRTIMP int __cdecl _futime32(int _FileDes,struct __utimbuf32 *
_Time
);
88
_CRTIMP int __cdecl _wutime32(const wchar_t *_Filename,struct __utimbuf32 *
_Time
);
89
_CRTIMP int __cdecl _utime64(const char *_Filename,struct __utimbuf64 *
_Time
);
90
_CRTIMP int __cdecl _futime64(int _FileDes,struct __utimbuf64 *
_Time
);
91
_CRTIMP int __cdecl _wutime64(const wchar_t *_Filename,struct __utimbuf64 *
_Time
);
timeb.h
78
_CRTIMP void __cdecl _ftime64(struct __timeb64 *
_Time
);
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py
621
def
_Time
(self, key, bucket):
710
with self.
_Time
('UPLOAD_%d' % file_size, self.results['latency']):
717
with self.
_Time
('METADATA_%d' % file_size, self.results['latency']):
727
with self.
_Time
('DOWNLOAD_%d' % file_size, self.results['latency']):
734
with self.
_Time
('DELETE_%d' % file_size, self.results['latency']):
[
all
...]
Completed in 121 milliseconds