Home
last modified time | relevance | path

Searched refs:Py_BUILD_CORE (Results 1 – 25 of 51) sorted by relevance

123

/external/python/cpython3/Include/
Dpyport.h21 #if defined(Py_BUILD_CORE_BUILTIN) && !defined(Py_BUILD_CORE)
22 # define Py_BUILD_CORE macro
24 #if defined(Py_BUILD_CORE_MODULE) && !defined(Py_BUILD_CORE)
25 # define Py_BUILD_CORE macro
666 # if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
798 #ifdef Py_BUILD_CORE
Dpythonrun.h76 #ifndef Py_BUILD_CORE
81 #ifndef Py_BUILD_CORE
88 #ifndef Py_BUILD_CORE
/external/python/cpython3/PC/
Dpyconfig.h34 # define Py_BUILD_CORE macro
149 #if defined(Py_BUILD_CORE) || defined(Py_BUILD_CORE_BUILTIN) || defined(Py_BUILD_CORE_MODULE)
264 # if !defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_BUILTIN)
/external/python/cpython2/PC/
Dpyconfig.h39 # define Py_BUILD_CORE macro
184 #if defined(Py_BUILD_CORE) || defined(Py_BUILD_CORE_MODULE)
332 # ifndef Py_BUILD_CORE /* not building the core - must be an ext */
/external/python/cpython3/Include/internal/
Dpycore_pyhash.h4 #ifndef Py_BUILD_CORE
Dpycore_sysmodule.h7 #ifndef Py_BUILD_CORE
Dpycore_tupleobject.h7 #ifndef Py_BUILD_CORE
Dpycore_warnings.h7 #ifndef Py_BUILD_CORE
Dpycore_abstract.h7 #ifndef Py_BUILD_CORE
Dpycore_getopt.h4 #ifndef Py_BUILD_CORE
Dpycore_dtoa.h6 #ifndef Py_BUILD_CORE
Dpycore_condvar.h4 #ifndef Py_BUILD_CORE
Dpycore_gil.h7 #ifndef Py_BUILD_CORE
Dpycore_accu.h12 #ifndef Py_BUILD_CORE
Dpycore_context.h4 #ifndef Py_BUILD_CORE
Dpycore_traceback.h7 #ifndef Py_BUILD_CORE
Dpycore_fileutils.h7 #ifndef Py_BUILD_CORE
Dpegen_interface.h7 #ifndef Py_BUILD_CORE
Dpycore_call.h7 #ifndef Py_BUILD_CORE
Dpycore_pymem.h7 #ifndef Py_BUILD_CORE
Dpycore_pathconfig.h7 #ifndef Py_BUILD_CORE
Dpycore_byteswap.h14 #ifndef Py_BUILD_CORE
Dpycore_hamt.h4 #ifndef Py_BUILD_CORE
Dpycore_runtime.h7 #ifndef Py_BUILD_CORE
/external/python/cffi/c/
Dcall_python.c2 # define Py_BUILD_CORE macro
5 # undef Py_BUILD_CORE

123