Home
last modified time | relevance | path

Searched defs:microsecond (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
Ddatetime.py409 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1187 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1243 def microsecond(self): member in time
1452 def replace(self, hour=None, minute=None, second=None, microsecond=None, argument
1518 microsecond=0, tzinfo=None, *, fold=0): argument
1569 def microsecond(self): member in datetime
1770 minute=None, second=None, microsecond=None, tzinfo=True, argument
/external/python/dateutil/dateutil/
Drelativedelta.py96 hour=None, minute=None, second=None, microsecond=None): argument
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp_util.go364 microsecond timeoutUnit = 'u' const
/external/python/cpython3/Modules/
D_datetimemodule.c591 int *microsecond) in normalize_datetime()
724 int *minute, int *second, int *microsecond) in parse_hh_mm_ss_ff()
773 int *second, int *microsecond, int *tzoffset, in parse_isoformat_time()
4358 int hour = 0, minute = 0, second = 0, microsecond = 0; in time_fromisoformat() local
5037 int hour = 0, minute = 0, second = 0, microsecond = 0; in datetime_fromisoformat() local
5144 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta() local
/external/python/cpython2/Modules/
Ddatetimemodule.c575 int *microsecond) in normalize_datetime()
4085 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta() local