HomeSort by relevance Sort by last modified time
    Searched refs:__a (Results 276 - 300 of 1100) sorted by null

<<11121314151617181920>>

  /external/stlport/stlport/stl/
_alloc.h 181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
202 static allocator_type create_allocator(const _Orig& __a)
203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
445 static allocator_type create_allocator(const allocator<_Tp1 >& __a)
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp));
    [all...]
_algobase.h 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
67 __a._M_swap_workaround(__b);
71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) {
72 _Tp __tmp = __a;
73 __a = __b;
81 inline void swap(_Tp& __a, _Tp& __b) {
89 _STLP_PRIV __swap_aux(__a, __b, _Implemented());
91 _Tp __tmp = __a;
92 __a = __b;
139 inline const _Tp& (min)(const _Tp& __a, const _Tp& __b) { return __b < __a ? __b : __a;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
202 static allocator_type create_allocator(const _Orig& __a)
203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
445 static allocator_type create_allocator(const allocator<_Tp1 >& __a)
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp));
    [all...]
_algobase.h 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
67 __a._M_swap_workaround(__b);
71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) {
72 _Tp __tmp = __a;
73 __a = __b;
81 inline void swap(_Tp& __a, _Tp& __b) {
89 _STLP_PRIV __swap_aux(__a, __b, _Implemented());
91 _Tp __tmp = __a;
92 __a = __b;
139 inline const _Tp& (min)(const _Tp& __a, const _Tp& __b) { return __b < __a ? __b : __a;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
202 static allocator_type create_allocator(const _Orig& __a)
203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
445 static allocator_type create_allocator(const allocator<_Tp1 >& __a)
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp));
    [all...]
_algobase.h 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
67 __a._M_swap_workaround(__b);
71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) {
72 _Tp __tmp = __a;
73 __a = __b;
81 inline void swap(_Tp& __a, _Tp& __b) {
89 _STLP_PRIV __swap_aux(__a, __b, _Implemented());
91 _Tp __tmp = __a;
92 __a = __b;
139 inline const _Tp& (min)(const _Tp& __a, const _Tp& __b) { return __b < __a ? __b : __a;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
202 static allocator_type create_allocator(const _Orig& __a)
203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
445 static allocator_type create_allocator(const allocator<_Tp1 >& __a)
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp));
    [all...]
_algobase.h 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
67 __a._M_swap_workaround(__b);
71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) {
72 _Tp __tmp = __a;
73 __a = __b;
81 inline void swap(_Tp& __a, _Tp& __b) {
89 _STLP_PRIV __swap_aux(__a, __b, _Implemented());
91 _Tp __tmp = __a;
92 __a = __b;
139 inline const _Tp& (min)(const _Tp& __a, const _Tp& __b) { return __b < __a ? __b : __a;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
202 static allocator_type create_allocator(const _Orig& __a)
203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
445 static allocator_type create_allocator(const allocator<_Tp1 >& __a)
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp));
    [all...]
_algobase.h 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
67 __a._M_swap_workaround(__b);
71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) {
72 _Tp __tmp = __a;
73 __a = __b;
81 inline void swap(_Tp& __a, _Tp& __b) {
89 _STLP_PRIV __swap_aux(__a, __b, _Implemented());
91 _Tp __tmp = __a;
92 __a = __b;
139 inline const _Tp& (min)(const _Tp& __a, const _Tp& __b) { return __b < __a ? __b : __a;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
202 static allocator_type create_allocator(const _Orig& __a)
203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
445 static allocator_type create_allocator(const allocator<_Tp1 >& __a)
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp));
    [all...]
_algobase.h 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
67 __a._M_swap_workaround(__b);
71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) {
72 _Tp __tmp = __a;
73 __a = __b;
81 inline void swap(_Tp& __a, _Tp& __b) {
89 _STLP_PRIV __swap_aux(__a, __b, _Implemented());
91 _Tp __tmp = __a;
92 __a = __b;
139 inline const _Tp& (min)(const _Tp& __a, const _Tp& __b) { return __b < __a ? __b : __a;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_alloc.h 181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
202 static allocator_type create_allocator(const _Orig& __a)
203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
445 static allocator_type create_allocator(const allocator<_Tp1 >& __a)
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
char_traits.h 117 find(const char_type* __s, std::size_t __n, const char_type& __a);
126 assign(char_type* __s, std::size_t __n, char_type __a);
176 find(const char_type* __s, std::size_t __n, const char_type& __a)
179 if (eq(__s[__i], __a))
206 assign(char_type* __s, std::size_t __n, char_type __a)
209 std::fill_n(__s, __n, __a);
266 find(const char_type* __s, size_t __n, const char_type& __a)
267 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
278 assign(char_type* __s, size_t __n, char_type __a)
279 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
char_traits.h 112 find(const char_type* __s, std::size_t __n, const char_type& __a);
121 assign(char_type* __s, std::size_t __n, char_type __a);
171 find(const char_type* __s, std::size_t __n, const char_type& __a)
174 if (eq(__s[__i], __a))
201 assign(char_type* __s, std::size_t __n, char_type __a)
204 std::fill_n(__s, __n, __a);
264 find(const char_type* __s, size_t __n, const char_type& __a)
265 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
276 assign(char_type* __s, size_t __n, char_type __a)
277 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
char_traits.h 112 find(const char_type* __s, std::size_t __n, const char_type& __a);
121 assign(char_type* __s, std::size_t __n, char_type __a);
171 find(const char_type* __s, std::size_t __n, const char_type& __a)
174 if (eq(__s[__i], __a))
201 assign(char_type* __s, std::size_t __n, char_type __a)
204 std::fill_n(__s, __n, __a);
264 find(const char_type* __s, size_t __n, const char_type& __a)
265 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
276 assign(char_type* __s, size_t __n, char_type __a)
277 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n));
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 117 find(const char_type* __s, std::size_t __n, const char_type& __a);
126 assign(char_type* __s, std::size_t __n, char_type __a);
176 find(const char_type* __s, std::size_t __n, const char_type& __a)
179 if (eq(__s[__i], __a))
206 assign(char_type* __s, std::size_t __n, char_type __a)
209 std::fill_n(__s, __n, __a);
266 find(const char_type* __s, size_t __n, const char_type& __a)
267 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
278 assign(char_type* __s, size_t __n, char_type __a)
279 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n));
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 117 find(const char_type* __s, std::size_t __n, const char_type& __a);
126 assign(char_type* __s, std::size_t __n, char_type __a);
176 find(const char_type* __s, std::size_t __n, const char_type& __a)
179 if (eq(__s[__i], __a))
206 assign(char_type* __s, std::size_t __n, char_type __a)
209 std::fill_n(__s, __n, __a);
266 find(const char_type* __s, size_t __n, const char_type& __a)
267 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
278 assign(char_type* __s, size_t __n, char_type __a)
279 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n));
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 117 find(const char_type* __s, std::size_t __n, const char_type& __a);
126 assign(char_type* __s, std::size_t __n, char_type __a);
176 find(const char_type* __s, std::size_t __n, const char_type& __a)
179 if (eq(__s[__i], __a))
206 assign(char_type* __s, std::size_t __n, char_type __a)
209 std::fill_n(__s, __n, __a);
266 find(const char_type* __s, size_t __n, const char_type& __a)
267 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
278 assign(char_type* __s, size_t __n, char_type __a)
279 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
char_traits.h 117 find(const char_type* __s, std::size_t __n, const char_type& __a);
126 assign(char_type* __s, std::size_t __n, char_type __a);
176 find(const char_type* __s, std::size_t __n, const char_type& __a)
179 if (eq(__s[__i], __a))
206 assign(char_type* __s, std::size_t __n, char_type __a)
209 std::fill_n(__s, __n, __a);
266 find(const char_type* __s, size_t __n, const char_type& __a)
267 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
278 assign(char_type* __s, size_t __n, char_type __a)
279 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 112 find(const char_type* __s, std::size_t __n, const char_type& __a);
121 assign(char_type* __s, std::size_t __n, char_type __a);
171 find(const char_type* __s, std::size_t __n, const char_type& __a)
174 if (eq(__s[__i], __a))
201 assign(char_type* __s, std::size_t __n, char_type __a)
204 std::fill_n(__s, __n, __a);
264 find(const char_type* __s, size_t __n, const char_type& __a)
265 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
276 assign(char_type* __s, size_t __n, char_type __a)
277 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 112 find(const char_type* __s, std::size_t __n, const char_type& __a);
121 assign(char_type* __s, std::size_t __n, char_type __a);
171 find(const char_type* __s, std::size_t __n, const char_type& __a)
174 if (eq(__s[__i], __a))
201 assign(char_type* __s, std::size_t __n, char_type __a)
204 std::fill_n(__s, __n, __a);
264 find(const char_type* __s, size_t __n, const char_type& __a)
265 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
276 assign(char_type* __s, size_t __n, char_type __a)
277 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 112 find(const char_type* __s, std::size_t __n, const char_type& __a);
121 assign(char_type* __s, std::size_t __n, char_type __a);
171 find(const char_type* __s, std::size_t __n, const char_type& __a)
174 if (eq(__s[__i], __a))
201 assign(char_type* __s, std::size_t __n, char_type __a)
204 std::fill_n(__s, __n, __a);
264 find(const char_type* __s, size_t __n, const char_type& __a)
265 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
276 assign(char_type* __s, size_t __n, char_type __a)
277 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 112 find(const char_type* __s, std::size_t __n, const char_type& __a);
121 assign(char_type* __s, std::size_t __n, char_type __a);
171 find(const char_type* __s, std::size_t __n, const char_type& __a)
174 if (eq(__s[__i], __a))
201 assign(char_type* __s, std::size_t __n, char_type __a)
204 std::fill_n(__s, __n, __a);
264 find(const char_type* __s, size_t __n, const char_type& __a)
265 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
276 assign(char_type* __s, size_t __n, char_type __a)
277 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
char_traits.h 110 find(const char_type* __s, std::size_t __n, const char_type& __a);
119 assign(char_type* __s, std::size_t __n, char_type __a);
169 find(const char_type* __s, std::size_t __n, const char_type& __a)
172 if (eq(__s[__i], __a))
199 assign(char_type* __s, std::size_t __n, char_type __a)
202 std::fill_n(__s, __n, __a);
262 find(const char_type* __s, size_t __n, const char_type& __a)
263 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
274 assign(char_type* __s, size_t __n, char_type __a)
275 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n));
    [all...]

Completed in 915 milliseconds

<<11121314151617181920>>