Searched refs:_PyTime_ObjectToTimespec (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | pytime.h | 115 PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | pytime.h | 115 PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | pytime.h | 115 PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | pytime.h | 115 PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | pytime.h | 115 PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pytime.c | 392 _PyTime_ObjectToTimespec(PyObject *obj, time_t *sec, long *nsec, in _PyTime_ObjectToTimespec() function
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | posixmodule.c | 5497 if (_PyTime_ObjectToTimespec(PyTuple_GET_ITEM(times, 0), in os_utime_impl() 5499 _PyTime_ObjectToTimespec(PyTuple_GET_ITEM(times, 1), in os_utime_impl()
|
D | _testcapimodule.c | 3877 if (_PyTime_ObjectToTimespec(obj, &sec, &nsec, round) == -1) in test_pytime_object_to_timespec()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1228 …<elf-symbol name='_PyTime_ObjectToTimespec' type='func-type' binding='global-binding' visibility='… 15348 …_PyTime_ObjectToTimespec' mangled-name='_PyTime_ObjectToTimespec' filepath='Python/pytime.c' line=…
|