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
399
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
time.h
76
extern struct tm*
gmtime
(const time_t *timep);
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
time.h
76
extern struct tm*
gmtime
(const time_t *timep);
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
time.h
76
extern struct tm*
gmtime
(const time_t *timep);
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
time.h
76
extern struct tm*
gmtime
(const time_t *timep);
/external/wpa_supplicant_8/src/utils/
os_unix.c
89
tm1 =
gmtime
(&t_local);
108
tm2 =
gmtime
(&t2);
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so
/bionic/libc/bionic/
time64.c
451
const struct tm *static_result =
gmtime
(clock);
533
/* Use the system
gmtime
() if time_t is small enough */
710
gmtime
is Jan 1st next year.
717
gmtime
is Dec 31st, previous year.
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt
518
gmtime
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt
553
gmtime
/development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt
462
gmtime
/development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt
456
gmtime
/external/chromium/third_party/libjingle/source/talk/examples/call/
presenceouttask.cc
136
struct tm* current_time =
gmtime
(¤t_time_seconds);
/external/chromium_org/third_party/libjingle/source/talk/base/
timeutils_unittest.cc
156
time_t local_delta = before - ::mktime(::
gmtime
(&before)); // NOLINT
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
presenceouttask.cc
146
struct tm* current_time =
gmtime
(¤t_time_seconds);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
sunos4.h
141
extern struct tm *
gmtime
(const time_t *);
/external/chromium_org/v8/tools/testrunner/local/
verbose.py
84
return time.strftime("%M:%S.", time.
gmtime
(d)) + ("%03i" % millis)
/external/elfutils/tests/
saridx.c
183
strftime (buf, sizeof buf, "%Y-%m-%dT%H:%M:%S%z",
gmtime
(&t));
/external/libvpx/libvpx/examples/includes/geshi/geshi/
c_mac.php
111
'asctime', 'ctime', '
gmtime
', 'localtime', 'strftime'
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libresolv-2.7.so
libresolv.so
libresolv.so.2
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libresolv-2.7.so
libresolv.so
Completed in 274 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>