/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 179 void assign(size_type __n, const value_type& __val) { 181 _M_non_dbg_impl.assign(__n, __val); 502 void remove(const value_type& __val) { 507 if (__val == *__first) {
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
posix_types_32.h | 61 int __val[2];
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
posix_types_32.h | 61 int __val[2];
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
posix_types_32.h | 61 int __val[2];
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_hash_map.h | 457 operator=(const typename _Container::value_type& __val) { 458 container->insert(__val); 484 operator=(const typename _Container::value_type& __val) { 485 container->insert(__val);
|
_hash_set.h | 452 operator=(const typename _Container::value_type& __val) { 453 container->insert(__val); 479 operator=(const typename _Container::value_type& __val) { 480 container->insert(__val);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_slist.h | 179 void assign(size_type __n, const value_type& __val) { 181 _M_non_dbg_impl.assign(__n, __val); 502 void remove(const value_type& __val) { 507 if (__val == *__first) {
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
complex | 170 real(_Tp __val) { _M_real = __val; } 173 imag(_Tp __val) { _M_imag = __val; } 1089 real(float __val) { __real__ _M_value = __val; } 1092 imag(float __val) { __imag__ _M_value = __val; } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
throw_allocator.h | 741 operator()(const __gnu_cxx::throw_value_limit& __val) const 744 size_t __result = __h(__val._M_i); 755 operator()(const __gnu_cxx::throw_value_random& __val) const 758 size_t __result = __h(__val._M_i);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
complex | 170 real(_Tp __val) { _M_real = __val; } 173 imag(_Tp __val) { _M_imag = __val; } 1086 real(float __val) { __real__ _M_value = __val; } 1089 imag(float __val) { __imag__ _M_value = __val; } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
throw_allocator.h | 752 operator()(const __gnu_cxx::throw_value_limit& __val) const 755 size_t __result = __h(__val._M_i); 766 operator()(const __gnu_cxx::throw_value_random& __val) const 769 size_t __result = __h(__val._M_i);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
complex | 173 real(_Tp __val) { _M_real = __val; } 176 imag(_Tp __val) { _M_imag = __val; } 1091 real(float __val) { __real__ _M_value = __val; } 1094 imag(float __val) { __imag__ _M_value = __val; } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
throw_allocator.h | 792 operator()(const __gnu_cxx::throw_value_limit& __val) const 795 size_t __result = __h(__val._M_i); 806 operator()(const __gnu_cxx::throw_value_random& __val) const 809 size_t __result = __h(__val._M_i);
|
/external/stlport/src/ |
allocators.cpp | 86 * __add_atomic_t _STLP_ATOMIC_ADD(volatile __add_atomic_t* __target, __add_atomic_t __val) : 87 * does *__target = *__target + __val and returns the old *__target value */ 101 # define _STLP_ATOMIC_ADD(__dst, __val) _STLP_atomic_add_gcc_x86(__dst, __val) 106 # define _STLP_ATOMIC_ADD(__dst, __val) InterlockedExchangeAdd(__dst, __val) 108 # define _STLP_ATOMIC_ADD(__dst, __val) InterlockedExchangeAdd(__CONST_CAST(__add_atomic_t*, __dst), __val) [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
allocators.cpp | 86 * __add_atomic_t _STLP_ATOMIC_ADD(volatile __add_atomic_t* __target, __add_atomic_t __val) : 87 * does *__target = *__target + __val and returns the old *__target value */ 101 # define _STLP_ATOMIC_ADD(__dst, __val) _STLP_atomic_add_gcc_x86(__dst, __val) 106 # define _STLP_ATOMIC_ADD(__dst, __val) InterlockedExchangeAdd(__dst, __val) 108 # define _STLP_ATOMIC_ADD(__dst, __val) InterlockedExchangeAdd(__CONST_CAST(__add_atomic_t*, __dst), __val) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
pool_allocator.h | 162 construct(pointer __p, const _Tp& __val) 163 { ::new((void *)__p) _Tp(__val); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
types.h | 61 long __val[2]; member in struct:__anon39158 65 __u_long __val[2]; member in struct:__anon39159
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
pool_allocator.h | 164 construct(pointer __p, const _Tp& __val) 165 { ::new((void *)__p) _Tp(__val); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
types.h | 61 long __val[2]; member in struct:__anon40748 65 __u_long __val[2]; member in struct:__anon40749
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
types.h | 61 long __val[2]; member in struct:__anon42263 65 __u_long __val[2]; member in struct:__anon42264
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
pool_allocator.h | 164 construct(pointer __p, const _Tp& __val) 165 { ::new((void *)__p) _Tp(__val); }
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 162 construct(pointer __p, const _Tp& __val) 163 { ::new((void *)__p) _Tp(__val); }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 162 construct(pointer __p, const _Tp& __val) 163 { ::new((void *)__p) _Tp(__val); }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 162 construct(pointer __p, const _Tp& __val) 163 { ::new((void *)__p) _Tp(__val); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
pool_allocator.h | 162 construct(pointer __p, const _Tp& __val) 163 { ::new((void *)__p) _Tp(__val); }
|