HomeSort by relevance Sort by last modified time
    Searched defs:Py_BUILD_CORE (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/PC/
pyconfig.h 37 /* Deprecated USE_DL_EXPORT macro - please use Py_BUILD_CORE */
39 # define Py_BUILD_CORE
184 #if defined(Py_BUILD_CORE) || defined(Py_BUILD_CORE_MODULE)
332 # ifndef Py_BUILD_CORE /* not building the core - must be an ext */
343 # endif /* Py_BUILD_CORE */
  /external/python/cpython3/PC/
pyconfig.h 32 /* Deprecated USE_DL_EXPORT macro - please use Py_BUILD_CORE */
34 # define Py_BUILD_CORE
153 #if defined(Py_BUILD_CORE) || defined(Py_BUILD_CORE_MODULE)
287 # ifndef Py_BUILD_CORE /* not building the core - must be an ext */
300 # endif /* Py_BUILD_CORE */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 18 #ifndef Py_BUILD_CORE
19 #define Py_BUILD_CORE
22 #undef Py_BUILD_CORE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 18 #ifndef Py_BUILD_CORE
19 #define Py_BUILD_CORE
22 #undef Py_BUILD_CORE
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 18 #ifndef Py_BUILD_CORE
19 #define Py_BUILD_CORE
22 #undef Py_BUILD_CORE
    [all...]
  /external/python/cpython3/Modules/
_datetimemodule.c 17 #ifndef Py_BUILD_CORE
18 #define Py_BUILD_CORE
21 #undef Py_BUILD_CORE
    [all...]

Completed in 128 milliseconds