/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _construct.h | 90 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.c | 55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { in deallocate()
|
D | _alloc.h | 80 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.h | 132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } in __stl_delete()
|
D | _threads.h | 71 # 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.h | 145 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.h | 346 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.h | 37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } in auto_ptr_ref()
|
D | _iostream_string.h | 69 void deallocate(pointer __p, size_type __n) { in deallocate()
|
D | _tempbuf.h | 73 inline void _STLP_CALL return_temporary_buffer(_Tp* __p) { in return_temporary_buffer()
|
D | _istreambuf_iterator.h | 83 void _M_init(streambuf_type* __p) { in _M_init()
|
D | _string.h | 367 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.c | 654 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.c | 255 _ForwardIter2 __p = __p1; in search() local
|
D | _tree.c | 625 _Rb_tree_node_base* __p) { in _M_copy()
|
D | _ctype.h | 82 for (const char* __p = __low;__p != __high; ++__p, ++__vec) { in is() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | future.cpp | 116 __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()
|
D | thread.cpp | 140 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()
|
D | strstream.cpp | 231 off_type __p(-1); in seekoff() local 289 off_type __p(-1); in seekpos() local
|
/ndk/sources/cxx-stl/stlport/src/ |
D | allocators.cpp | 64 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/ |
D | new16.cpp | 10 inline void* operator new(size_t, void* __p) throw() { return __p; } in operator new()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | new16.cpp | 10 inline void* operator new(size_t, void* __p) throw() { return __p; } in operator new()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _tree.h | 211 _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.h | 426 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.h | 285 pair<iterator, iterator> __p = equal_range(__key); in erase() local
|