/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
warnings.h | 13 #define PyErr_WarnPy3k(msg, stacklevel) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
warnings.h | 13 #define PyErr_WarnPy3k(msg, stacklevel) \
|
/external/python/cpython2/Include/ |
warnings.h | 13 #define PyErr_WarnPy3k(msg, stacklevel) \
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
warnings.h | 13 #define PyErr_WarnPy3k(msg, stacklevel) \
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
warnings.h | 13 #define PyErr_WarnPy3k(msg, stacklevel) \
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
warnings.h | 13 #define PyErr_WarnPy3k(msg, stacklevel) \
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
warnings.h | 13 #define PyErr_WarnPy3k(msg, stacklevel) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
timingmodule.c | 57 if (PyErr_WarnPy3k("the timing module has been removed in "
|
fmmodule.c | 261 if (PyErr_WarnPy3k("the fm module has been removed in "
|
/external/python/cpython2/Mac/Modules/ |
ColorPickermodule.c | 74 if (PyErr_WarnPy3k("In 3.x, the ColorPicker module is removed.", 1) < 0)
|
OSATerminology.c | 99 if (PyErr_WarnPy3k("In 3.x, the OSATerminology module is removed.", 1) < 0)
|
autoGIL.c | 137 if (PyErr_WarnPy3k("In 3.x, the autoGIL module is removed.", 1) < 0)
|
icgluemodule.c | 457 if (PyErr_WarnPy3k("In 3.x, the icglue module is removed.", 1))
|
/external/python/cpython2/Modules/ |
timingmodule.c | 57 if (PyErr_WarnPy3k("the timing module has been removed in "
|
dlmodule.c | 241 if (PyErr_WarnPy3k("the dl module has been removed in "
|
fmmodule.c | 260 if (PyErr_WarnPy3k("the fm module has been removed in "
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
cellobject.c | 58 if (PyErr_WarnPy3k("cell comparisons not supported in 3.x",
|
cobject.c | 14 return PyErr_WarnPy3k("CObject type is not supported in 3.x. "
|
methodobject.c | 235 if (PyErr_WarnPy3k("builtin_function_or_method order "
356 if (PyErr_WarnPy3k("__methods__ not supported in 3.x",
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
cellobject.c | 58 if (PyErr_WarnPy3k("cell comparisons not supported in 3.x",
|
cobject.c | 14 return PyErr_WarnPy3k("CObject type is not supported in 3.x. "
|
methodobject.c | 235 if (PyErr_WarnPy3k("builtin_function_or_method order "
356 if (PyErr_WarnPy3k("__methods__ not supported in 3.x",
|
/external/python/cpython2/Objects/ |
cellobject.c | 58 if (PyErr_WarnPy3k("cell comparisons not supported in 3.x",
|
cobject.c | 14 return PyErr_WarnPy3k("CObject type is not supported in 3.x. "
|
methodobject.c | 235 if (PyErr_WarnPy3k("builtin_function_or_method order " 356 if (PyErr_WarnPy3k("__methods__ not supported in 3.x",
|