OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__scope
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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.8/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.15-4.8/sysroot/usr/include/
pthread.h
339
int *__restrict
__scope
)
343
extern int pthread_attr_setscope (pthread_attr_t *__attr, int
__scope
)
[
all
...]
/external/valgrind/perf/
test_input_for_tinycc.c
476
int
__scope
;
member in struct:__pthread_attr_s
[
all
...]
Completed in 1588 milliseconds