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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
symtable.h 69 #define DEF_IMPORT 2<<5 /* assignment occurred via import */
71 #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
symtable.h 69 #define DEF_IMPORT 2<<5 /* assignment occurred via import */
71 #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  /external/python/cpython2/Include/
symtable.h 69 #define DEF_IMPORT 2<<5 /* assignment occurred via import */
71 #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  /external/python/cpython3/Include/
symtable.h 93 #define DEF_IMPORT 2<<6 /* assignment occurred via import */
96 #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
symtablemodule.c 67 PyModule_AddIntConstant(m, "DEF_IMPORT", DEF_IMPORT);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
symtablemodule.c 64 PyModule_AddIntConstant(m, "DEF_IMPORT", DEF_IMPORT);
  /external/python/cpython2/Modules/
symtablemodule.c 67 PyModule_AddIntConstant(m, "DEF_IMPORT", DEF_IMPORT);
  /external/python/cpython3/Modules/
symtablemodule.c 91 PyModule_AddIntMacro(m, DEF_IMPORT);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 5 DEF_IMPORT, DEF_BOUND, OPT_IMPORT_STAR, OPT_EXEC, OPT_BARE_EXEC,
205 return bool(self.__flags & DEF_IMPORT)
  /external/python/cpython2/Lib/
symtable.py 5 DEF_IMPORT, DEF_BOUND, OPT_IMPORT_STAR, OPT_EXEC, OPT_BARE_EXEC,
202 return bool(self.__flags & DEF_IMPORT)
  /external/python/cpython3/Lib/
symtable.py 5 DEF_IMPORT, DEF_BOUND, DEF_ANNOT, SCOPE_OFF, SCOPE_MASK, FREE,
200 return bool(self.__flags & DEF_IMPORT)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c     [all...]
  /external/python/cpython2/Python/
symtable.c     [all...]
  /external/python/cpython3/Python/
symtable.c     [all...]

Completed in 1484 milliseconds