Lines Matching defs:args
13 test_pytime_fromseconds(PyObject *self, PyObject *args) in test_pytime_fromseconds()
38 test_pytime_fromsecondsobject(PyObject *self, PyObject *args) in test_pytime_fromsecondsobject()
56 test_PyTime_AsTimeval(PyObject *self, PyObject *args) in test_PyTime_AsTimeval()
83 test_PyTime_AsTimeval_clamp(PyObject *self, PyObject *args) in test_PyTime_AsTimeval_clamp()
109 test_PyTime_AsTimespec(PyObject *self, PyObject *args) in test_PyTime_AsTimespec()
127 test_PyTime_AsTimespec_clamp(PyObject *self, PyObject *args) in test_PyTime_AsTimespec_clamp()
144 test_PyTime_AsMilliseconds(PyObject *self, PyObject *args) in test_PyTime_AsMilliseconds()
163 test_PyTime_AsMicroseconds(PyObject *self, PyObject *args) in test_PyTime_AsMicroseconds()
182 test_pytime_object_to_time_t(PyObject *self, PyObject *args) in test_pytime_object_to_time_t()
200 test_pytime_object_to_timeval(PyObject *self, PyObject *args) in test_pytime_object_to_timeval()
219 test_pytime_object_to_timespec(PyObject *self, PyObject *args) in test_pytime_object_to_timespec()