HomeSort by relevance Sort by last modified time
    Searched refs:PY_VERSION_HEX (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/python/cpython2/Misc/
pymemcompat.h 45 #if PY_VERSION_HEX < 0x01060000
77 #if PY_VERSION_HEX < 0x020200B1
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 2 #if PY_VERSION_HEX >= 0x03000000
27 #if PY_VERSION_HEX >= 0x03000000
40 #if PY_VERSION_HEX >= 0x03000000
55 #if PY_VERSION_HEX >= 0x03000000
65 #if PY_VERSION_HEX >= 0x03000000
73 #if PY_VERSION_HEX < 0x02020000
82 #if PY_VERSION_HEX < 0x02020000
101 #if PY_VERSION_HEX < 0x01060000
109 #if PY_VERSION_HEX < 0x02020000
119 #if PY_VERSION_HEX < 0x0201000
    [all...]
pystrings.swg 8 %#if PY_VERSION_HEX>=0x03000000
15 %#if PY_VERSION_HEX>=0x03000000
54 %#if PY_VERSION_HEX>=0x03000000
61 %#if PY_VERSION_HEX>=0x03000000
91 %#if PY_VERSION_HEX >= 0x03000000
file.i 20 %#if PY_VERSION_HEX < 0x03000000
pyapi.swg 32 #if PY_VERSION_HEX >= 0x03000000
pywstrings.swg 6 #if PY_VERSION_HEX >= 0x03020000
19 %#if PY_VERSION_HEX < 0x03000000
pyinit.swg 36 #if PY_VERSION_HEX >= 0x03000000
45 #if PY_VERSION_HEX >= 0x03000000
145 #if PY_VERSION_HEX >= 0x03000000
175 #if PY_VERSION_HEX >= 0x02020000
178 #if PY_VERSION_HEX >= 0x02030000
181 #if PY_VERSION_HEX >= 0x02060000
190 #if PY_VERSION_HEX < 0x02020000
321 #if PY_VERSION_HEX >= 0x03000000
328 #if PY_VERSION_HEX >= 0x03000000
330 # if PY_VERSION_HEX >= 0x0302000
    [all...]
pyrun.swg 93 #if PY_VERSION_HEX < 0x02030000
107 #if PY_VERSION_HEX < 0x02030000
211 #if PY_VERSION_HEX >= 0x02020000
326 #if (PY_VERSION_HEX < 0x02020000)
399 #if PY_VERSION_HEX >= 0x03000000
439 # if PY_VERSION_HEX >= 0x03000000
606 #if (PY_VERSION_HEX < 0x02020000)
608 #elif (PY_VERSION_HEX < 0x02050000)
663 #if PY_VERSION_HEX < 0x02020000
680 #if PY_VERSION_HEX < 0x0300000
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
patchlevel.h 38 Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
39 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
patchlevel.h 38 Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
39 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \
  /external/python/cpython2/Include/
patchlevel.h 38 Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
39 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \
  /external/python/cpython3/Include/
patchlevel.h 30 Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
31 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \
  /prebuilts/gdb/darwin-x86/include/python2.7/
patchlevel.h 38 Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
39 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \
  /prebuilts/gdb/linux-x86/include/python2.7/
patchlevel.h 38 Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
39 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
patchlevel.h 38 Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
39 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
patchlevel.h 38 Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
39 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
sqlitecompat.h 31 #if PY_VERSION_HEX < 0x02050000
  /external/python/cpython2/Modules/_sqlite/
sqlitecompat.h 31 #if PY_VERSION_HEX < 0x02050000
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
unicodedefs.h 29 #if PY_VERSION_HEX < 0x03000000
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
unicodedefs.h 29 #if PY_VERSION_HEX < 0x03000000
  /external/python/cpython2/Objects/stringlib/
unicodedefs.h 29 #if PY_VERSION_HEX < 0x03000000
  /external/python/cpython2/Doc/includes/
capsulethunk.h 4 #if ( (PY_VERSION_HEX < 0x02070000) \
5 || ((PY_VERSION_HEX >= 0x03000000) \
6 && (PY_VERSION_HEX < 0x03010000)) )
132 #endif /* #if PY_VERSION_HEX < 0x02070000 */
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.h 70 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)
108 #if PY_VERSION_HEX >= 0x03000000
146 #if PY_VERSION_HEX >= 0x03000000
  /external/python/cpython3/Doc/includes/
capsulethunk.h 4 #if ( (PY_VERSION_HEX < 0x02070000) \
5 || ((PY_VERSION_HEX >= 0x03000000) \
6 && (PY_VERSION_HEX < 0x03010000)) )
132 #endif /* #if PY_VERSION_HEX < 0x02070000 */
  /external/libmojo/third_party/markupsafe/
_speedups.c 17 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)

Completed in 608 milliseconds

1 2 3 4