Searched refs:__p (Results 1 - 25 of 44) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h90 inline void _Construct_aux (_T1* __p, const __false_type&) { argument
91 new(__p) _T1();
95 inline void _Construct_aux (_T1* __p, const __true_type&) { argument
97 *__p = _T1(0);
101 *__p = _T1();
106 inline void _Construct(_T1* __p) { argument
108 memset((char*)__p, _STLP_SHRED_BYTE, sizeof(_T1));
111 _Construct_aux (__p, _HasDefaultZeroValue(__p)._Answer());
113 _Construct_aux (__p, _Is_PO
118 _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) argument
123 _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) argument
130 _Copy_Construct(_Tp* __p, const _Tp& __val) argument
138 _Param_Construct_aux(_T1* __p, const _T2& __val, const __false_type&) argument
143 _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) argument
150 _Param_Construct(_T1* __p, const _T2& __val) argument
158 _Move_Construct_Aux(_T1* __p, _T2& __val, const __false_type& ) argument
167 _Move_Construct_Aux(_T1* __p, _T2& __val, const __true_type& ) argument
174 _Move_Construct(_T1* __p, _T2& __val) argument
259 __default_constructed(_Tp* __p) argument
274 construct(_T1* __p, const _T2& __val) argument
276 construct(_T1* __p) argument
[all...]
H A D_alloc.c55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { argument
56 __alloc_header * __real_p = (__alloc_header*)((char *)__p -(long)__extra_before);
64 for (__tmp = (unsigned char*)(__real_p + 1); __tmp < (unsigned char*)__p; ++__tmp) {
70 for (__tmp= ((unsigned char*)__p) + __n * sizeof(value_type);
77 memset((char*)__p, __shred_byte, __n * sizeof(value_type));
H A D_threads.h71 # define _STLP_ATOMIC_EXCHANGE(__p, __q) test_and_set(__p, __q)
73 # define _STLP_ATOMIC_EXCHANGE(__p, __q) __test_and_set((unsigned long*)__p, (unsigned long)__q)
507 static __stl_atomic_t _S_swap(_STLP_VOLATILE __stl_atomic_t* __p, __stl_atomic_t __q) { argument
510 return _STLP_ATOMIC_EXCHANGE(__p, __q);
513 __stl_atomic_t __result = *__p;
514 *__p = __q;
522 __stl_atomic_t __result = *__p;
523 *__p
528 _S_swap_ptr(void* _STLP_VOLATILE* __p, void* __q) argument
566 _S_swap(_STLP_VOLATILE __stl_atomic_t* __p, __stl_atomic_t __q) argument
591 _S_swap_ptr(void* _STLP_VOLATILE* __p, void* __q) argument
623 _Atomic_swap(_STLP_VOLATILE __stl_atomic_t * __p, __stl_atomic_t __q) argument
628 _Atomic_swap_ptr(void* _STLP_VOLATILE* __p, void* __q) argument
[all...]
H A D_alloc.h80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } argument
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); } argument
150 /* __p may not be 0 */
151 static void _STLP_CALL _M_deallocate(void *__p, size_t __n);
159 /* __p may not be 0 */
160 static void _STLP_CALL deallocate(void *__p, size_t __n) argument
161 { if (__n > (size_t)_MAX_BYTES) __stl_delete(__p); else _M_deallocate(__p, __
317 deallocate(pointer __p, size_type __n) argument
331 construct(pointer __p, const_reference __val) argument
332 destroy(pointer __p) argument
480 _STLP_alloc_proxy(const _MaybeReboundAlloc& __a, _Value __p) argument
540 deallocate(_Tp* __p, size_type __n) argument
[all...]
H A D_rope.h140 inline void _S_construct_null_aux(_CharT *__p, const __true_type&) argument
141 { *__p = 0; }
144 inline void _S_construct_null_aux(_CharT *__p, const __false_type&) argument
145 { _STLP_STD::_Construct(__p); }
148 inline void _S_construct_null(_CharT *__p) { argument
150 _S_construct_null_aux(__p, _Char_Is_Integral());
634 _Rope_self_destruct_ptr(_Rope_RopeRep<_CharT,_Alloc>* __p) : _M_ptr(__p) {} argument
664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) : argument
665 _M_pos(__p), _M_current_vali
672 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) argument
1732 insert(size_t __p, const _Self& __r) argument
1738 insert(size_t __p, size_t __n, _CharT __c) argument
1743 insert(size_t __p, const _CharT* __i, size_t __n) argument
1755 insert(size_t __p, const _CharT* __c_string) argument
1759 insert(size_t __p, _CharT __c) argument
1763 insert(size_t __p) argument
1768 insert(size_t __p, const _CharT* __i, const _CharT* __j) argument
1773 insert(size_t __p, const const_iterator& __i, const const_iterator& __j) argument
1779 insert(size_t __p, const iterator& __i, const iterator& __j) argument
1786 replace(size_t __p, size_t __n, const _Self& __r) argument
1791 replace(size_t __p, size_t __n, const _CharT* __i, size_t __i_len) argument
1797 replace(size_t __p, size_t __n, _CharT __c) argument
1802 replace(size_t __p, size_t __n, const _CharT* __c_string) argument
1807 replace(size_t __p, size_t __n, const _CharT* __i, const _CharT* __j) argument
1813 replace(size_t __p, size_t __n, const const_iterator& __i, const const_iterator& __j) argument
1819 replace(size_t __p, size_t __n, const iterator& __i, const iterator& __j) argument
1826 replace(size_t __p, _CharT __c) argument
1832 replace(size_t __p, const _Self& __r) argument
1836 replace(size_t __p, const _CharT* __i, size_t __i_len) argument
1840 replace(size_t __p, const _CharT* __c_string) argument
1844 replace(size_t __p, const _CharT* __i, const _CharT* __j) argument
1848 replace(size_t __p, const const_iterator& __i, const const_iterator& __j) argument
1853 replace(size_t __p, const iterator& __i, const iterator& __j) argument
1859 erase(size_t __p, size_t __n) argument
1865 erase(size_t __p) argument
1870 insert(const iterator& __p, const _Self& __r) argument
1872 insert(const iterator& __p, size_t __n, _CharT __c) argument
1874 insert(const iterator& __p, _CharT __c) argument
1878 insert(const iterator& __p, const _CharT* c_string) argument
1880 insert(const iterator& __p, const _CharT* __i, size_t __n) argument
1882 insert(const iterator& __p, const _CharT* __i, const _CharT* __j) argument
1885 insert(const iterator& __p, const const_iterator& __i, const const_iterator& __j) argument
1888 insert(const iterator& __p, const iterator& __i, const iterator& __j) argument
1893 replace(const iterator& __p, const iterator& __q, const _Self& __r) argument
1896 replace(const iterator& __p, const iterator& __q, _CharT __c) argument
1898 replace(const iterator& __p, const iterator& __q, const _CharT* __c_string) argument
1901 replace(const iterator& __p, const iterator& __q, const _CharT* __i, size_t __n) argument
1904 replace(const iterator& __p, const iterator& __q, const _CharT* __i, const _CharT* __j) argument
1907 replace(const iterator& __p, const iterator& __q, const const_iterator& __i, const const_iterator& __j) argument
1910 replace(const iterator& __p, const iterator& __q, const iterator& __i, const iterator& __j) argument
1915 replace(const iterator& __p, const _Self& __r) argument
1917 replace(const iterator& __p, _CharT __c) argument
1919 replace(const iterator& __p, const _CharT* __c_string) argument
1921 replace(const iterator& __p, const _CharT* __i, size_t __n) argument
1923 replace(const iterator& __p, const _CharT* __i, const _CharT* __j) argument
1925 replace(const iterator& __p, const_iterator __i, const_iterator __j) argument
1928 replace(const iterator& __p, iterator __i, iterator __j) argument
1932 erase(const iterator& __p, const iterator& __q) argument
1937 erase(const iterator& __p) argument
[all...]
H A D_new.h132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } argument
135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
H A D_pthread_alloc.h79 static void _STLP_CALL deallocate(void *__p, size_t __n);
86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a);
88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
145 void deallocate(pointer __p, size_type __n) { argument
146 _STLP_ASSERT( (__p == 0) == (__n == 0) )
147 if (__p != 0) {
149 memset((char*)__p, _STLP_SHRED_BYTE, __n * sizeof(value_type));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
158 void construct(pointer __p, const _Tp& __val) { new(__p) _T argument
328 deallocate(pointer __p, size_type __n) argument
341 construct(pointer __p, const _Tp& __val) argument
[all...]
H A D_function_adaptors.h71 _Result operator ()(_Tp* __p) const { return (__p->*_M_f)(); }
84 _Result operator ()(_Tp* __p, _Arg __x) const { return (__p->*_M_f)(__x); } argument
97 _Result operator ()(const _Tp* __p) const { return (__p->*_M_f)(); }
110 _Result operator ()(const _Tp* __p, _Arg __x) const { argument
111 return (__p->*_M_f)(__x); }
124 _Result operator ()(_Tp& __p) const { return (__p
137 operator ()(_Tp& __p, _Arg __x) const argument
163 operator ()(const _Tp& __p, _Arg __x) const argument
246 operator ()(_Tp* __p, _Arg __x) const argument
272 operator ()(const _Tp* __p, _Arg __x) const argument
298 operator ()(_Tp& __p, _Arg __x) const argument
324 operator ()(const _Tp& __p, _Arg __x) const argument
[all...]
H A D_istreambuf_iterator.h62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); }
83 void _M_init(streambuf_type* __p) { argument
84 _M_buf = __p;
85 _M_eof = (__p == 0);
H A D_iostream_string.h69 void deallocate(pointer __p, size_type __n) { argument
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n);
H A D_tree.h377 _Base_ptr _M_copy(_Base_ptr __x, _Base_ptr __p);
503 pair<iterator,iterator> __p = equal_range(__x); local
504 size_type __n = _STLP_STD::distance(__p.first, __p.second);
505 erase(__p.first, __p.second);
597 pair<const_iterator, const_iterator> __p = equal_range(__x); local
598 return _STLP_STD::distance(__p.first, __p.second);
616 pair<iterator, iterator> __p; local
629 pair<const_iterator, const_iterator> __p; local
[all...]
H A D_string_workaround.h346 iterator insert(iterator __p, _CharT __c) argument
347 { return _Base::insert(__p, __c); }
349 void insert(iterator __p, size_t __n, _CharT __c) argument
350 { _Base::insert(__p, __n, __c); }
355 void insert(iterator __p, _InputIter __first, _InputIter __last) { argument
357 _M_insert_dispatch(__p, __first, __last, _Integral());
362 void insert(iterator __p, const _CharT* __f, const _CharT* __l) { argument
364 _M_insert(__p, __f, __l, this->_M_inside(__f));
369 void _M_insert(iterator __p, const _CharT* __f, const _CharT* __l, bool __self_ref) { argument
371 _Base::_M_insert(__p, __
388 _M_insertT(iterator __p, _InputIter __first, _InputIter __last, const input_iterator_tag &) argument
427 _M_insert_dispatch(iterator __p, _Integer __n, _Integer __x, const __true_type& ) argument
432 _M_insert_dispatch(iterator __p, _InputIter __first, _InputIter __last, const __false_type& ) argument
[all...]
H A D_tempbuf.h73 inline void _STLP_CALL return_temporary_buffer(_Tp* __p) { argument
75 free((char*)__p);
/ndk/tests/device/test-stlport_shared-exception/jni/
H A Dnew16.cpp10 inline void* operator new(size_t, void* __p) throw() { return __p; } argument
/ndk/tests/device/test-stlport_static-exception/jni/
H A Dnew16.cpp10 inline void* operator new(size_t, void* __p) throw() { return __p; } argument
/ndk/sources/cxx-stl/stlport/src/
H A Dallocators.cpp64 inline void __stlp_delete_chunck(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } argument
76 inline void __stlp_delete_chunck(void* __p) { _STLP_VENDOR_CSTD::free(__p); } argument
80 inline void __stlp_delete_chunck(void* __p) { _STLP_STD::__stl_delete(__p); } argument
313 /* __p may not be 0 */
314 static void _M_deallocate(void *__p, size_t __n);
340 void __node_alloc_impl::_M_deallocate(void *__p, size_t __n) { argument
342 _Obj * __pobj = __STATIC_CAST(_Obj*, __p);
496 _M_deallocate(void *__p, size_t __n) argument
745 _M_deallocate(void *__p, size_t __n) argument
1014 deallocate(void *__p, size_t __n) argument
1059 deallocate(void *__p, size_t __n, __state_type* __a) argument
1078 reallocate(void *__p, size_t __old_sz, size_t& __new_sz) argument
1104 deallocate(void *__p, size_t __n) argument
1108 deallocate(void *__p, size_t __n, __state_type* __a) argument
1110 reallocate(void *__p, size_t __old_sz, size_t& __new_sz) argument
[all...]
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_tree.h211 _STLP_STD::pair<_Base_iterator, _Base_iterator> __p; local
212 __p = _M_non_dbg_impl.equal_range_unique(__x);
213 return pair<iterator, iterator>(iterator(&_M_iter_list, __p.first), iterator(&_M_iter_list, __p.second));
217 _STLP_STD::pair<_Base_const_iterator, _Base_const_iterator> __p; local
218 __p = _M_non_dbg_impl.equal_range_unique(__x);
219 return pair<const_iterator, const_iterator>(const_iterator(&_M_iter_list, __p.first),
220 const_iterator(&_M_iter_list, __p.second));
276 pair<iterator, iterator> __p = equal_range(__x); local
277 size_type __n = _STLP_STD::distance(__p
[all...]
H A D_hashtable.h285 pair<iterator, iterator> __p = equal_range(__key); local
286 size_type __n = _STLP_STD::distance(__p.first, __p.second);
287 _Invalidate_iterators(__p.first, __p.second);
288 _M_non_dbg_impl.erase(__p.first._M_iterator, __p.second._M_iterator);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dfuture.cpp116 __assoc_sub_state::set_exception(exception_ptr __p) argument
123 __exception_ = __p;
130 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) argument
137 __exception_ = __p;
256 promise<void>::set_exception(exception_ptr __p) argument
262 __state_->set_exception(__p);
276 promise<void>::set_exception_at_thread_exit(exception_ptr __p) argument
282 __state_->set_exception_at_thread_exit(__p);
H A Dthread.cpp140 static __thread_specific_ptr<__thread_struct> __p; local
141 return __p;
154 void deallocate(T* __p, size_t) {::operator delete(static_cast<void*>(__p));} argument
H A Dstrstream.cpp231 off_type __p(-1);
280 __p = newoff;
283 return pos_type(__p);
289 off_type __p(-1);
310 __p = newoff;
314 return pos_type(__p);
/ndk/sources/cxx-stl/gabi++/include/
H A Dstl_pair.h82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} argument
/ndk/sources/cxx-stl/system/include/
H A Dstl_pair.h82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} argument
/ndk/tests/device/test-gnustl-full/unit/
H A Dstack_allocator.h138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } argument
139 void destroy(pointer __p) { __p->~_Tp(); } argument
/ndk/tests/device/test-stlport/unit/
H A Dstack_allocator.h138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } argument
139 void destroy(pointer __p) { __p->~_Tp(); } argument

Completed in 314 milliseconds

12