/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/ |
D | pointer_type.pass.cpp | 21 struct pointer {}; struct 28 static_assert((std::is_same<P::pointer, int*>::value), ""); in main() 32 static_assert((std::is_same<P::pointer, Deleter::pointer>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/ |
D | pointer_type.pass.cpp | 21 struct pointer {}; struct 28 static_assert((std::is_same<P::pointer, int*>::value), ""); in main() 32 static_assert((std::is_same<P::pointer, Deleter::pointer>::value), ""); in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | iterator.hpp | 105 typedef typename Iterator::pointer pointer; typedef 115 typedef T* pointer; typedef 125 typedef T const* pointer; typedef 157 BOOST_MPL_HAS_XXX_TRAIT_DEF(pointer) 257 typedef typename T::pointer pointer; typedef 270 typedef T* pointer; typedef 310 typedef T pointer; typedef 327 typedef typename Iterator::pointer pointer; typedef 337 typedef typename std::iterator_traits<Iterator>::value_type* pointer; typedef 346 typedef const typename std::iterator_traits<Iterator>::value_type* pointer; typedef [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 47 typedef value_type* pointer; typedef 61 pointer address(reference x) const {return &x;} in address() 63 pointer allocate(size_type n, const void* = 0) 75 return (pointer)std::malloc(n * sizeof(T)); 77 void deallocate(pointer p, size_type n) in deallocate() 81 void construct(pointer p, const T& val) in construct() 84 void construct(pointer p, T&& val) in construct() 87 void destroy(pointer p) {p->~T();} in destroy() 107 typedef value_type* pointer; typedef 121 pointer address(reference x) const {return &x;} in address() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ |
D | basic_cstring.hpp | 47 typedef value_type* pointer; typedef in boost::unit_test::basic_cstring 67 static pointer null_str(); 72 basic_cstring( pointer s ); 73 basic_cstring( pointer s, size_type arg_size ); 74 basic_cstring( pointer first, pointer last ); 111 basic_cstring& operator=( pointer s ); 118 basic_cstring& assign( pointer s ); 119 basic_cstring& assign( pointer s, size_type len ); 120 basic_cstring& assign( pointer f, pointer l ); 149 inline typename basic_cstring<CharT>::pointer [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/ |
D | pointer.pass.cpp | 29 typedef Ptr<T> pointer; typedef 40 static_assert((std::is_same<std::allocator_traits<A<char> >::pointer, Ptr<char> >::value), ""); in main() 41 static_assert((std::is_same<std::allocator_traits<B<char> >::pointer, char*>::value), ""); in main()
|
D | difference_type.pass.cpp | 40 struct pointer {}; struct 50 struct pointer_traits<C<char>::pointer>
|
D | const_pointer.pass.cpp | 30 typedef Ptr<T> pointer; typedef 46 typedef CPtr<T> pointer; typedef
|
D | size_type.pass.cpp | 39 struct pointer {}; struct 49 struct pointer_traits<C<char>::pointer>
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-message.h | 149 inline Message& operator <<(T* const& pointer) { // NOLINT 150 if (pointer == NULL) { 153 *ss_ << pointer; 206 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) { in StreamHelper() argument 207 if (pointer == NULL) { in StreamHelper() 210 *ss_ << pointer; in StreamHelper()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/ |
D | test_allocator.h | 42 typedef value_type* pointer; typedef 56 pointer address(reference x) const {return &x;} in address() 58 pointer allocate(size_type n, const void* = 0) 68 return (pointer)std::malloc(n * sizeof(T)); 70 void deallocate(pointer p, size_type n) in deallocate() 74 void construct(pointer p, const T& val) in construct() 77 void construct(pointer p, T&& val) in construct() 80 void destroy(pointer p) {p->~T();} in destroy() 100 typedef value_type* pointer; typedef
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ptrs_specialize.h | 7 # define _STLP_DEFINE_ARROW_OPERATOR pointer operator->() const { return &(operator*()); } 20 # define _STLP_DEFINE_ARROW_OPERATOR pointer operator->() const { return &(*(*this)); } 22 # define _STLP_DEFINE_ARROW_OPERATOR pointer operator->() const { reference x = operator*(); r… 24 # define _STLP_DEFINE_ARROW_OPERATOR pointer operator->() const { return &(operator*()); }
|
D | _vector.c | 69 pointer __tmp; in reserve() 81 __attribute__((noinline)) void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp… in _M_insert_overflow_aux() 88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len); in _M_insert_overflow_aux() 89 pointer __new_finish = __new_start; in _M_insert_overflow_aux() 108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_T… in _M_insert_overflow() 111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len); in _M_insert_overflow() 112 …pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __n… in _M_insert_overflow() 116 …__new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_fini… in _M_insert_overflow() 151 pointer __old_finish = this->_M_finish; in _M_fill_insert_aux() 189 pointer __tmp = _M_allocate_and_copy(__len, __CONST_CAST(const_pointer, __x._M_start) + 0, [all …]
|
D | _pthread_alloc.h | 102 typedef _Tp* pointer; typedef 124 pointer address(reference __x) const { return &__x; } in address() 145 void deallocate(pointer __p, size_type __n) { in deallocate() 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct() 159 void destroy(pointer _p) { _p->~_Tp(); } in destroy() 194 typedef void* pointer; typedef 283 typedef _Tp* pointer; 307 pointer address(reference __x) const { return &__x; } 328 void deallocate(pointer __p, size_type __n) { 341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
D | stack_allocator.h | 23 typedef value_type* pointer; typedef 39 pointer allocate(size_type n, const void* = 0) 48 pointer r = (T*)ptr_; 52 void deallocate(pointer p, size_type n) in deallocate()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __sso_allocator | 41 typedef _Tp* pointer; 51 …_LIBCPP_INLINE_VISIBILITY pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::con… 56 return (pointer)&buf_; 58 return static_cast<pointer>(::operator new(__n * sizeof(_Tp))); 60 _LIBCPP_INLINE_VISIBILITY void deallocate(pointer __p, size_type) 62 if (__p == (pointer)&buf_)
|
D | __split_buffer | 41 typedef typename __alloc_traits::pointer pointer; 43 typedef pointer iterator; 46 pointer __first_; 47 pointer __begin_; 48 pointer __end_; 49 __compressed_pair<pointer, allocator_type> __end_cap_; 56 …_LIBCPP_INLINE_VISIBILITY pointer& __end_cap() _NOEXCEPT {return __end_cap_.fir… 57 …_LIBCPP_INLINE_VISIBILITY const pointer& __end_cap() const _NOEXCEPT {return __end_cap_.fir… 129 _LIBCPP_INLINE_VISIBILITY void __destruct_at_begin(pointer __new_begin) 131 void __destruct_at_begin(pointer __new_begin, false_type); [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | alloca.c | 71 typedef void *pointer; typedef 73 typedef char *pointer; typedef 93 extern pointer malloc (); 170 pointer 197 free ((pointer) hp); /* Collect garbage. */ in alloca() 217 register pointer new = malloc (sizeof (header) + size); in alloca() 230 return (pointer) ((char *) new + sizeof (header)); in alloca()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/ |
D | pointer.pass.cpp | 30 static_assert((std::is_same<std::pointer_traits<A>::pointer, A>::value), ""); in main() 31 static_assert((std::is_same<std::pointer_traits<int*>::pointer, int*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/ |
D | types.pass.cpp | 36 static_assert((std::is_same<std::list<int>::pointer, std::allocator<int>::pointer>::value), ""); in main() 43 …static_assert((std::is_same<std::list<int, min_allocator<int>>::pointer, min_pointer<int>>::value)… in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.basic/ |
D | iterator.pass.cpp | 35 static_assert((std::is_same<typename It::pointer, T*>::value), ""); in test2() 47 static_assert((std::is_same<typename It::pointer, T*>::value), ""); in test3() 59 static_assert((std::is_same<typename It::pointer, const T*>::value), ""); in test4() 71 static_assert((std::is_same<typename It::pointer, const T*>::value), ""); in test5()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/ |
D | iterator.pass.cpp | 31 typedef A* pointer; typedef 41 static_assert((std::is_same<It::pointer, A*>::value), ""); in main()
|
/ndk/toolchains/arm-linux-androideabi-4.9/ |
D | setup.mk | 63 -fomit-frame-pointer \ 72 -fomit-frame-pointer \ 80 -fno-omit-frame-pointer \ 87 -fno-omit-frame-pointer
|
/ndk/toolchains/arm-linux-androideabi-4.8/ |
D | setup.mk | 63 -fomit-frame-pointer \ 72 -fomit-frame-pointer \ 80 -fno-omit-frame-pointer \ 87 -fno-omit-frame-pointer
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | iterator.hpp | 31 typedef Pointer pointer; typedef 47 typedef Pointer pointer;
|