HomeSort by relevance Sort by last modified time
    Searched refs:OPT_TOPLEVEL (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
symtable.h 90 #define OPT_TOPLEVEL 8 /* top-level names, including eval and exec */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
symtable.h 90 #define OPT_TOPLEVEL 8 /* top-level names, including eval and exec */
  /external/python/cpython2/Include/
symtable.h 90 #define OPT_TOPLEVEL 8 /* top-level names, including eval and exec */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 236 st->st_cur->ste_unoptimized = OPT_TOPLEVEL;
495 case OPT_TOPLEVEL: /* exec / import * at top-level is fine */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 234 st->st_cur->ste_unoptimized = OPT_TOPLEVEL;
493 case OPT_TOPLEVEL: /* exec / import * at top-level is fine */
    [all...]
  /external/python/cpython2/Python/
symtable.c 238 st->st_cur->ste_unoptimized = OPT_TOPLEVEL;
497 case OPT_TOPLEVEL: /* exec / import * at top-level is fine */
    [all...]

Completed in 356 milliseconds