/external/stlport/stlport/stl/ |
_function.h | 371 inline constant_void_fun<_Result> constant0(const _Result& __val) { 372 return constant_void_fun<_Result>(__val); 376 inline constant_unary_fun<_Result,_Result> constant1(const _Result& __val) { 377 return constant_unary_fun<_Result,_Result>(__val); 382 constant2(const _Result& __val) { 383 return constant_binary_fun<_Result,_Result,_Result>(__val);
|
_list.c | 124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) { 127 *__i = __val; 129 insert(end(), __n, __val); local
|
_pthread_alloc.h | 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } 341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 371 inline constant_void_fun<_Result> constant0(const _Result& __val) { 372 return constant_void_fun<_Result>(__val); 376 inline constant_unary_fun<_Result,_Result> constant1(const _Result& __val) { 377 return constant_unary_fun<_Result,_Result>(__val); 382 constant2(const _Result& __val) { 383 return constant_binary_fun<_Result,_Result,_Result>(__val);
|
_list.c | 124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) { 127 *__i = __val; 129 insert(end(), __n, __val); local
|
_pthread_alloc.h | 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } 341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
functional | 326 constant0(const _Result& __val) 327 { return constant_void_fun<_Result>(__val); } 332 constant1(const _Result& __val) 333 { return constant_unary_fun<_Result, _Result>(__val); } 338 constant2(const _Result& __val) 339 { return constant_binary_fun<_Result, _Result, _Result>(__val); }
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
functional | 326 constant0(const _Result& __val) 327 { return constant_void_fun<_Result>(__val); } 332 constant1(const _Result& __val) 333 { return constant_unary_fun<_Result, _Result>(__val); } 338 constant2(const _Result& __val) 339 { return constant_binary_fun<_Result, _Result, _Result>(__val); }
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 371 inline constant_void_fun<_Result> constant0(const _Result& __val) { 372 return constant_void_fun<_Result>(__val); 376 inline constant_unary_fun<_Result,_Result> constant1(const _Result& __val) { 377 return constant_unary_fun<_Result,_Result>(__val); 382 constant2(const _Result& __val) { 383 return constant_binary_fun<_Result,_Result,_Result>(__val);
|
_list.c | 124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) { 127 *__i = __val; 129 insert(end(), __n, __val); local
|
_pthread_alloc.h | 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } 341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
functional | 326 constant0(const _Result& __val) 327 { return constant_void_fun<_Result>(__val); } 332 constant1(const _Result& __val) 333 { return constant_unary_fun<_Result, _Result>(__val); } 338 constant2(const _Result& __val) 339 { return constant_binary_fun<_Result, _Result, _Result>(__val); }
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 371 inline constant_void_fun<_Result> constant0(const _Result& __val) { 372 return constant_void_fun<_Result>(__val); 376 inline constant_unary_fun<_Result,_Result> constant1(const _Result& __val) { 377 return constant_unary_fun<_Result,_Result>(__val); 382 constant2(const _Result& __val) { 383 return constant_binary_fun<_Result,_Result,_Result>(__val);
|
_list.c | 124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) { 127 *__i = __val; 129 insert(end(), __n, __val); local
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
bitset | 79 _Base_bitset(unsigned long __val) 82 _M_w[0] = __val; 340 _Base_bitset(unsigned long __val) 341 : _M_w(__val) 574 static void _S_do_sanitize(unsigned long& __val) 575 { __val &= ~((~static_cast<unsigned long>(0)) << _Extrabits); } 740 bitset(unsigned long __val) 741 : _Base(__val) 879 _Unchecked_set(size_t __pos, int __val) 881 if (__val) [all...] |
complex | 167 void real(_Tp __val) 168 { _M_real = __val; } 170 void imag(_Tp __val) 171 { _M_imag = __val; } 1059 void real(float __val) 1060 { __real__ _M_value = __val; } 1062 void imag(float __val) 1063 { __imag__ _M_value = __val; } [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | 79 _Base_bitset(unsigned long __val) 82 _M_w[0] = __val; 340 _Base_bitset(unsigned long __val) 341 : _M_w(__val) 574 static void _S_do_sanitize(unsigned long& __val) 575 { __val &= ~((~static_cast<unsigned long>(0)) << _Extrabits); } 740 bitset(unsigned long __val) 741 : _Base(__val) 879 _Unchecked_set(size_t __pos, int __val) 881 if (__val) [all...] |
complex | 167 void real(_Tp __val) 168 { _M_real = __val; } 170 void imag(_Tp __val) 171 { _M_imag = __val; } 1059 void real(float __val) 1060 { __real__ _M_value = __val; } 1062 void imag(float __val) 1063 { __imag__ _M_value = __val; } [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | 79 _Base_bitset(unsigned long __val) 82 _M_w[0] = __val; 340 _Base_bitset(unsigned long __val) 341 : _M_w(__val) 574 static void _S_do_sanitize(unsigned long& __val) 575 { __val &= ~((~static_cast<unsigned long>(0)) << _Extrabits); } 740 bitset(unsigned long __val) 741 : _Base(__val) 879 _Unchecked_set(size_t __pos, int __val) 881 if (__val) [all...] |
complex | 167 void real(_Tp __val) 168 { _M_real = __val; } 170 void imag(_Tp __val) 171 { _M_imag = __val; } 1059 void real(float __val) 1060 { __real__ _M_value = __val; } 1062 void imag(float __val) 1063 { __imag__ _M_value = __val; } [all...] |
/bionic/libc/kernel/arch-sh/asm/ |
posix_types_32.h | 50 int __val[2];
|
posix_types_64.h | 50 int __val[2];
|
/external/stlport/test/unit/ |
limits_test.cpp | 111 bool test_signed_integral_limits(const _Tp &__val) { 112 return test_integral_limits(__val, false, true); 115 bool test_unsigned_integral_limits(const _Tp &__val) { 116 return test_integral_limits(__val, false, false);
|
/ndk/tests/device/test-gnustl-full/unit/ |
limits_test.cpp | 111 bool test_signed_integral_limits(const _Tp &__val) { 112 return test_integral_limits(__val, false, true); 115 bool test_unsigned_integral_limits(const _Tp &__val) { 116 return test_integral_limits(__val, false, false);
|
/ndk/tests/device/test-stlport/unit/ |
limits_test.cpp | 111 bool test_signed_integral_limits(const _Tp &__val) { 112 return test_integral_limits(__val, false, true); 115 bool test_unsigned_integral_limits(const _Tp &__val) { 116 return test_integral_limits(__val, false, false);
|