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

1 2

  /external/python/cpython3/Python/
pythonrun.c 98 local_flags.cf_flags = 0;
133 if (flags->cf_flags & PyCF_DONT_IMPLY_DEDENT)
135 if (flags->cf_flags & PyCF_IGNORE_COOKIE)
137 if (flags->cf_flags & CO_FUTURE_BARRY_AS_BDFL)
145 ((flags) ? ((((flags)->cf_flags & PyCF_DONT_IMPLY_DEDENT) ? \
147 | ((flags)->cf_flags & CO_FUTURE_WITH_STATEMENT ? \
1017 flags->cf_flags |= (co->co_flags & PyCF_MASK);
1037 if (flags && (flags->cf_flags & PyCF_ONLY_AST)) {
1080 flags.cf_flags = 0;
1119 localflags.cf_flags = 0
    [all...]
bltinmodule.c 627 cf->cf_flags |= PyCF_IGNORE_COOKIE;
705 cf.cf_flags = flags | PyCF_SOURCE_IS_UTF8;
896 cf.cf_flags = PyCF_SOURCE_IS_UTF8;
980 cf.cf_flags = PyCF_SOURCE_IS_UTF8;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 765 local_flags.cf_flags = 0;
792 ((flags) ? ((((flags)->cf_flags & PyCF_DONT_IMPLY_DEDENT) ? \
798 ((flags) ? ((((flags)->cf_flags & PyCF_DONT_IMPLY_DEDENT) ? \
800 | (((flags)->cf_flags & CO_FUTURE_PRINT_FUNCTION) ? \
802 | (((flags)->cf_flags & CO_FUTURE_UNICODE_LITERALS) ? \
    [all...]
bltinmodule.c 488 cf.cf_flags = supplied_flags;
548 cf.cf_flags |= PyCF_SOURCE_IS_UTF8;
676 cf.cf_flags = 0;
684 cf.cf_flags |= PyCF_SOURCE_IS_UTF8;
798 cf.cf_flags = 0;
    [all...]
compile.c 276 local_flags.cf_flags = 0;
279 merged = c.c_future->ff_features | flags->cf_flags;
281 flags->cf_flags = merged;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 752 local_flags.cf_flags = 0;
779 ((flags) ? ((((flags)->cf_flags & PyCF_DONT_IMPLY_DEDENT) ? \
785 ((flags) ? ((((flags)->cf_flags & PyCF_DONT_IMPLY_DEDENT) ? \
787 | (((flags)->cf_flags & CO_FUTURE_PRINT_FUNCTION) ? \
789 | (((flags)->cf_flags & CO_FUTURE_UNICODE_LITERALS) ? \
    [all...]
bltinmodule.c 482 cf.cf_flags = supplied_flags;
540 cf.cf_flags |= PyCF_SOURCE_IS_UTF8;
668 cf.cf_flags = 0;
676 cf.cf_flags |= PyCF_SOURCE_IS_UTF8;
790 cf.cf_flags = 0;
    [all...]
compile.c 273 local_flags.cf_flags = 0;
276 merged = c.c_future->ff_features | flags->cf_flags;
278 flags->cf_flags = merged;
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 764 local_flags.cf_flags = 0;
791 ((flags) ? ((((flags)->cf_flags & PyCF_DONT_IMPLY_DEDENT) ? \
797 ((flags) ? ((((flags)->cf_flags & PyCF_DONT_IMPLY_DEDENT) ? \
799 | (((flags)->cf_flags & CO_FUTURE_PRINT_FUNCTION) ? \
801 | (((flags)->cf_flags & CO_FUTURE_UNICODE_LITERALS) ? \
    [all...]
bltinmodule.c 488 cf.cf_flags = supplied_flags;
550 cf.cf_flags |= PyCF_SOURCE_IS_UTF8;
687 cf.cf_flags = 0;
695 cf.cf_flags |= PyCF_SOURCE_IS_UTF8;
809 cf.cf_flags = 0;
    [all...]
compile.c 276 local_flags.cf_flags = 0;
279 merged = c.c_future->ff_features | flags->cf_flags;
281 flags->cf_flags = merged;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
main.c 252 cf.cf_flags = 0;
319 cf.cf_flags |= CO_FUTURE_DIVISION;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
main.c 252 cf.cf_flags = 0;
347 cf.cf_flags |= CO_FUTURE_DIVISION;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
main.c 246 cf.cf_flags = 0;
313 cf.cf_flags |= CO_FUTURE_DIVISION;
  /external/python/cpython2/Modules/
main.c 256 cf.cf_flags = 0;
350 cf.cf_flags |= CO_FUTURE_DIVISION;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pythonrun.h 19 int cf_flags; /* bitmask of CO_xxx flags relevant to future */ member in struct:__anon4360
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pythonrun.h 19 int cf_flags; /* bitmask of CO_xxx flags relevant to future */ member in struct:__anon4666
  /external/python/cpython2/Include/
pythonrun.h 19 int cf_flags; /* bitmask of CO_xxx flags relevant to future */ member in struct:__anon32609
  /external/python/cpython3/Include/
pythonrun.h 22 int cf_flags; /* bitmask of CO_xxx flags relevant to future */ member in struct:__anon33185
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythonrun.h 19 int cf_flags; /* bitmask of CO_xxx flags relevant to future */ member in struct:__anon66499
  /prebuilts/gdb/linux-x86/include/python2.7/
pythonrun.h 19 int cf_flags; /* bitmask of CO_xxx flags relevant to future */ member in struct:__anon66621
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythonrun.h 19 int cf_flags; /* bitmask of CO_xxx flags relevant to future */ member in struct:__anon1014
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythonrun.h 19 int cf_flags; /* bitmask of CO_xxx flags relevant to future */ member in struct:__anon1137
  /external/python/cpython3/Modules/
parsermodule.c 374 o->st_flags.cf_flags = 0;
619 ((PyST_Object *)res)->st_flags.cf_flags = flags & PyCF_MASK;
    [all...]
main.c 370 cf.cf_flags = 0;

Completed in 568 milliseconds

1 2