Searched refs:CO_FUTURE_PRINT_FUNCTION (Results 1 - 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dconsts.py23 CO_FUTURE_PRINT_FUNCTION = 0x10000 variable
H A Dpycodegen.py14 CO_FUTURE_ABSIMPORT, CO_FUTURE_WITH_STATEMENT, CO_FUTURE_PRINT_FUNCTION)
223 self.graph.setFlag(CO_FUTURE_PRINT_FUNCTION)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A D__future__.py71 CO_FUTURE_PRINT_FUNCTION = 0x10000 # print function variable
124 CO_FUTURE_PRINT_FUNCTION)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dcode.h53 #define CO_FUTURE_PRINT_FUNCTION 0x10000 macro
H A Dpythonrun.h11 CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dcode.h53 #define CO_FUTURE_PRINT_FUNCTION 0x10000 macro
H A Dpythonrun.h11 CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dfuture.c39 ff->ff_features |= CO_FUTURE_PRINT_FUNCTION;
H A Dpythonrun.c800 | (((flags)->cf_flags & CO_FUTURE_PRINT_FUNCTION) ? \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dfuture.c39 ff->ff_features |= CO_FUTURE_PRINT_FUNCTION;
H A Dpythonrun.c787 | (((flags)->cf_flags & CO_FUTURE_PRINT_FUNCTION) ? \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
H A Dparser.c152 if (ps->p_flags & CO_FUTURE_PRINT_FUNCTION &&
210 ps->p_flags |= CO_FUTURE_PRINT_FUNCTION;
H A Dparsetok.c144 ps->p_flags |= CO_FUTURE_PRINT_FUNCTION;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dparser.c152 if (ps->p_flags & CO_FUTURE_PRINT_FUNCTION &&
210 ps->p_flags |= CO_FUTURE_PRINT_FUNCTION;
H A Dparsetok.c155 ps->p_flags |= CO_FUTURE_PRINT_FUNCTION;

Completed in 191 milliseconds