Home
last modified time | relevance | path

Searched refs:usecond (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Ddatetime.h234 #define PyTime_FromTime(hour, minute, second, usecond) \ argument
235 PyDateTimeAPI->Time_FromTime(hour, minute, second, usecond, \
238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
239 PyDateTimeAPI->Time_FromTimeAndFold(hour, minute, second, usecond, \
/third_party/python/Doc/c-api/
Ddatetime.rst100 …teTime_FromDateAndTime(int year, int month, int day, int hour, int minute, int second, int usecond)
106 …dTimeAndFold(int year, int month, int day, int hour, int minute, int second, int usecond, int fold)
114 .. c:function:: PyObject* PyTime_FromTime(int hour, int minute, int second, int usecond)
120 .. c:function:: PyObject* PyTime_FromTimeAndFold(int hour, int minute, int second, int usecond, int…
/third_party/python/Modules/
D_datetimemodule.c892 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2() argument
900 if (check_time_args(hour, minute, second, usecond, fold) < 0) { in new_datetime_ex2()
914 DATE_SET_MICROSECOND(self, usecond); in new_datetime_ex2()
926 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex() argument
928 return new_datetime_ex2(year, month, day, hour, minute, second, usecond, in new_datetime_ex()
938 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_fold_ex() argument
943 dt = new_datetime(year, month, day, hour, minute, second, usecond, in new_datetime_subclass_fold_ex()
954 usecond, in new_datetime_subclass_fold_ex()
963 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_ex() argument
966 second, usecond, tzinfo, 0, in new_datetime_subclass_ex()
[all …]
/third_party/python/Doc/data/
Drefcounts.dat432 PyDateTime_FromDateAndTime:int:usecond::
441 PyDateTime_FromDateAndTimeAndFold:int:usecond::
2220 PyTime_FromTime:int:usecond::
2226 PyTime_FromTimeAndFold:int:usecond::
/third_party/gstreamer/gstplugins_good/
DChangeLog82072 Frame duration might vary for 1 usecond, in this case matroskamux