Home
last modified time | relevance | path

Searched refs:atTime (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/logging/
Dhandlers.py206 encoding=None, delay=False, utc=False, atTime=None, argument
213 self.atTime = atTime
288 if self.atTime is None:
291 rotate_ts = ((self.atTime.hour * 60 + self.atTime.minute)*60 +
292 self.atTime.second)
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuFunctions.java182 to(d -> d.atTime(23, 59, 59, 999_000_000));
/external/python/cpython3/Doc/library/
Dlogging.handlers.rst349 …en='h', interval=1, backupCount=0, encoding=None, delay=False, utc=False, atTime=None, errors=None)
360 | Value | Type of interval | If/how *atTime* is used |
374 | | *atTime* not specified, | rollover time |
375 | | else at time *atTime* | |
402 If *atTime* is not ``None``, it must be a ``datetime.time`` instance which
405 these cases, the *atTime* value is effectively used to compute the *initial*
426 *atTime* parameter was added.
/external/python/cpython3/Lib/test/
Dtest_logging.py5205 atTime = datetime.time(12, 0, 0)
5208 atTime=atTime)
5223 atTime = datetime.time(12, 0, 0)
5229 atTime=atTime)
/external/libusb/libusb/os/
Ddarwin_usb.c1879 AbsoluteTime atTime; in submit_iso_transfer() local
1916 kresult = (*(cInterface->interface))->GetBusFrameNumber(cInterface->interface, &frame, &atTime); in submit_iso_transfer()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c4388 TimeValue atTime; in TrackObj_GetTrackEditRate() local
4393 &atTime)) in TrackObj_GetTrackEditRate()
4396 atTime); in TrackObj_GetTrackEditRate()
14963 TimeValue atTime; in Qt_MovieImportHandle() local
14975 &atTime, in Qt_MovieImportHandle()
14983 atTime, in Qt_MovieImportHandle()
15004 TimeValue atTime; in Qt_MovieImportFile() local
15016 &atTime, in Qt_MovieImportFile()
15024 atTime, in Qt_MovieImportFile()
15310 TimeValue atTime; in Qt_MovieImportDataRef() local
[all …]
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1075 The :class:`~logging.handlers.TimedRotatingFileHandler` has a new *atTime*