/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
postypes.h | 116 _StateT _M_state; 124 : _M_off(0), _M_state() { } 134 : _M_off(__off), _M_state() { } 142 { _M_state = __st; } 147 { return _M_state; }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
postypes.h | 118 _StateT _M_state; 126 : _M_off(0), _M_state() { } 136 : _M_off(__off), _M_state() { } 144 { _M_state = __st; } 149 { return _M_state; }
|
regex_compiler.h | 106 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start) 151 _StateT _M_state; 166 if (_M_state & _S_state_in_bracket) 171 if (_M_state & _S_state_in_brace) 179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^')) 219 _M_state |= (_S_state_in_bracket | _S_state_at_start); 245 _M_state |= _S_state_in_brace; 291 _M_state &= ~_S_state_in_brace; 303 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^')) 306 _M_state &= ~_S_state_at_start [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
postypes.h | 118 _StateT _M_state; 126 : _M_off(0), _M_state() { } 136 : _M_off(__off), _M_state() { } 144 { _M_state = __st; } 149 { return _M_state; }
|
regex_compiler.h | 106 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start) 151 _StateT _M_state; 166 if (_M_state & _S_state_in_bracket) 171 if (_M_state & _S_state_in_brace) 179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^')) 219 _M_state |= (_S_state_in_bracket | _S_state_at_start); 245 _M_state |= _S_state_in_brace; 291 _M_state &= ~_S_state_in_brace; 303 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^')) 306 _M_state &= ~_S_state_at_start [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
postypes.h | 116 _StateT _M_state; 124 : _M_off(0), _M_state() { } 134 : _M_off(__off), _M_state() { } 142 { _M_state = __st; } 147 { return _M_state; }
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
postypes.h | 116 _StateT _M_state; 124 : _M_off(0), _M_state() { } 134 : _M_off(__off), _M_state() { } 142 { _M_state = __st; } 147 { return _M_state; }
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
postypes.h | 116 _StateT _M_state; 124 : _M_off(0), _M_state() { } 134 : _M_off(__off), _M_state() { } 142 { _M_state = __st; } 147 { return _M_state; }
|
/external/stlport/stlport/stl/ |
_pthread_alloc.h | 296 _M_state = _S_Alloc::_S_get_per_thread_state(); 298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){} 302 _STLP_NOTHROW : _M_state(__a._M_state) {} 318 _Tp* __ret = __REINTERPRET_CAST(_Tp*, _S_Alloc::allocate(__buf_size, _M_state)); 334 _S_Alloc::deallocate(__p, __n * sizeof(value_type), _M_state); 345 __state_type* _M_state; 360 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size, _M_state)); 390 { return __a1._M_state == __a2._M_state; [all...] |
_fstream.c | 56 _M_state(_STLP_DEFAULT_CONSTRUCTED(_State_type)), 97 _M_state = _M_end_state = _State_type(); 227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext, 344 _State_type __state = _M_state; 350 _State_type __tmp_state = _M_state; 392 _M_state = __pos.state(); 438 _M_end_state = _M_state; 463 _M_state = _State_type(); 498 _M_state = _M_end_state; 598 __status = _M_codecvt->unshift(_M_state, [all...] |
_fstream.h | 293 _State_type _M_state; 297 // Similar to _M_state except that it corresponds to
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 296 _M_state = _S_Alloc::_S_get_per_thread_state(); 298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){} 302 _STLP_NOTHROW : _M_state(__a._M_state) {} 318 _Tp* __ret = __REINTERPRET_CAST(_Tp*, _S_Alloc::allocate(__buf_size, _M_state)); 334 _S_Alloc::deallocate(__p, __n * sizeof(value_type), _M_state); 345 __state_type* _M_state; 360 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size, _M_state)); 390 { return __a1._M_state == __a2._M_state; [all...] |
_fstream.c | 56 _M_state(_STLP_DEFAULT_CONSTRUCTED(_State_type)), 97 _M_state = _M_end_state = _State_type(); 227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext, 344 _State_type __state = _M_state; 350 _State_type __tmp_state = _M_state; 392 _M_state = __pos.state(); 438 _M_end_state = _M_state; 463 _M_state = _State_type(); 498 _M_state = _M_end_state; 598 __status = _M_codecvt->unshift(_M_state, [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 296 _M_state = _S_Alloc::_S_get_per_thread_state(); 298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){} 302 _STLP_NOTHROW : _M_state(__a._M_state) {} 318 _Tp* __ret = __REINTERPRET_CAST(_Tp*, _S_Alloc::allocate(__buf_size, _M_state)); 334 _S_Alloc::deallocate(__p, __n * sizeof(value_type), _M_state); 345 __state_type* _M_state; 360 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size, _M_state)); 390 { return __a1._M_state == __a2._M_state; [all...] |
_fstream.c | 56 _M_state(_STLP_DEFAULT_CONSTRUCTED(_State_type)), 97 _M_state = _M_end_state = _State_type(); 227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext, 344 _State_type __state = _M_state; 350 _State_type __tmp_state = _M_state; 392 _M_state = __pos.state(); 438 _M_end_state = _M_state; 463 _M_state = _State_type(); 498 _M_state = _M_end_state; 598 __status = _M_codecvt->unshift(_M_state, [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 296 _M_state = _S_Alloc::_S_get_per_thread_state(); 298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){} 302 _STLP_NOTHROW : _M_state(__a._M_state) {} 318 _Tp* __ret = __REINTERPRET_CAST(_Tp*, _S_Alloc::allocate(__buf_size, _M_state)); 334 _S_Alloc::deallocate(__p, __n * sizeof(value_type), _M_state); 345 __state_type* _M_state; 360 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size, _M_state)); 390 { return __a1._M_state == __a2._M_state; [all...] |
_fstream.c | 56 _M_state(_STLP_DEFAULT_CONSTRUCTED(_State_type)), 97 _M_state = _M_end_state = _State_type(); 227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext, 344 _State_type __state = _M_state; 350 _State_type __tmp_state = _M_state; 392 _M_state = __pos.state(); 438 _M_end_state = _M_state; 463 _M_state = _State_type(); 498 _M_state = _M_end_state; 598 __status = _M_codecvt->unshift(_M_state, [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 296 _M_state = _S_Alloc::_S_get_per_thread_state(); 298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){} 302 _STLP_NOTHROW : _M_state(__a._M_state) {} 318 _Tp* __ret = __REINTERPRET_CAST(_Tp*, _S_Alloc::allocate(__buf_size, _M_state)); 334 _S_Alloc::deallocate(__p, __n * sizeof(value_type), _M_state); 345 __state_type* _M_state; 360 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size, _M_state)); 390 { return __a1._M_state == __a2._M_state; [all...] |
_fstream.c | 56 _M_state(_STLP_DEFAULT_CONSTRUCTED(_State_type)), 97 _M_state = _M_end_state = _State_type(); 227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext, 344 _State_type __state = _M_state; 350 _State_type __tmp_state = _M_state; 392 _M_state = __pos.state(); 438 _M_end_state = _M_state; 463 _M_state = _State_type(); 498 _M_state = _M_end_state; 598 __status = _M_codecvt->unshift(_M_state, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
formatter.h | 157 _Iterator_state _M_state; 225 _M_variant._M_iterator._M_state = __singular; 229 _M_variant._M_iterator._M_state = __before_begin; 231 _M_variant._M_iterator._M_state = __end; 233 _M_variant._M_iterator._M_state = __begin; 235 _M_variant._M_iterator._M_state = __middle; 251 _M_variant._M_iterator._M_state = __it? __unknown_state : __singular; 268 _M_variant._M_iterator._M_state = __it? __unknown_state : __singular; 285 _M_variant._M_iterator._M_state =
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
formatter.h | 157 _Iterator_state _M_state; 225 _M_variant._M_iterator._M_state = __singular; 229 _M_variant._M_iterator._M_state = __before_begin; 231 _M_variant._M_iterator._M_state = __end; 233 _M_variant._M_iterator._M_state = __begin; 235 _M_variant._M_iterator._M_state = __middle; 251 _M_variant._M_iterator._M_state = __it? __unknown_state : __singular; 268 _M_variant._M_iterator._M_state = __it? __unknown_state : __singular; 285 _M_variant._M_iterator._M_state =
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
formatter.h | 162 _Iterator_state _M_state; 222 _M_variant._M_iterator._M_state = __singular; 228 _M_variant._M_iterator._M_state = __end; 230 _M_variant._M_iterator._M_state = __begin; 232 _M_variant._M_iterator._M_state = __middle; 244 _M_variant._M_iterator._M_state = __it? __unknown_state : __singular; 257 _M_variant._M_iterator._M_state = __it? __unknown_state : __singular; 270 _M_variant._M_iterator._M_state =
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
formatter.h | 162 _Iterator_state _M_state; 222 _M_variant._M_iterator._M_state = __singular; 228 _M_variant._M_iterator._M_state = __end; 230 _M_variant._M_iterator._M_state = __begin; 232 _M_variant._M_iterator._M_state = __middle; 244 _M_variant._M_iterator._M_state = __it? __unknown_state : __singular; 257 _M_variant._M_iterator._M_state = __it? __unknown_state : __singular; 270 _M_variant._M_iterator._M_state =
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
formatter.h | 162 _Iterator_state _M_state; 222 _M_variant._M_iterator._M_state = __singular; 228 _M_variant._M_iterator._M_state = __end; 230 _M_variant._M_iterator._M_state = __begin; 232 _M_variant._M_iterator._M_state = __middle; 244 _M_variant._M_iterator._M_state = __it? __unknown_state : __singular; 257 _M_variant._M_iterator._M_state = __it? __unknown_state : __singular; 270 _M_variant._M_iterator._M_state =
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
formatter.h | 162 _Iterator_state _M_state; 222 _M_variant._M_iterator._M_state = __singular; 228 _M_variant._M_iterator._M_state = __end; 230 _M_variant._M_iterator._M_state = __begin; 232 _M_variant._M_iterator._M_state = __middle; 244 _M_variant._M_iterator._M_state = __it? __unknown_state : __singular; 257 _M_variant._M_iterator._M_state = __it? __unknown_state : __singular; 270 _M_variant._M_iterator._M_state =
|