/aosp_15_r20/external/python/cpython2/Modules/ |
D | datetimemodule.c | 672 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex() 693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ argument 700 PyObject *tzinfo, PyTypeObject *type) in new_time_ex() 721 #define new_time(hh, mm, ss, us, tzinfo) \ argument 780 call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg) in call_tzinfo_method() 802 PyObject *tzinfo = NULL; in get_tzinfo_member() local 821 call_utc_tzinfo_method(PyObject *tzinfo, char *name, PyObject *tzinfoarg, in call_utc_tzinfo_method() 886 call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg, int *none) in call_utcoffset() 894 offset_as_timedelta(PyObject *tzinfo, char *name, PyObject *tzinfoarg) { in offset_as_timedelta() 927 call_dst(PyObject *tzinfo, PyObject *tzinfoarg, int *none) in call_dst() [all …]
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 989 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2() 1023 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex() 1029 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo, fold) \ argument 1035 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_fold_ex() 1060 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_ex() 1070 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2() 1101 PyObject *tzinfo, PyTypeObject *type) in new_time_ex() 1106 #define new_time(hh, mm, ss, us, tzinfo, fold) \ argument 1233 PyObject *tzinfo = NULL; in get_tzinfo_member() local 1251 call_tzinfo_method(PyObject *tzinfo, const char *name, PyObject *tzinfoarg) in call_tzinfo_method() [all …]
|
D | timemodule.c | 1756 TIME_ZONE_INFORMATION tzinfo = {0}; local
|
D | _testcapimodule.c | 2938 PyObject *tsargs = NULL, *ts = NULL, *tzinfo = Py_None, *rv = NULL; in get_datetime_fromtimestamp() local 2990 PyObject *tzinfo = PyDateTime_DATE_GET_TZINFO(obj); in test_PyDateTime_DATE_GET() local 3004 PyObject *tzinfo = PyDateTime_TIME_GET_TZINFO(obj); in test_PyDateTime_TIME_GET() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | datetime.py | 1223 class tzinfo: class 1340 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument 1401 def tzinfo(self): member in time 1612 tzinfo=True, *, fold=None): argument 1643 def __setstate(self, string, tzinfo): argument 1678 microsecond=0, tzinfo=None, *, fold=0): argument 1734 def tzinfo(self): member in datetime 1814 def combine(cls, date, time, tzinfo=True): argument 1936 minute=None, second=None, microsecond=None, tzinfo=True, argument 2258 def __setstate(self, string, tzinfo): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | datetime.py | 1223 class tzinfo: class 1340 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument 1401 def tzinfo(self): member in time 1612 tzinfo=True, *, fold=None): argument 1643 def __setstate(self, string, tzinfo): argument 1678 microsecond=0, tzinfo=None, *, fold=0): argument 1734 def tzinfo(self): member in datetime 1814 def combine(cls, date, time, tzinfo=True): argument 1936 minute=None, second=None, microsecond=None, tzinfo=True, argument 2258 def __setstate(self, string, tzinfo): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | datetime.py | 1223 class tzinfo: class 1340 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument 1401 def tzinfo(self): member in time 1612 tzinfo=True, *, fold=None): argument 1643 def __setstate(self, string, tzinfo): argument 1678 microsecond=0, tzinfo=None, *, fold=0): argument 1734 def tzinfo(self): member in datetime 1814 def combine(cls, date, time, tzinfo=True): argument 1936 minute=None, second=None, microsecond=None, tzinfo=True, argument 2258 def __setstate(self, string, tzinfo): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | datetime.py | 1223 class tzinfo: class 1340 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument 1401 def tzinfo(self): member in time 1612 tzinfo=True, *, fold=None): argument 1643 def __setstate(self, string, tzinfo): argument 1678 microsecond=0, tzinfo=None, *, fold=0): argument 1734 def tzinfo(self): member in datetime 1814 def combine(cls, date, time, tzinfo=True): argument 1936 minute=None, second=None, microsecond=None, tzinfo=True, argument 2258 def __setstate(self, string, tzinfo): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | datetime.py | 1223 class tzinfo: class 1340 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument 1401 def tzinfo(self): member in time 1612 tzinfo=True, *, fold=None): argument 1643 def __setstate(self, string, tzinfo): argument 1678 microsecond=0, tzinfo=None, *, fold=0): argument 1734 def tzinfo(self): member in datetime 1814 def combine(cls, date, time, tzinfo=True): argument 1936 minute=None, second=None, microsecond=None, tzinfo=True, argument 2258 def __setstate(self, string, tzinfo): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | datetime.py | 1223 class tzinfo: class 1340 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument 1401 def tzinfo(self): member in time 1612 tzinfo=True, *, fold=None): argument 1643 def __setstate(self, string, tzinfo): argument 1678 microsecond=0, tzinfo=None, *, fold=0): argument 1734 def tzinfo(self): member in datetime 1814 def combine(cls, date, time, tzinfo=True): argument 1936 minute=None, second=None, microsecond=None, tzinfo=True, argument 2258 def __setstate(self, string, tzinfo): argument
|
/aosp_15_r20/external/curl/lib/ |
H A D | parsedate.c | 120 struct tzinfo { struct 128 static const struct tzinfo tz[]= { argument
|
/aosp_15_r20/external/python/dateutil/dateutil/ |
D | utils.py | 13 def today(tzinfo=None): argument 29 def default_tzinfo(dt, tzinfo): argument
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | datetime.h | 84 PyObject *tzinfo; member 111 PyObject *tzinfo; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | datetime.h | 85 PyObject *tzinfo; member 113 PyObject *tzinfo; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | datetime.h | 85 PyObject *tzinfo; member 113 PyObject *tzinfo; member
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | datetime.h | 85 PyObject *tzinfo; member 113 PyObject *tzinfo; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | datetime.h | 85 PyObject *tzinfo; member 113 PyObject *tzinfo; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | datetime.h | 85 PyObject *tzinfo; member 113 PyObject *tzinfo; member
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/ |
H A D | os.h | 238 TIME_ZONE_INFORMATION tzinfo; variable
|
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/ |
H A D | well_known_types_test.py | 283 def testTimezoneAwareDatetimeConversion(self, date_parts, tzinfo): argument
|
H A D | well_known_types.py | 235 def ToDatetime(self, tzinfo=None): argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
H A D | well_known_types_test.py | 283 def testTimezoneAwareDatetimeConversion(self, date_parts, tzinfo): argument
|
H A D | well_known_types.py | 235 def ToDatetime(self, tzinfo=None): argument
|
/aosp_15_r20/external/python/asn1crypto/asn1crypto/ |
D | util.py | 601 def tzinfo(self): member in extended_datetime
|
/aosp_15_r20/frameworks/base/core/proto/android/providers/settings/ |
H A D | global.proto | 992 optional Tzinfo tzinfo = 125; field
|