HomeSort by relevance Sort by last modified time
    Searched refs:__d (Results 76 - 100 of 239) sorted by null

1 2 34 5 6 7 8 910

  /external/stlport/stlport/stl/
_uninitialized.h 66 _OutputIter __result, const input_iterator_tag &, _Distance* __d)
67 { return __ucopy(__first, __last, __result, __d); }
72 _OutputIter __result, const forward_iterator_tag &, _Distance* __d)
73 { return __ucopy(__first, __last, __result, __d); }
77 _OutputIter __result, const bidirectional_iterator_tag &, _Distance* __d)
78 { return __ucopy(__first, __last, __result, __d); }
229 const _Tp& __x, const input_iterator_tag &, _Distance* __d)
230 { __ufill(__first, __last, __x, __d); }
235 const _Tp& __x, const forward_iterator_tag &, _Distance* __d)
236 { __ufill(__first, __last, __x, __d); }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 66 _OutputIter __result, const input_iterator_tag &, _Distance* __d)
67 { return __ucopy(__first, __last, __result, __d); }
72 _OutputIter __result, const forward_iterator_tag &, _Distance* __d)
73 { return __ucopy(__first, __last, __result, __d); }
77 _OutputIter __result, const bidirectional_iterator_tag &, _Distance* __d)
78 { return __ucopy(__first, __last, __result, __d); }
229 const _Tp& __x, const input_iterator_tag &, _Distance* __d)
230 { __ufill(__first, __last, __x, __d); }
235 const _Tp& __x, const forward_iterator_tag &, _Distance* __d)
236 { __ufill(__first, __last, __x, __d); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 66 _OutputIter __result, const input_iterator_tag &, _Distance* __d)
67 { return __ucopy(__first, __last, __result, __d); }
72 _OutputIter __result, const forward_iterator_tag &, _Distance* __d)
73 { return __ucopy(__first, __last, __result, __d); }
77 _OutputIter __result, const bidirectional_iterator_tag &, _Distance* __d)
78 { return __ucopy(__first, __last, __result, __d); }
229 const _Tp& __x, const input_iterator_tag &, _Distance* __d)
230 { __ufill(__first, __last, __x, __d); }
235 const _Tp& __x, const forward_iterator_tag &, _Distance* __d)
236 { __ufill(__first, __last, __x, __d); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 66 _OutputIter __result, const input_iterator_tag &, _Distance* __d)
67 { return __ucopy(__first, __last, __result, __d); }
72 _OutputIter __result, const forward_iterator_tag &, _Distance* __d)
73 { return __ucopy(__first, __last, __result, __d); }
77 _OutputIter __result, const bidirectional_iterator_tag &, _Distance* __d)
78 { return __ucopy(__first, __last, __result, __d); }
229 const _Tp& __x, const input_iterator_tag &, _Distance* __d)
230 { __ufill(__first, __last, __x, __d); }
235 const _Tp& __x, const forward_iterator_tag &, _Distance* __d)
236 { __ufill(__first, __last, __x, __d); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 66 _OutputIter __result, const input_iterator_tag &, _Distance* __d)
67 { return __ucopy(__first, __last, __result, __d); }
72 _OutputIter __result, const forward_iterator_tag &, _Distance* __d)
73 { return __ucopy(__first, __last, __result, __d); }
77 _OutputIter __result, const bidirectional_iterator_tag &, _Distance* __d)
78 { return __ucopy(__first, __last, __result, __d); }
229 const _Tp& __x, const input_iterator_tag &, _Distance* __d)
230 { __ufill(__first, __last, __x, __d); }
235 const _Tp& __x, const forward_iterator_tag &, _Distance* __d)
236 { __ufill(__first, __last, __x, __d); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
slice_array.h 70 * @param __d Number of elements in slice.
73 slice(size_t __o, size_t __d, size_t __s);
95 slice::slice(size_t __o, size_t __d, size_t __s)
96 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
shared_ptr_base.h 333 _My_Deleter(_Deleter __d, const _Alloc& __a)
334 : _Alloc(__a), _M_del(__d) { }
338 // __d(__p) must not throw.
339 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
340 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
342 // __d(__p) must not throw.
343 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
344 : _M_ptr(__p), _M_del(__d, __a) { }
465 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
477 _Alloc_traits::construct(__a, __mem, __p, std::move(__d));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_uninitialized.h 66 _OutputIter __result, const input_iterator_tag &, _Distance* __d)
67 { return __ucopy(__first, __last, __result, __d); }
72 _OutputIter __result, const forward_iterator_tag &, _Distance* __d)
73 { return __ucopy(__first, __last, __result, __d); }
77 _OutputIter __result, const bidirectional_iterator_tag &, _Distance* __d)
78 { return __ucopy(__first, __last, __result, __d); }
229 const _Tp& __x, const input_iterator_tag &, _Distance* __d)
230 { __ufill(__first, __last, __x, __d); }
235 const _Tp& __x, const forward_iterator_tag &, _Distance* __d)
236 { __ufill(__first, __last, __x, __d); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_uninitialized.h 66 _OutputIter __result, const input_iterator_tag &, _Distance* __d)
67 { return __ucopy(__first, __last, __result, __d); }
72 _OutputIter __result, const forward_iterator_tag &, _Distance* __d)
73 { return __ucopy(__first, __last, __result, __d); }
77 _OutputIter __result, const bidirectional_iterator_tag &, _Distance* __d)
78 { return __ucopy(__first, __last, __result, __d); }
229 const _Tp& __x, const input_iterator_tag &, _Distance* __d)
230 { __ufill(__first, __last, __x, __d); }
235 const _Tp& __x, const forward_iterator_tag &, _Distance* __d)
236 { __ufill(__first, __last, __x, __d); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
slice_array.h 70 * @param __d Number of elements in slice.
73 slice(size_t __o, size_t __d, size_t __s);
95 slice::slice(size_t __o, size_t __d, size_t __s)
96 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
shared_ptr_base.h 333 _My_Deleter(_Deleter __d, const _Alloc& __a)
334 : _Alloc(__a), _M_del(__d) { }
338 // __d(__p) must not throw.
339 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
340 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
342 // __d(__p) must not throw.
343 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
344 : _M_ptr(__p), _M_del(__d, __a) { }
465 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
477 _Alloc_traits::construct(__a, __mem, __p, std::move(__d));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
slice_array.h 69 * @param __d Number of elements in slice.
72 slice(size_t __o, size_t __d, size_t __s);
94 slice::slice(size_t __o, size_t __d, size_t __s)
95 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
shared_ptr_base.h 330 _My_Deleter(_Deleter __d, const _Alloc& __a)
331 : _Alloc(__a), _M_del(__d) { }
335 // __d(__p) must not throw.
336 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
337 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
339 // __d(__p) must not throw.
340 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
341 : _M_ptr(__p), _M_del(__d, __a) { }
462 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
474 _Alloc_traits::construct(__a, __mem, __p, std::move(__d));
    [all...]
  /external/kernel-headers/original/asm-x86/
msr.h 208 unsigned int __a,__d; \
209 __asm__ __volatile__("rdtsc" : "=a" (__a), "=d" (__d)); \
210 (val) = ((unsigned long)__a) | (((unsigned long)__d)<<32); \
214 unsigned long __a, __d; \
215 __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (__a), "=d" (__d), "=c" (aux)); \
216 (val) = (__d << 32) | __a; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 110 _My_Deleter(_Deleter __d, const _Alloc& __a)
111 : _My_alloc_type(__a), _M_del(__d) { }
120 * @pre __d(__p) must not throw.
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
123 : _Base_type(__p), _M_del(__d, _Alloc()) { }
127 * @pre __d(__p) must not throw.
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
130 : _Base_type(__p), _M_del(__d, __a) { }
240 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
250 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
stl_iterator_base_funcs.h 171 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
172 std::__advance(__i, __d, std::__iterator_category(__i));
unique_ptr.h 110 deleter_type, const deleter_type&>::type __d)
111 : _M_t(__p, __d) { }
114 typename std::remove_reference<deleter_type>::type&& __d)
115 : _M_t(std::move(__p), std::move(__d))
258 deleter_type, const deleter_type&>::type __d)
259 : _M_t(__p, __d) { }
262 typename std::remove_reference<deleter_type>::type && __d)
263 : _M_t(std::move(__p), std::move(__d))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 336 _My_Deleter(_Deleter __d, const _Alloc& __a)
337 : _My_alloc_type(__a), _M_del(__d) { }
341 // __d(__p) must not throw.
342 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
345 // __d(__p) must not throw.
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
347 : _M_ptr(__p), _M_del(__d, __a) { }
466 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
476 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 336 _My_Deleter(_Deleter __d, const _Alloc& __a)
337 : _My_alloc_type(__a), _M_del(__d) { }
341 // __d(__p) must not throw.
342 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
345 // __d(__p) must not throw.
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
347 : _M_ptr(__p), _M_del(__d, __a) { }
466 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
476 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 110 _My_Deleter(_Deleter __d, const _Alloc& __a)
111 : _My_alloc_type(__a), _M_del(__d) { }
120 * @pre __d(__p) must not throw.
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
123 : _Base_type(__p), _M_del(__d, _Alloc()) { }
127 * @pre __d(__p) must not throw.
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
130 : _Base_type(__p), _M_del(__d, __a) { }
240 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
250 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 110 _My_Deleter(_Deleter __d, const _Alloc& __a)
111 : _My_alloc_type(__a), _M_del(__d) { }
120 * @pre __d(__p) must not throw.
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
123 : _Base_type(__p), _M_del(__d, _Alloc()) { }
127 * @pre __d(__p) must not throw.
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
130 : _Base_type(__p), _M_del(__d, __a) { }
240 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
250 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 110 _My_Deleter(_Deleter __d, const _Alloc& __a)
111 : _My_alloc_type(__a), _M_del(__d) { }
120 * @pre __d(__p) must not throw.
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
123 : _Base_type(__p), _M_del(__d, _Alloc()) { }
127 * @pre __d(__p) must not throw.
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
130 : _Base_type(__p), _M_del(__d, __a) { }
240 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
250 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 110 _My_Deleter(_Deleter __d, const _Alloc& __a)
111 : _My_alloc_type(__a), _M_del(__d) { }
120 * @pre __d(__p) must not throw.
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
123 : _Base_type(__p), _M_del(__d, _Alloc()) { }
127 * @pre __d(__p) must not throw.
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
130 : _Base_type(__p), _M_del(__d, __a) { }
240 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
250 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 336 _My_Deleter(_Deleter __d, const _Alloc& __a)
337 : _My_alloc_type(__a), _M_del(__d) { }
341 // __d(__p) must not throw.
342 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
345 // __d(__p) must not throw.
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
347 : _M_ptr(__p), _M_del(__d, __a) { }
466 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
476 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 336 _My_Deleter(_Deleter __d, const _Alloc& __a)
337 : _My_alloc_type(__a), _M_del(__d) { }
341 // __d(__p) must not throw.
342 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
345 // __d(__p) must not throw.
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
347 : _M_ptr(__p), _M_del(__d, __a) { }
466 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
476 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]

Completed in 1822 milliseconds

1 2 34 5 6 7 8 910