Home
last modified time | relevance | path

Searched refs:timemodule (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython3/android/
DSetup.local7 time timemodule.c
/external/python/cpython3/
DAndroid-bionic.bp83 "Modules/timemodule.c",
DAndroid-linux_x86_64.bp86 "Modules/timemodule.c",
DAndroid-darwin_x86_64.bp91 "Modules/timemodule.c",
Dpyconfig.h.in1490 /* Library needed by timemodule.c: librt may be needed for clock_gettime() */
Dconfigure.ac4040 [Library needed by timemodule.c: librt may be needed for clock_gettime()])
/external/python/cpython3/.github/
DCODEOWNERS60 Modules/timemodule.c @pganssle @abalkin
/external/python/cpython2/RISCOS/
DMakefile364 @.^.Lib.time/pyd: @.^.Modules.o.timemodule s.linktab @.o.sleep
365 $(LINK) -aof -o @.^.Modules.o.timelink @.^.Modules.o.timemodule @.o.sleep $(OSLIB).o.OSLib32
/external/python/cpython3/Modules/
Dtimemodule.c1992 static struct PyModuleDef timemodule = { variable
2007 return PyModuleDef_Init(&timemodule);
DSetup119 time -DPy_BUILD_CORE_BUILTIN -I$(srcdir)/Include/internal timemodule.c # -lm # time operations and …
/external/python/cpython2/
DAndroid.bp469 "Modules/timemodule.c",
615 "Modules/timemodule.c",
/external/python/cpython2/Modules/
DSetup.dist175 #time timemodule.c # -lm # time operations and variables
214 #_socket socketmodule.c timemodule.c
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv363 Modules/timemodule.c - initialized variable static int initialized
1393 Modules/timemodule.c time_strptime PyId__strptime_time variable _Py_IDENTIFIER(_strptime_time)
1784 Modules/timemodule.c - StructTimeType variable static PyTypeObject StructTimeType
1785 Modules/timemodule.c - struct_time_type_desc variable static PyStructSequence_Desc struct_time_type…
1786 Modules/timemodule.c - struct_time_type_fields variable static PyStructSequence_Field struct_time_t…
1831 Modules/timemodule.c _PyTime_GetProcessTimeWithInfo ticks_per_second variable static long ticks_per…
1832 Modules/timemodule.c - time_methods variable static PyMethodDef time_methods
1833 Modules/timemodule.c - timemodule variable static struct PyModuleDef timemodule
DTODO54 Modules/timemodule.c:initialized static int initialized
332 Modules/timemodule.c:time_strptime():PyId__strptime_time _Py_IDENTIFIER(_strptime_time)
680 Modules/timemodule.c:StructTimeType static PyTypeObject StructTimeType
/external/python/cpython2/PC/os2emx/
Dpython27.def1307 ; From python27_s.lib(timemodule)
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp758 SOURCE=..\..\Modules\timemodule.c
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk831 timemodule.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
Dmakefile1158 timemodule.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst659 Fix a memory leak in Modules/timemodule.c. Patch by Zackery Spytz.
7972 ``timemodule`` on macOS.
/external/python/cpython2/Misc/
DHISTORY3600 good to expose some other internal timemodule.c functions there.
9873 * Modules/timemodule.c:
9957 * Modules/timemodule.c: Chris Lawrence writes:
10461 * Modules/timemodule.c: Patch by Chris Herborth for BeOS code.
10583 * Modules/timemodule.c:
10599 * Modules/timemodule.c:
/external/python/cpython3/Misc/
DHISTORY20984 good to expose some other internal timemodule.c functions there.
27252 * Modules/timemodule.c:
27336 * Modules/timemodule.c: Chris Lawrence writes:
27840 * Modules/timemodule.c: Patch by Chris Herborth for BeOS code.
27962 * Modules/timemodule.c:
27978 * Modules/timemodule.c: