OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gmtime
(Results
101 - 125
of
622
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
time.h
76
extern struct tm*
gmtime
(const time_t *timep);
/external/chromium-trace/catapult/third_party/Paste/paste/
progress.py
192
time.
gmtime
(environ[REQUEST_STARTED])),
201
time.
gmtime
(finished))
/external/ltrace/testsuite/ltrace.minor/
wchar.exp
118
struct tm *tm =
gmtime
(&tv.tv_sec);
189
{{^
gmtime
\(.*\).*= .*} == 1}
/external/webrtc/webrtc/base/
timeutils.cc
117
// On Windows,
gmtime
is thread safe.
118
struct tm *tm =
gmtime
(timep); // NOLINT
timeutils_unittest.cc
140
time_t local_delta = before - ::mktime(::
gmtime
(&before)); // NOLINT
249
std::tm* tm = std::
gmtime
(&t);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_socket.so
/bionic/libc/tzcode/
private.h
327
# undef
gmtime
macro
328
# define
gmtime
tz_gmtime
macro
373
struct tm *
gmtime
(time_t const *);
/external/curl/lib/
parsedate.c
561
* Curl_gmtime() is a
gmtime
() replacement for portability. Do not use the
562
* gmtime_r() or
gmtime
() functions anywhere else but here.
573
tm =
gmtime
(&intime);
/external/tcpdump/
print-ahcp.c
113
if (NULL == (tm =
gmtime
(&t)))
114
ND_PRINT((ndo, ":
gmtime
() error"));
/bionic/libc/bionic/
time64.c
446
const struct tm *static_result =
gmtime
(clock);
528
/* Use the system
gmtime
() if time_t is small enough */
705
gmtime
is Jan 1st next year.
712
gmtime
is Dec 31st, previous year.
/development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt
340
gmtime
/development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt
323
gmtime
/development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt
320
gmtime
/development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt
340
gmtime
/development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt
323
gmtime
/development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt
320
gmtime
/development/ndk/platforms/android-16/arch-arm/symbols/
libc.so.functions.txt
340
gmtime
/development/ndk/platforms/android-16/arch-mips/symbols/
libc.so.functions.txt
323
gmtime
/development/ndk/platforms/android-16/arch-x86/symbols/
libc.so.functions.txt
320
gmtime
/development/ndk/platforms/android-17/arch-arm/symbols/
libc.so.functions.txt
340
gmtime
/development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt
323
gmtime
/development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt
320
gmtime
/development/ndk/platforms/android-18/arch-arm/symbols/
libc.so.functions.txt
340
gmtime
/development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt
323
gmtime
/development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt
320
gmtime
Completed in 827 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>