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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
gslice_array.h 138 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
140 : _M_array(__a), _M_index(__i) {}
144 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a)
145 : _M_array(__a._M_array), _M_index(__a._M_index) {}
149 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
151 std::__valarray_copy(_Array<_Tp>(__a._M_array),
152 _Array<size_t>(__a._M_index), _M_index.size(),
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice_array.h 136 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
138 : _M_array(__a), _M_index(__i) {}
142 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a)
143 : _M_array(__a._M_array), _M_index(__a._M_index) {}
147 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
149 std::__valarray_copy(_Array<_Tp>(__a._M_array),
150 _Array<size_t>(__a._M_index), _M_index.size(),
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a)
128 { return atomic_flag_test_and_set_explicit(__a, memory_order_seq_cst); }
134 atomic_flag_clear(volatile __atomic_flag_base* __a)
135 { atomic_flag_clear_explicit(__a, memory_order_seq_cst); }
144 #define _ATOMIC_LOAD_(__a, __x) \
152 #define _ATOMIC_STORE_(__a, __m, __x) \
161 #define _ATOMIC_MODIFY_(__a, __o, __m, __x) \
171 #define _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x) \
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice_array.h 136 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
138 : _M_array(__a), _M_index(__i) {}
142 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a)
143 : _M_array(__a._M_array), _M_index(__a._M_index) {}
147 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
149 std::__valarray_copy(_Array<_Tp>(__a._M_array),
150 _Array<size_t>(__a._M_index), _M_index.size(),
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a)
128 { return atomic_flag_test_and_set_explicit(__a, memory_order_seq_cst); }
134 atomic_flag_clear(volatile __atomic_flag_base* __a)
135 { atomic_flag_clear_explicit(__a, memory_order_seq_cst); }
144 #define _ATOMIC_LOAD_(__a, __x) \
152 #define _ATOMIC_STORE_(__a, __m, __x) \
161 #define _ATOMIC_MODIFY_(__a, __o, __m, __x) \
171 #define _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x) \
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice_array.h 136 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
138 : _M_array(__a), _M_index(__i) {}
142 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a)
143 : _M_array(__a._M_array), _M_index(__a._M_index) {}
147 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
149 std::__valarray_copy(_Array<_Tp>(__a._M_array),
150 _Array<size_t>(__a._M_index), _M_index.size(),
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a)
128 { return atomic_flag_test_and_set_explicit(__a, memory_order_seq_cst); }
134 atomic_flag_clear(volatile __atomic_flag_base* __a)
135 { atomic_flag_clear_explicit(__a, memory_order_seq_cst); }
144 #define _ATOMIC_LOAD_(__a, __x) \
152 #define _ATOMIC_STORE_(__a, __m, __x) \
161 #define _ATOMIC_MODIFY_(__a, __o, __m, __x) \
171 #define _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x) \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
gslice_array.h 136 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
138 : _M_array(__a), _M_index(__i) {}
142 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a)
143 : _M_array(__a._M_array), _M_index(__a._M_index) {}
147 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
149 std::__valarray_copy(_Array<_Tp>(__a._M_array),
150 _Array<size_t>(__a._M_index), _M_index.size(),
shared_ptr.h 110 _My_Deleter(_Deleter __d, const _Alloc& __a)
111 : _My_alloc_type(__a), _M_del(__d) { }
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
130 : _Base_type(__p), _M_del(__d, __a) { }
139 _My_alloc_type __a(_M_del);
141 __a.deallocate(this, 1);
170 _Sp_counted_ptr_inplace(_Alloc __a)
171 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
180 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
181 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
stdatomic.h 127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a)
128 { return atomic_flag_test_and_set_explicit(__a, memory_order_seq_cst); }
134 atomic_flag_clear(volatile __atomic_flag_base* __a)
135 { atomic_flag_clear_explicit(__a, memory_order_seq_cst); }
144 #define _ATOMIC_LOAD_(__a, __x) \
152 #define _ATOMIC_STORE_(__a, __m, __x) \
161 #define _ATOMIC_MODIFY_(__a, __o, __m, __x) \
171 #define _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x) \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
gslice_array.h 138 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
140 : _M_array(__a), _M_index(__i) {}
144 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a)
145 : _M_array(__a._M_array), _M_index(__a._M_index) {}
149 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
151 std::__valarray_copy(_Array<_Tp>(__a._M_array),
152 _Array<size_t>(__a._M_index), _M_index.size(),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
gslice_array.h 138 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
140 : _M_array(__a), _M_index(__i) {}
144 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a)
145 : _M_array(__a._M_array), _M_index(__a._M_index) {}
149 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
151 std::__valarray_copy(_Array<_Tp>(__a._M_array),
152 _Array<size_t>(__a._M_index), _M_index.size(),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
gslice_array.h 138 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
140 : _M_array(__a), _M_index(__i) {}
144 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a)
145 : _M_array(__a._M_array), _M_index(__a._M_index) {}
149 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
151 std::__valarray_copy(_Array<_Tp>(__a._M_array),
152 _Array<size_t>(__a._M_index), _M_index.size(),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
gslice_array.h 138 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
140 : _M_array(__a), _M_index(__i) {}
144 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a)
145 : _M_array(__a._M_array), _M_index(__a._M_index) {}
149 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
151 std::__valarray_copy(_Array<_Tp>(__a._M_array),
152 _Array<size_t>(__a._M_index), _M_index.size(),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
auto_ptr.h 107 * @param __a Another %auto_ptr of the same type.
109 * This object now @e owns the object previously owned by @a __a,
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
116 * @param __a Another %auto_ptr of a different but related type.
121 * This object now @e owns the object previously owned by @a __a,
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
129 * @param __a Another %auto_ptr of the same type.
131 * This object now @e owns the object previously owned by @a __a,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
gslice_array.h 137 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
139 : _M_array(__a), _M_index(__i) {}
143 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a)
144 : _M_array(__a._M_array), _M_index(__a._M_index) {}
148 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
150 std::__valarray_copy(_Array<_Tp>(__a._M_array),
151 _Array<size_t>(__a._M_index), _M_index.size(),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
unordered_map.h 69 const allocator_type& __a = allocator_type())
72 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
80 const allocator_type& __a = allocator_type())
83 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
120 const allocator_type& __a = allocator_type())
123 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
132 const allocator_type& __a = allocator_type())
135 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
196 const allocator_type& __a = allocator_type())
197 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
unordered_map.h 69 const allocator_type& __a = allocator_type())
72 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
80 const allocator_type& __a = allocator_type())
83 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
120 const allocator_type& __a = allocator_type())
123 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
132 const allocator_type& __a = allocator_type())
135 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
196 const allocator_type& __a = allocator_type())
197 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map.h 69 const allocator_type& __a = allocator_type())
72 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
80 const allocator_type& __a = allocator_type())
83 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
120 const allocator_type& __a = allocator_type())
123 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
132 const allocator_type& __a = allocator_type())
135 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
196 const allocator_type& __a = allocator_type())
197 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h 69 const allocator_type& __a = allocator_type())
72 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
80 const allocator_type& __a = allocator_type())
83 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
120 const allocator_type& __a = allocator_type())
123 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
132 const allocator_type& __a = allocator_type())
135 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
196 const allocator_type& __a = allocator_type())
197 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map.h 69 const allocator_type& __a = allocator_type())
72 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
80 const allocator_type& __a = allocator_type())
83 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
120 const allocator_type& __a = allocator_type())
123 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
132 const allocator_type& __a = allocator_type())
135 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
196 const allocator_type& __a = allocator_type())
197 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h 69 const allocator_type& __a = allocator_type())
72 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
80 const allocator_type& __a = allocator_type())
83 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
120 const allocator_type& __a = allocator_type())
123 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
132 const allocator_type& __a = allocator_type())
135 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
196 const allocator_type& __a = allocator_type())
197 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
unordered_map.h 69 const allocator_type& __a = allocator_type())
72 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
80 const allocator_type& __a = allocator_type())
83 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
120 const allocator_type& __a = allocator_type())
123 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
132 const allocator_type& __a = allocator_type())
135 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
196 const allocator_type& __a = allocator_type())
197 : _Base(__n, __hf, __eql, __a)
    [all...]
  /external/stlport/test/unit/
stack_allocator.h 177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); }
180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.getState()); }
185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b)
186 { __a.swap(__b); }
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b)
192 { __a.swap(__b); }
193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b)
194 { __a.swap(__b);
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); }
180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.getState()); }
185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b)
186 { __a.swap(__b); }
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b)
192 { __a.swap(__b); }
193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b)
194 { __a.swap(__b);
    [all...]

Completed in 330 milliseconds

1 2 3 4 5 6 7 8 91011>>