| /external/python/cpython2/PC/os2emx/ |
| pyconfig.h | 89 /* we don't have tm_zone but do have the external array tzname */
|
| /external/python/cpython2/PC/os2vacpp/ |
| pyconfig.h | 145 #define HAVE_TZNAME 1 /* No tm_zone but do have tzname[] */
|
| /external/python/cpython3/Doc/library/ |
| datetime.rst | [all...] |
| time.rst | 528 Support for the ``%Z`` directive is based on the values contained in ``tzname`` 616 .. data:: tzname 647 propagated into time.tzname 698 >>> time.tzname 702 >>> time.tzname
|
| /external/v8/src/base/platform/ |
| platform-cygwin.cc | 35 return tzname[0]; // The location of the timezone string on Cygwin.
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| time.h | 242 _CRTIMP extern char *tzname[2];
|
| /external/python/cpython2/Doc/library/ |
| time.rst | 384 Support for the ``%Z`` directive is based on the values contained in ``tzname`` 458 .. data:: tzname 491 propagated into time.tzname 542 >>> time.tzname 546 >>> time.tzname
|
| datetime.rst | [all...] |
| /device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
| Theory.txt | 110 the functions "localtime" and "gmtime" set tzname[tmp->tm_isdst]
113 of tzname are only changed as a result of calls to tzset.
154 tzname[localtime(&clock)->tm_isdst] to learn the correct time
|
| /external/icu/icu4c/source/test/intltest/ |
| tzrulets.cpp | [all...] |
| /external/python/cpython3/Modules/ |
| _datetimemodule.c | 993 /* Call tzinfo.tzname(tzinfoarg), and return the result. tzinfo must be 995 * tzname() doesn't return None or a string, TypeError is raised and this [all...] |
| /bionic/tests/ |
| time_test.cpp | 817 // 2. it sets the global `tzname`. 818 // POSIX says localtime_r need not set `tzname` (2).
|
| /external/python/cpython3/PC/ |
| pyconfig.h | 211 #define tzname _tzname macro 419 tzname. */
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| datetimemodule.c | 932 /* Call tzinfo.tzname(tzinfoarg), and return the result. tzinfo must be
934 * tzname() doesn't return None or a string, TypeError is raised and this
951 result = PyObject_CallMethod(tzinfo, "tzname", "O", tzinfoarg);
954 PyErr_Format(PyExc_TypeError, "tzinfo.tzname() must "
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| datetimemodule.c | 932 /* Call tzinfo.tzname(tzinfoarg), and return the result. tzinfo must be
934 * tzname() doesn't return None or a string, TypeError is raised and this
951 result = PyObject_CallMethod(tzinfo, "tzname", "O", tzinfoarg);
954 PyErr_Format(PyExc_TypeError, "tzinfo.tzname() must "
[all...] |
| /external/python/cpython2/Modules/ |
| datetimemodule.c | 932 /* Call tzinfo.tzname(tzinfoarg), and return the result. tzinfo must be 934 * tzname() doesn't return None or a string, TypeError is raised and this 951 result = PyObject_CallMethod(tzinfo, "tzname", "O", tzinfoarg); 954 PyErr_Format(PyExc_TypeError, "tzinfo.tzname() must " [all...] |
| /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
| namespace.h | 612 #define tzname _tzname
|
| /external/python/cpython3/Lib/email/ |
| utils.py | 379 tz = datetime.timezone(delta, time.tzname[dst])
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
| time.h | 283 extern char *tzname[2];
|
| /system/core/liblog/ |
| logprint.c | 333 extern char* tzname[2]; 346 if (!tzname[0] || 347 ((!strcmp(tzname[0], utc) || !strcmp(tzname[0], gmt)) /* error? */ [all...] |
| /external/python/cpython2/ |
| configure.ac | [all...] |
| /external/python/cpython3/ |
| configure.ac | [all...] |
| /external/ImageMagick/config/ |
| config.h.in | 143 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. 619 `tzname'. */
|
| /external/icu/icu4c/source/tools/tzcode/ |
| zdump.c | 216 extern char * tzname[2]; 840 result = tzname[tmp->tm_isdst];
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
| _socket.so | |