Home
last modified time | relevance | path

Searched defs:usecond (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Ddatetime.h234 #define PyTime_FromTime(hour, minute, second, usecond) \ argument
238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Ddatetime.h234 #define PyTime_FromTime(hour, minute, second, usecond) \ argument
238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
/aosp_15_r20/external/python/cpython3/Include/
Ddatetime.h234 #define PyTime_FromTime(hour, minute, second, usecond) \ argument
238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Ddatetime.h234 #define PyTime_FromTime(hour, minute, second, usecond) \ argument
238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Ddatetime.h234 #define PyTime_FromTime(hour, minute, second, usecond) \ argument
238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c989 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()
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()
1069 new_time_ex2(int hour, int minute, int second, int usecond, in new_time_ex2()
1100 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex()
4245 int usecond = 0; in time_new() local
4925 int usecond = 0; in datetime_new() local
/aosp_15_r20/external/python/cpython2/Modules/
Ddatetimemodule.c672 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
699 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex()
3153 int usecond = 0; in time_new() local
3682 int usecond = 0; in datetime_new() local
/aosp_15_r20/external/python/cpython2/Include/
Ddatetime.h217 #define PyTime_FromTime(hour, minute, second, usecond) \ argument