Home
last modified time | relevance | path

Searched refs:Py_ENABLE_SHARED (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython2/PC/
Dgetpathp.c204 #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()
Ddl_nt.c14 #ifdef Py_ENABLE_SHARED
Dpyconfig.h323 # define Py_ENABLE_SHARED 1 /* standard symbol for shared library */ macro
/external/python/cpython3/PC/
Ddl_nt.c14 #ifdef Py_ENABLE_SHARED
Dgetpathp.c338 #ifdef Py_ENABLE_SHARED
516 #ifdef Py_ENABLE_SHARED in get_dll_path()
776 #ifdef Py_ENABLE_SHARED in calculate_module_search_path()
Dpyconfig.h258 # define Py_ENABLE_SHARED 1 /* standard symbol for shared library */ macro
/external/python/cpython2/Include/
Dpyport.h768 #if defined(Py_ENABLE_SHARED) || defined(__CYGWIN__)
816 #if defined(Py_ENABLE_SHARED) && defined (HAVE_DECLSPEC_DLL)
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h983 #define Py_ENABLE_SHARED macro
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h983 #define Py_ENABLE_SHARED macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h983 #define Py_ENABLE_SHARED macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h983 #define Py_ENABLE_SHARED macro
/external/python/cpython3/Include/
Dpyport.h622 #if defined(Py_ENABLE_SHARED) || defined(__CYGWIN__)
/external/python/cpython2/Mac/Modules/
DMacOS.c730 #elif defined(Py_ENABLE_SHARED)
/external/python/cpython2/Doc/library/
Dsysconfig.rst54 >>> sysconfig.get_config_var('Py_ENABLE_SHARED')
/external/python/cpython3/Doc/library/
Dsysconfig.rst56 >>> sysconfig.get_config_var('Py_ENABLE_SHARED')
/external/python/cpython3/PCbuild/
Dreadme.txt265 preprocessor macro "Py_ENABLE_SHARED" to "Py_NO_ENABLE_SHARED". You may
/external/python/cpython2/PC/VS9.0/
Dreadme.txt225 macro "Py_ENABLE_SHARED" to "Py_NO_ENABLE_SHARED". You may also have to
/external/python/cpython2/PCbuild/
Dreadme.txt307 preprocessor macro "Py_ENABLE_SHARED" to "Py_NO_ENABLE_SHARED". You may
/external/python/cpython2/
Dpyconfig.h.in1014 #undef Py_ENABLE_SHARED
Dconfigure.ac911 AC_DEFINE(Py_ENABLE_SHARED, 1, [Defined if Python is built as a shared library.]) definition
/external/python/cpython2/Modules/
Dposixmodule.c631 #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/
Dpyconfig.h.in1334 #undef Py_ENABLE_SHARED
Dconfigure.ac1128 AC_DEFINE(Py_ENABLE_SHARED, 1, [Defined if Python is built as a shared library.]) definition
/external/python/cpython3/Modules/
Dposixmodule.c1304 #if defined(WITH_NEXT_FRAMEWORK) || (defined(__APPLE__) && defined(Py_ENABLE_SHARED))
1328 #if defined(WITH_NEXT_FRAMEWORK) || (defined(__APPLE__) && defined(Py_ENABLE_SHARED)) in convertenviron()