/external/python/cpython2/PC/ |
D | getpathp.c | 204 #ifdef Py_ENABLE_SHARED 385 #ifdef Py_ENABLE_SHARED in get_progpath() 407 #ifdef Py_ENABLE_SHARED in get_progpath() 514 #ifdef Py_ENABLE_SHARED in calculate_path()
|
D | dl_nt.c | 14 #ifdef Py_ENABLE_SHARED
|
D | pyconfig.h | 323 # define Py_ENABLE_SHARED 1 /* standard symbol for shared library */ macro
|
/external/python/cpython3/PC/ |
D | dl_nt.c | 14 #ifdef Py_ENABLE_SHARED
|
D | getpathp.c | 310 #ifdef Py_ENABLE_SHARED in get_dllpath() 320 #ifdef Py_ENABLE_SHARED 781 #ifdef Py_ENABLE_SHARED in calculate_module_search_path()
|
D | pyconfig.h | 255 # define Py_ENABLE_SHARED 1 /* standard symbol for shared library */ macro
|
/external/python/cpython2/Include/ |
D | pyport.h | 768 #if defined(Py_ENABLE_SHARED) || defined(__CYGWIN__) 816 #if defined(Py_ENABLE_SHARED) && defined (HAVE_DECLSPEC_DLL)
|
/external/python/cpython2/android_arm64/pyconfig/ |
D | pyconfig.h | 983 #define Py_ENABLE_SHARED macro
|
/external/python/cpython2/android_x86/pyconfig/ |
D | pyconfig.h | 983 #define Py_ENABLE_SHARED macro
|
/external/python/cpython2/android_x86_64/pyconfig/ |
D | pyconfig.h | 983 #define Py_ENABLE_SHARED macro
|
/external/python/cpython2/android_arm/pyconfig/ |
D | pyconfig.h | 983 #define Py_ENABLE_SHARED macro
|
/external/python/cpython3/Include/ |
D | pyport.h | 669 #if defined(Py_ENABLE_SHARED) || defined(__CYGWIN__)
|
/external/python/cpython2/Mac/Modules/ |
D | MacOS.c | 730 #elif defined(Py_ENABLE_SHARED)
|
/external/python/cpython2/Doc/library/ |
D | sysconfig.rst | 54 >>> sysconfig.get_config_var('Py_ENABLE_SHARED')
|
/external/python/cpython3/Doc/library/ |
D | sysconfig.rst | 56 >>> sysconfig.get_config_var('Py_ENABLE_SHARED')
|
/external/python/cpython3/PCbuild/ |
D | readme.txt | 269 preprocessor macro "Py_ENABLE_SHARED" to "Py_NO_ENABLE_SHARED". You may
|
/external/python/cpython2/PC/VS9.0/ |
D | readme.txt | 225 macro "Py_ENABLE_SHARED" to "Py_NO_ENABLE_SHARED". You may also have to
|
/external/python/cpython2/PCbuild/ |
D | readme.txt | 307 preprocessor macro "Py_ENABLE_SHARED" to "Py_NO_ENABLE_SHARED". You may
|
/external/python/cpython2/ |
D | pyconfig.h.in | 1014 #undef Py_ENABLE_SHARED
|
D | configure.ac | 911 AC_DEFINE(Py_ENABLE_SHARED, 1, [Defined if Python is built as a shared library.]) definition
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 631 #if defined(WITH_NEXT_FRAMEWORK) || (defined(__APPLE__) && defined(Py_ENABLE_SHARED)) 654 #if defined(WITH_NEXT_FRAMEWORK) || (defined(__APPLE__) && defined(Py_ENABLE_SHARED)) in convertenviron()
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1439 #undef Py_ENABLE_SHARED
|
D | configure.ac | 1136 AC_DEFINE(Py_ENABLE_SHARED, 1, [Defined if Python is built as a shared library.]) definition
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 1584 #if defined(WITH_NEXT_FRAMEWORK) || (defined(__APPLE__) && defined(Py_ENABLE_SHARED)) 1612 #elif defined(WITH_NEXT_FRAMEWORK) || (defined(__APPLE__) && defined(Py_ENABLE_SHARED)) in convertenviron()
|