Searched refs:GLOBAL_IMPLICIT (Results 1 - 8 of 8) sorted by relevance
/prebuilts/gdb/darwin-x86/include/python2.7/ |
H A D | symtable.h | 73 /* GLOBAL_EXPLICIT and GLOBAL_IMPLICIT are used internally by the symbol 82 #define GLOBAL_IMPLICIT 3 macro
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
H A D | symtable.h | 73 /* GLOBAL_EXPLICIT and GLOBAL_IMPLICIT are used internally by the symbol 82 #define GLOBAL_IMPLICIT 3 macro
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
H A D | symtable.h | 73 /* GLOBAL_EXPLICIT and GLOBAL_IMPLICIT are used internally by the symbol 82 #define GLOBAL_IMPLICIT 3 macro
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
H A D | symtable.h | 73 /* GLOBAL_EXPLICIT and GLOBAL_IMPLICIT are used internally by the symbol 82 #define GLOBAL_IMPLICIT 3 macro
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
H A D | 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))
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
H A D | 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))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
H A D | 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))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
H A D | 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))
|
Completed in 50 milliseconds