Searched
full:__val (Results
651 -
675 of
1025) sorted by null
<<21222324252627282930>>
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
list.tcc | 155 _M_fill_assign(size_type __n, const value_type& __val) 159 *__i = __val; 161 insert(end(), __n, __val);
|
streambuf_iterator.h | 353 istreambuf_iterator<_CharT> __last, const _CharT& __val) 362 const int_type __ival = traits_type::to_int_type(__val); 372 __n, __val);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
list.tcc | 208 _M_fill_assign(size_type __n, const value_type& __val) 212 *__i = __val; 214 insert(end(), __n, __val);
|
streambuf_iterator.h | 360 istreambuf_iterator<_CharT> __last, const _CharT& __val) 369 const int_type __ival = traits_type::to_int_type(__val); 379 __n, __val);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
list.tcc | 208 _M_fill_assign(size_type __n, const value_type& __val) 212 *__i = __val; 214 insert(end(), __n, __val);
|
streambuf_iterator.h | 372 istreambuf_iterator<_CharT> __last, const _CharT& __val) 381 const int_type __ival = traits_type::to_int_type(__val); 391 __n, __val);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
list.tcc | 208 _M_fill_assign(size_type __n, const value_type& __val) 212 *__i = __val; 214 insert(end(), __n, __val);
|
streambuf_iterator.h | 360 istreambuf_iterator<_CharT> __last, const _CharT& __val) 369 const int_type __ival = traits_type::to_int_type(__val); 379 __n, __val);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
list.tcc | 208 _M_fill_assign(size_type __n, const value_type& __val) 212 *__i = __val; 214 insert(end(), __n, __val);
|
streambuf_iterator.h | 372 istreambuf_iterator<_CharT> __last, const _CharT& __val) 381 const int_type __ival = traits_type::to_int_type(__val); 391 __n, __val);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
list.tcc | 207 _M_fill_assign(size_type __n, const value_type& __val) 211 *__i = __val; 213 insert(end(), __n, __val);
|
streambuf_iterator.h | 370 istreambuf_iterator<_CharT> __last, const _CharT& __val) 379 const int_type __ival = traits_type::to_int_type(__val); 389 __n, __val);
|
/bionic/libc/kernel/arch-x86/asm/ |
posix_types_32.h | 61 int __val[2];
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
posix_types_32.h | 61 int __val[2];
|
/external/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);
|
/external/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) {
|
/external/strace/ |
Android.patch | 107 statbuf.f_fsid.__val[0], statbuf.f_fsid.__val[1]); 127 statbuf.f_fsid.__val[0], statbuf.f_fsid.__val[1]);
|
/ndk/sources/cxx-stl/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);
|
/ndk/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
forward_list.tcc | 320 resize(size_type __sz, value_type __val) 333 insert_after(__k, __sz - __len, __val); 372 remove(const _Tp& __val) 380 if (__temp->_M_value == __val)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
ypclnt.h | 57 char *__val, int __vallen, char *__data);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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);
|
Completed in 2581 milliseconds
<<21222324252627282930>>