Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h91 PyAPI_FUNC(int) _PyTime_FromNanosecondsObject(_PyTime_t *t,
/external/python/cpython3/Modules/
D_lsprof.c73 err = _PyTime_FromNanosecondsObject(&result, o); in CallExternalTimer()
D_testcapimodule.c4462 if (_PyTime_FromNanosecondsObject(&ts, obj) < 0) { in test_pytime_assecondsdouble()
4483 if (_PyTime_FromNanosecondsObject(&t, obj) < 0) { in test_PyTime_AsTimeval()
4508 if (_PyTime_FromNanosecondsObject(&t, obj) < 0) { in test_PyTime_AsTimespec()
4528 if (_PyTime_FromNanosecondsObject(&t, obj) < 0) { in test_PyTime_AsMilliseconds()
4549 if (_PyTime_FromNanosecondsObject(&t, obj) < 0) { in test_PyTime_AsMicroseconds()
Dtimemodule.c274 if (_PyTime_FromNanosecondsObject(&t, obj) < 0) {
/external/python/cpython3/Python/
Dpytime.c268 _PyTime_FromNanosecondsObject(_PyTime_t *tp, PyObject *obj) in _PyTime_FromNanosecondsObject() function