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

1 2

  /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) \
  /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 "
operator.c 72 if (PyErr_WarnPy3k("operator.isCallable() is not supported in 3.x. "
81 if (PyErr_WarnPy3k("operator.sequenceIncludes() is not supported "
imageop.c 783 if (PyErr_WarnPy3k("the imageop module has been removed in "
parsermodule.c 340 if (PyErr_WarnPy3k("ast2tuple is removed in 3.x; use st2tuple", 1) < 0)
391 if (PyErr_WarnPy3k("ast2list is removed in 3.x; use st2list", 1) < 0)
438 if (PyErr_WarnPy3k("compileast is removed in 3.x; use compilest", 1) < 0)
693 if (PyErr_WarnPy3k("tuple2ast is removed in 3.x; use tuple2st", 1) < 0)
    [all...]
  /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",
frameobject.c 28 if (PyErr_WarnPy3k(#NAME " has been removed in 3.x", 2) < 0) \
37 if (PyErr_WarnPy3k(#NAME " has been removed in 3.x", 2) < 0) \
    [all...]
bufferobject.c 239 if (PyErr_WarnPy3k("buffer() not supported in 3.x", 1) < 0)
codeobject.c 392 if (PyErr_WarnPy3k("code inequality comparisons not supported "
  /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",
frameobject.c 28 if (PyErr_WarnPy3k(#NAME " has been removed in 3.x", 2) < 0) \
37 if (PyErr_WarnPy3k(#NAME " has been removed in 3.x", 2) < 0) \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 169 if (PyErr_WarnPy3k("apply() not supported in 3.x; "
227 if (PyErr_WarnPy3k("callable() not supported in 3.x; "
440 if (PyErr_WarnPy3k("coerce() not supported in 3.x", 1) < 0)
713 if (PyErr_WarnPy3k("execfile() not supported in 3.x; use exec()",
944 if (PyErr_WarnPy3k("map(None, ...) not supported in 3.x; "
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 175 if (PyErr_WarnPy3k("apply() not supported in 3.x; "
446 if (PyErr_WarnPy3k("coerce() not supported in 3.x", 1) < 0)
721 if (PyErr_WarnPy3k("execfile() not supported in 3.x; use exec()",
952 if (PyErr_WarnPy3k("map(None, ...) not supported in 3.x; "
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
operator.c 72 if (PyErr_WarnPy3k("operator.isCallable() is not supported in 3.x. "
81 if (PyErr_WarnPy3k("operator.sequenceIncludes() is not supported "
parsermodule.c 375 if (PyErr_WarnPy3k("ast2tuple is removed in 3.x; use st2tuple", 1) < 0)
430 if (PyErr_WarnPy3k("ast2list is removed in 3.x; use st2list", 1) < 0)
477 if (PyErr_WarnPy3k("compileast is removed in 3.x; use compilest", 1) < 0)
713 if (PyErr_WarnPy3k("tuple2ast is removed in 3.x; use tuple2st", 1) < 0)
    [all...]

Completed in 1131 milliseconds

1 2