Home
last modified time | relevance | path

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/
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.2/Lib/compiler/
Dconsts.py23 CO_FUTURE_PRINT_FUNCTION = 0x10000 variable
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/Include/
Dcode.h53 #define CO_FUTURE_PRINT_FUNCTION 0x10000 macro
Dpythonrun.h11 CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dcode.h53 #define CO_FUTURE_PRINT_FUNCTION 0x10000 macro
Dpythonrun.h11 CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dfuture.c39 ff->ff_features |= CO_FUTURE_PRINT_FUNCTION; in future_check_features()
Dpythonrun.c787 | (((flags)->cf_flags & CO_FUTURE_PRINT_FUNCTION) ? \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dfuture.c39 ff->ff_features |= CO_FUTURE_PRINT_FUNCTION; in future_check_features()
Dpythonrun.c800 | (((flags)->cf_flags & CO_FUTURE_PRINT_FUNCTION) ? \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dparser.c152 if (ps->p_flags & CO_FUTURE_PRINT_FUNCTION && in classify()
210 ps->p_flags |= CO_FUTURE_PRINT_FUNCTION; in future_hack()
Dparsetok.c144 ps->p_flags |= CO_FUTURE_PRINT_FUNCTION; in parsetok()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dparser.c152 if (ps->p_flags & CO_FUTURE_PRINT_FUNCTION && in classify()
210 ps->p_flags |= CO_FUTURE_PRINT_FUNCTION; in future_hack()
Dparsetok.c155 ps->p_flags |= CO_FUTURE_PRINT_FUNCTION; in parsetok()