/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_state.h | 35 enum __state_type { __ON, __OFF, __INVALID }; enum in namespace:__gnu_profile 37 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID); 40 __turn(__state_type __s) 42 __state_type inv(__INVALID);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_state.h | 35 enum __state_type { __ON, __OFF, __INVALID }; enum in namespace:__gnu_profile 37 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID); 40 __turn(__state_type __s) 42 __state_type inv(__INVALID);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler_state.h | 35 enum __state_type { __ON, __OFF, __INVALID }; enum in namespace:__gnu_profile 37 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID); 40 __turn(__state_type __s) 42 __state_type inv(__INVALID);
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_state.h | 35 enum __state_type { __ON, __OFF, __INVALID }; enum in namespace:__gnu_profile 37 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID); 40 __turn(__state_type __s) 42 __state_type inv(__INVALID);
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_state.h | 35 enum __state_type { __ON, __OFF, __INVALID }; enum in namespace:__gnu_profile 37 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID); 40 __turn(__state_type __s) 42 __state_type inv(__INVALID);
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_state.h | 35 enum __state_type { __ON, __OFF, __INVALID }; enum in namespace:__gnu_profile 37 _GLIBCXX_PROFILE_DEFINE_DATA(__state_type, __state, __INVALID); 40 __turn(__state_type __s) 42 __state_type inv(__INVALID);
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 68 typedef _Pthread_alloc_per_thread_state __state_type; typedef in class:_Pthread_alloc 73 static __state_type * _STLP_CALL _S_get_per_thread_state(); 83 static void * _STLP_CALL allocate(size_t& __n, __state_type* __a); 86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a); 279 typedef pthread_alloc::__state_type __state_type; typedef in class:per_thread_allocator 345 __state_type* _M_state;
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 68 typedef _Pthread_alloc_per_thread_state __state_type; typedef in class:_Pthread_alloc 73 static __state_type * _STLP_CALL _S_get_per_thread_state(); 83 static void * _STLP_CALL allocate(size_t& __n, __state_type* __a); 86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a); 279 typedef pthread_alloc::__state_type __state_type; typedef in class:per_thread_allocator 345 __state_type* _M_state;
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 68 typedef _Pthread_alloc_per_thread_state __state_type; typedef in class:_Pthread_alloc 73 static __state_type * _STLP_CALL _S_get_per_thread_state(); 83 static void * _STLP_CALL allocate(size_t& __n, __state_type* __a); 86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a); 279 typedef pthread_alloc::__state_type __state_type; typedef in class:per_thread_allocator 345 __state_type* _M_state;
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/ |
allocators.cpp | 788 typedef _Pthread_alloc_per_thread_state __state_type; typedef in class:_Pthread_alloc_impl 793 static char *_S_chunk_alloc(size_t __size, size_t &__nobjs, __state_type*); 809 static __state_type *_S_free_per_thread_states; 817 static __state_type *_S_new_per_thread_state(); 820 static __state_type *_S_get_per_thread_state(); 842 static void * allocate(size_t& __n, __state_type* __a); 845 static void deallocate(void *__p, size_t __n, __state_type* __a); 905 __state_type* __result; 907 if (_S_key_initialized && (__result = (__state_type*) pthread_getspecific(_S_key))) [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/ |
allocators.cpp | 788 typedef _Pthread_alloc_per_thread_state __state_type; typedef in class:_Pthread_alloc_impl 793 static char *_S_chunk_alloc(size_t __size, size_t &__nobjs, __state_type*); 809 static __state_type *_S_free_per_thread_states; 817 static __state_type *_S_new_per_thread_state(); 820 static __state_type *_S_get_per_thread_state(); 842 static void * allocate(size_t& __n, __state_type* __a); 845 static void deallocate(void *__p, size_t __n, __state_type* __a); 905 __state_type* __result; 907 if (_S_key_initialized && (__result = (__state_type*) pthread_getspecific(_S_key))) [all...] |