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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
symtable.h 73 /* GLOBAL_EXPLICIT and GLOBAL_IMPLICIT are used internally by the symbol
81 #define GLOBAL_EXPLICIT 2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
symtable.h 73 /* GLOBAL_EXPLICIT and GLOBAL_IMPLICIT are used internally by the symbol
81 #define GLOBAL_EXPLICIT 2
  /external/python/cpython2/Include/
symtable.h 73 /* GLOBAL_EXPLICIT and GLOBAL_IMPLICIT are used internally by the symbol
81 #define GLOBAL_EXPLICIT 2
  /external/python/cpython3/Include/
symtable.h 98 /* GLOBAL_EXPLICIT and GLOBAL_IMPLICIT are used internally by the symbol
106 #define GLOBAL_EXPLICIT 2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
symtablemodule.c 79 PyModule_AddIntConstant(m, "GLOBAL_EXPLICIT", GLOBAL_EXPLICIT);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
147 glob = (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT)
193 return bool(self.__scope in (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT))
196 return bool(self.__scope == GLOBAL_EXPLICIT)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
symtablemodule.c 76 PyModule_AddIntConstant(m, "GLOBAL_EXPLICIT", GLOBAL_EXPLICIT);
  /external/python/cpython2/Lib/
symtable.py 6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
144 glob = (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT)
190 return bool(self.__scope in (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT))
193 return bool(self.__scope == GLOBAL_EXPLICIT)
  /external/python/cpython2/Modules/
symtablemodule.c 79 PyModule_AddIntConstant(m, "GLOBAL_EXPLICIT", GLOBAL_EXPLICIT);
  /external/python/cpython3/Lib/
symtable.py 6 LOCAL, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL)
139 glob = (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT)
185 return bool(self.__scope in (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT))
188 return bool(self.__scope == GLOBAL_EXPLICIT)
  /external/python/cpython3/Modules/
symtablemodule.c 100 PyModule_AddIntMacro(m, GLOBAL_EXPLICIT);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 387 SET_SCOPE(dict, name, GLOBAL_EXPLICIT);
    [all...]
compile.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 385 SET_SCOPE(dict, name, GLOBAL_EXPLICIT);
    [all...]
compile.c     [all...]
  /external/python/cpython2/Python/
symtable.c 389 SET_SCOPE(dict, name, GLOBAL_EXPLICIT);
    [all...]
compile.c     [all...]
  /external/python/cpython3/Python/
symtable.c 481 SET_SCOPE(scopes, name, GLOBAL_EXPLICIT);
    [all...]
compile.c 704 if (scope == GLOBAL_EXPLICIT)
    [all...]

Completed in 151 milliseconds