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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 177 self.__scope = (flags >> SCOPE_OFF) & SCOPE_MASK # like PyST_GetScope()
193 return bool(self.__scope in (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT))
196 return bool(self.__scope == GLOBAL_EXPLICIT)
202 return bool(self.__scope == FREE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 177 self.__scope = (flags >> SCOPE_OFF) & SCOPE_MASK # like PyST_GetScope()
193 return bool(self.__scope in (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT))
196 return bool(self.__scope == GLOBAL_EXPLICIT)
202 return bool(self.__scope == FREE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
pthread.h 341 int *__restrict __scope)
345 extern int pthread_attr_setscope (pthread_attr_t *__attr, int __scope)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 341 int *__restrict __scope)
345 extern int pthread_attr_setscope (pthread_attr_t *__attr, int __scope)
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 476 int __scope; member in struct:__pthread_attr_s
    [all...]

Completed in 177 milliseconds