/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xos_r.h | 46 * <time.h> for asctime(), ctime(), localtime(), or gmtime() 910 # define _XGmtime(t,p) gmtime((t)) 944 (((p).result = gmtime(t)) ? \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xos_r.h | 37 * <time.h> for asctime(), ctime(), localtime(), or gmtime() 901 # define _XGmtime(t,p) gmtime((t)) 935 (((p).result = gmtime(t)) ? \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xos_r.h | 46 * <time.h> for asctime(), ctime(), localtime(), or gmtime() 910 # define _XGmtime(t,p) gmtime((t)) 944 (((p).result = gmtime(t)) ? \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos_r.h | 37 * <time.h> for asctime(), ctime(), localtime(), or gmtime() 901 # define _XGmtime(t,p) gmtime((t)) 935 (((p).result = gmtime(t)) ? \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos_r.h | 37 * <time.h> for asctime(), ctime(), localtime(), or gmtime() 901 # define _XGmtime(t,p) gmtime((t)) 935 (((p).result = gmtime(t)) ? \ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
handlers.py | 236 t = time.gmtime(currentTime) 333 timeTuple = time.gmtime(t) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
handlers.py | 236 t = time.gmtime(currentTime) 333 timeTuple = time.gmtime(t) [all...] |
/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.
|
/external/chromium_org/third_party/icu/source/common/ |
putil.c | 304 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) ); 637 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) ); [all...] |
/external/icu4c/common/ |
putil.cpp | 320 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) ); 649 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) ); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mailbox.py | 802 from_line = 'From MAILER-DAEMON %s' % time.asctime(time.gmtime()) [all...] |
cookielib.py | 99 year, mon, mday, hour, min, sec = time.gmtime(t)[:6] 115 year, mon, mday, hour, min, sec, wday = time.gmtime(t)[:7] [all...] |
rfc822.py | 964 timeval = time.gmtime(timeval) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mailbox.py | 802 from_line = 'From MAILER-DAEMON %s' % time.asctime(time.gmtime()) [all...] |
cookielib.py | 99 year, mon, mday, hour, min, sec = time.gmtime(t)[:6] 115 year, mon, mday, hour, min, sec, wday = time.gmtime(t)[:7] [all...] |
rfc822.py | 964 timeval = time.gmtime(timeval) [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
__init__.py | 555 created = time.strftime('%Y-%m-%dT%H:%M:%SZ',time.gmtime()) 592 iso_now = time.strftime("%Y-%m-%dT%H:%M:%SZ", time.gmtime()) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
__init__.py | 555 created = time.strftime('%Y-%m-%dT%H:%M:%SZ',time.gmtime()) 592 iso_now = time.strftime("%Y-%m-%dT%H:%M:%SZ", time.gmtime()) [all...] |
/bionic/libc/netbsd/resolv/ |
res_debug.c | 1121 mytime = gmtime(&myclock);
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
wrtxml.cpp | [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
date.c | 1023 ** This function uses the C-library functions time(), gmtime() 1054 pTm = gmtime(&t);
|
/external/icu4c/tools/genrb/ |
wrtxml.cpp | [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_upnp.c | 229 date = gmtime(&t); [all...] |
/external/qemu/ |
vl-android.c | 600 ret = gmtime(&ti); 605 ret = gmtime(&ti); [all...] |
vl.c | 383 ret = gmtime(&ti); 388 ret = gmtime(&ti); [all...] |