/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libasan.so | |
libasan.so.0 | |
libasan.so.0.0.0 | |
/external/e2fsprogs/misc/ |
e2image.c | 639 strftime(buff, 30, "%T", gmtime(&est)); 707 strftime(buff, 30, "%T", gmtime(&duration)); [all...] |
/external/chromium_org/content/zygote/ |
zygote_main_linux.cc | 171 g_libc_localtime = gmtime;
|
/external/chromium_org/courgette/testdata/ |
elf-32-1 | |
elf-32-2 | |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ts.h | 575 /* Default callback uses the gettimeofday() and gmtime() system calls. */
|
/external/llvm/tools/llvm-readobj/ |
COFFDumper.cpp | 352 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); [all...] |
/external/openssl/include/openssl/ |
ts.h | 575 /* Default callback uses the gettimeofday() and gmtime() system calls. */
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 129 tm * pTm = gmtime(&utcTime);
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 125 tm * pTm = gmtime(&utcTime);
|
/ndk/sources/host-tools/sed-4.2.1/ |
config_h.in | 700 #undef gmtime
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
BaseHTTPServer.py | 468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
|
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...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
BaseHTTPServer.py | 468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
|
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...] |
/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...] |
/external/chromium_org/third_party/icu/source/common/ |
putil.c | 306 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) ); 639 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) ); [all...] |
/external/icu/icu4c/source/common/ |
putil.cpp | 320 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) ); 650 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) ); [all...] |
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
cmsio0.c | 460 #define gmtime wceex_gmtime macro 479 memmove(&Icc ->Created, gmtime(&now), sizeof(Icc ->Created)); [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/dns/resolv/ |
res_debug.c | 1179 mytime = gmtime(&myclock); [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
update_nacl_manifest.py | 113 time.gmtime()) [all...] |