Home
last modified time | relevance | path

Searched defs:__p (Results 1 – 25 of 33) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_construct.h90 inline void _Construct_aux (_T1* __p, const __false_type&) { in _Construct_aux()
95 inline void _Construct_aux (_T1* __p, const __true_type&) { in _Construct_aux()
106 inline void _Construct(_T1* __p) { in _Construct()
118 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) { in _Copy_Construct_aux()
123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) { in _Copy_Construct_aux()
130 inline void _Copy_Construct(_Tp* __p, const _Tp& __val) { in _Copy_Construct()
138 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __false_type&) { in _Param_Construct_aux()
143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) { in _Param_Construct_aux()
150 inline void _Param_Construct(_T1* __p, const _T2& __val) { in _Param_Construct()
158 inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __false_type& /*_IsPOD*/) { in _Move_Construct_Aux()
[all …]
D_alloc.c55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { in deallocate()
D_alloc.h80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } in deallocate()
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); } in deallocate()
160 static void _STLP_CALL deallocate(void *__p, size_t __n) in deallocate()
317 void deallocate(pointer __p, size_type __n) { in deallocate()
328 …void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(val… in deallocate()
331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } in construct()
332 void destroy(pointer __p) { _STLP_STD::_Destroy(__p); } in destroy()
D_new.h132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } in __stl_delete()
D_threads.h71 # define _STLP_ATOMIC_EXCHANGE(__p, __q) test_and_set(__p, __q) argument
73 # define _STLP_ATOMIC_EXCHANGE(__p, __q) __test_and_set((unsigned long*)__p, (unsigned long)__… argument
507 static __stl_atomic_t _S_swap(_STLP_VOLATILE __stl_atomic_t* __p, __stl_atomic_t __q) { in _S_swap()
528 static void* _S_swap_ptr(void* _STLP_VOLATILE* __p, void* __q) { in _S_swap_ptr()
566 static __stl_atomic_t _S_swap(_STLP_VOLATILE __stl_atomic_t* __p, __stl_atomic_t __q) { in _S_swap()
591 static void* _S_swap_ptr(void* _STLP_VOLATILE* __p, void* __q) { in _S_swap_ptr()
623 inline __stl_atomic_t _STLP_CALL _Atomic_swap(_STLP_VOLATILE __stl_atomic_t * __p, __stl_atomic_t _… in _Atomic_swap()
628 inline void* _STLP_CALL _Atomic_swap_ptr(void* _STLP_VOLATILE* __p, void* __q) { in _Atomic_swap_ptr()
D_pthread_alloc.h145 void deallocate(pointer __p, size_type __n) { in deallocate()
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct()
D_string_workaround.h346 iterator insert(iterator __p, _CharT __c) in insert()
349 void insert(iterator __p, size_t __n, _CharT __c) in insert()
355 void insert(iterator __p, _InputIter __first, _InputIter __last) { in insert()
362 void insert(iterator __p, const _CharT* __f, const _CharT* __l) { in insert()
369 void _M_insert(iterator __p, const _CharT* __f, const _CharT* __l, bool __self_ref) { in _M_insert()
388 void _M_insertT(iterator __p, _InputIter __first, _InputIter __last, in _M_insertT()
427 void _M_insert_dispatch(iterator __p, _Integer __n, _Integer __x, in _M_insert_dispatch()
432 void _M_insert_dispatch(iterator __p, _InputIter __first, _InputIter __last, in _M_insert_dispatch()
D_auto_ptr.h37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } in auto_ptr_ref()
D_iostream_string.h69 void deallocate(pointer __p, size_type __n) { in deallocate()
D_tempbuf.h73 inline void _STLP_CALL return_temporary_buffer(_Tp* __p) { in return_temporary_buffer()
D_istreambuf_iterator.h83 void _M_init(streambuf_type* __p) { in _M_init()
D_string.h367 void _M_construct_null(_CharT* __p) const in _M_construct_null()
658 iterator insert(iterator __p, _CharT __c) { in insert()
702 void _M_insertT(iterator __p, _InputIter __first, _InputIter __last, in _M_insertT()
741 void _M_insert_dispatch(iterator __p, _Integer __n, _Integer __x, in _M_insert_dispatch()
746 void _M_insert_dispatch(iterator __p, _InputIter __first, _InputIter __last, in _M_insert_dispatch()
772 void insert(iterator __p, _InputIter __first, _InputIter __last) { in insert()
781 void insert(iterator __p, const _CharT* __f, const _CharT* __l) { in insert()
D_istream.c654 const _CharT* __p = __scan_delim(__first, __last); in __read_buffered() local
937 const _CharT* __p = __scan_delim(__buf->_M_gptr(), __buf->_M_egptr()); in _M_ignore_buffered() local
1042 const _CharT* __p = __scan_delim(__buf->_M_gptr(), __last); in _M_ignore_buffered() local
1056 const _CharT* __p = __scan_delim(__buf->_M_gptr(), __buf->_M_egptr()); in _M_ignore_buffered() local
D_algobase.c255 _ForwardIter2 __p = __p1; in search() local
D_tree.c625 _Rb_tree_node_base* __p) { in _M_copy()
D_ctype.h82 for (const char* __p = __low;__p != __high; ++__p, ++__vec) { in is() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dfuture.cpp116 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception()
130 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) in set_exception_at_thread_exit()
256 promise<void>::set_exception(exception_ptr __p) in set_exception()
276 promise<void>::set_exception_at_thread_exit(exception_ptr __p) in set_exception_at_thread_exit()
Dthread.cpp140 static __thread_specific_ptr<__thread_struct> __p; in __thread_local_data() local
154 void deallocate(T* __p, size_t) {::operator delete(static_cast<void*>(__p));} in deallocate()
Dstrstream.cpp231 off_type __p(-1); in seekoff() local
289 off_type __p(-1); in seekpos() local
/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp64 inline void __stlp_delete_chunck(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } in __stlp_delete_chunck()
76 inline void __stlp_delete_chunck(void* __p) { _STLP_VENDOR_CSTD::free(__p); } in __stlp_delete_chunck()
80 inline void __stlp_delete_chunck(void* __p) { _STLP_STD::__stl_delete(__p); } in __stlp_delete_chunck()
340 void __node_alloc_impl::_M_deallocate(void *__p, size_t __n) { in _M_deallocate()
400 _Obj* __p; in _S_chunk_alloc() local
496 void __node_alloc_impl::_M_deallocate(void *__p, size_t __n) { in _M_deallocate()
599 _Obj* __p = _S_free_list[_S_FREELIST_INDEX(__i)].pop(); in _S_chunk_alloc() local
745 void _STLP_CALL __node_alloc::_M_deallocate(void *__p, size_t __n) in _M_deallocate()
1014 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n) { in deallocate()
1059 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n, __state_type* __a) { in deallocate()
[all …]
/ndk/tests/device/test-stlport_static-exception/jni/
Dnew16.cpp10 inline void* operator new(size_t, void* __p) throw() { return __p; } in operator new()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dnew16.cpp10 inline void* operator new(size_t, void* __p) throw() { return __p; } in operator new()
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_tree.h211 _STLP_STD::pair<_Base_iterator, _Base_iterator> __p; in equal_range_unique() local
217 _STLP_STD::pair<_Base_const_iterator, _Base_const_iterator> __p; in equal_range_unique() local
276 pair<iterator, iterator> __p = equal_range(__x); in erase() local
D_string.h426 iterator insert(iterator __p, _CharT __c) { in insert()
434 void insert(iterator __p, size_t __n, _CharT __c) { in insert()
443 void insert(iterator __p, _InputIter __first, _InputIter __last) { in insert()
455 void insert(iterator __p, const _CharT* __f, const _CharT* __l) { in insert()
468 void insert(iterator __p, const_iterator __f, const_iterator __l) { in insert()
478 void insert(iterator __p, iterator __f, iterator __l) { in insert()
D_hashtable.h285 pair<iterator, iterator> __p = equal_range(__key); in erase() local

12