/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/ |
D | construct.pass.cpp | 41 void construct(U* p, Args&& ...args) in construct() function 89 std::allocator_traits<A<int> >::construct(a, (A0*)&a0); in main() 97 std::allocator_traits<A<int> >::construct(a, (A1*)&a1, 'c'); in main() 105 std::allocator_traits<A<int> >::construct(a, (A2*)&a2, 'd', 5); in main() 116 std::allocator_traits<B<int> >::construct(b, (A0*)&a0); in main() 127 std::allocator_traits<B<int> >::construct(b, (A1*)&a1, 'c'); in main() 138 std::allocator_traits<B<int> >::construct(b, (A2*)&a2, 'd', 5); in main()
|
D | destroy.pass.cpp | 61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0); in main() 72 std::allocator_traits<B<int> >::construct(b, (A0*)&a0); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/ |
D | construct.pass.cpp | 88 a.construct(ap); in main() 96 a.construct(ap, A()); in main() 104 a.construct(ap, 5); in main() 112 a.construct(ap, 5, (int*)0); in main() 133 a.construct(ap); in main() 141 a.construct(ap, move_only()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct.pass.cpp | 126 a.construct(s, 4, 'c'); in main() 137 a.construct(s, 6); in main() 148 a.construct(s, 8); in main() 159 a.construct(s, 1, 2); in main() 172 a.construct(s, 1, 2); in main() 186 a.construct(s, 1, 2); in main()
|
D | destroy.pass.cpp | 44 a.construct(s); in main() 59 a.construct(s); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0003-Fallback-to-locale-C.patch | 35 " failed to construct for " + string(n)); 50 " failed to construct for " + name); 65 " failed to construct for " + string(n)); 80 " failed to construct for " + name); 95 " failed to construct for " + string(name)); 110 " failed to construct for " + name); 125 " failed to construct for " + string(name)); 140 " failed to construct for " + name); 155 " failed to construct for " + string(nm)); 198 " failed to construct for " + string(nm)); [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/ |
D | optional.hpp | 102 inline void construct(Factory const& factory, void* address) in construct() function 230 construct(val); in optional_base() 240 construct(val); in optional_base() 250 construct(rhs.get_impl()); in optional_base() 262 construct(expr,tag); in optional_base() 282 construct(rhs.get_impl()); in assign() 299 construct(static_cast<value_type>(rhs.get())); in assign() 308 else construct(val); in assign() 321 else construct(expr,tag); in assign_expr() 344 void construct ( argument_type val ) in construct() function in boost::optional_detail::optional_base [all …]
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | unroll1.cpp | 159 static void construct(double* addr) in construct() function 164 static void construct(double* addr, const double& model) in construct() function 198 ElementProperties::construct(pt); in RefBlockController() 255 ElementProperties::construct(pNew++,*pOld++); in reallocateStorage()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | unroll1.cpp | 159 static void construct(double* addr) in construct() function 164 static void construct(double* addr, const double& model) in construct() function 198 ElementProperties::construct(pt); in RefBlockController() 255 ElementProperties::construct(pNew++,*pOld++); in reallocateStorage()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 81 void construct(pointer p, const T& val) in construct() function 84 void construct(pointer p, T&& val) in construct() function 141 void construct(pointer p, const T& val) in construct() function 144 void construct(pointer p, T&& val) in construct() function
|
D | allocators.h | 146 void construct(U* p, Args&& ...args) in construct() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | scoped_allocator | 73 template <class T, class... Args> void construct(T* p, Args&& args); 75 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x, 78 void construct(pair<T1, T2>* p); 80 void construct(pair<T1, T2>* p, U&& x, V&& y); 82 void construct(pair<T1, T2>* p, const pair<U, V>& x); 84 void construct(pair<T1, T2>* p, pair<U, V>&& x); 474 void construct(_Tp* __p, _Args&& ...__args) 506 allocator_traits<typename _OM::type>::construct 519 allocator_traits<typename _OM::type>::construct 534 allocator_traits<typename _OM::type>::construct
|
D | __split_buffer | 217 __alloc_traits::construct(__a, _VSTD::__to_raw_pointer(this->__end_)); 236 __alloc_traits::construct(__a, _VSTD::__to_raw_pointer(this->__end_), __x); 261 __alloc_traits::construct(__buf.__alloc(), 265 __alloc_traits::construct(__a, _VSTD::__to_raw_pointer(this->__end_), *__first); 282 __alloc_traits::construct(__a, _VSTD::__to_raw_pointer(this->__end_), *__first); 505 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__begin_-1), __x); 536 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__begin_-1), 569 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__end_), __x); 600 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__end_), 633 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__end_),
|
D | deque | 40 // construct/copy/destroy: 1206 // construct/copy/destroy: 1772 __alloc_traits::construct(__a, _VSTD::addressof(*__base::end()), __v); 1786 __alloc_traits::construct(__a, _VSTD::addressof(*__base::end()), _VSTD::move(__v)); 1801 …__alloc_traits::construct(__a, _VSTD::addressof(*__base::end()), _VSTD::forward<_Args>(__args)...); 1816 __alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), __v); 1831 __alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), _VSTD::move(__v)); 1847 …__alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), _VSTD::forward<_Args>(__args)… 1869 __alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), __v); 1880 __alloc_traits::construct(__a, _VSTD::addressof(*__bm1), _VSTD::move(*__b)); [all …]
|
D | forward_list | 799 __node_traits::construct(__a, _VSTD::addressof(__h->__value_)); 820 __node_traits::construct(__a, _VSTD::addressof(__h->__value_)); 1040 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), 1055 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), _VSTD::move(__v)); 1069 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), __v); 1097 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), 1114 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), _VSTD::move(__v)); 1130 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), __v); 1147 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), __v); 1157 __node_traits::construct(__a, _VSTD::addressof(__h->__value_), __v); [all …]
|
D | list | 1353 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x); 1382 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x); 1398 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x); 1450 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), *__f); 1466 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), *__f); 1504 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x); 1517 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), __x); 1533 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), _VSTD::move(__x)); 1546 __node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), _VSTD::move(__x)); 1563 …__node_alloc_traits::construct(__na, _VSTD::addressof(__hold->__value_), _VSTD::forward<_Args>(__a… [all …]
|
D | tuple | 189 "Attempted to default construct a reference element in a tuple");} 196 "Attempted to default construct a reference element in a tuple");} 203 "Attempted to default construct a reference element in a tuple");} 210 "Attempted to default construct a reference element in a tuple");} 227 "Attempted to construct a reference element in a tuple with an rvalue");} 241 "Attempted to construct a reference element in a tuple with an rvalue");} 255 "Attempted to construct a reference element in a tuple with an rvalue");} 269 "Attempted to construct a reference element in a tuple with an rvalue");}
|
D | map | 56 // construct/copy/destroy: 257 // construct/copy/destroy: 1298 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.__cc.first)); 1300 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.__cc.second)); 1312 __node_traits::construct(__na, _VSTD::addressof(__h->__value_), _VSTD::forward<_A0>(__a0)); 1324 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.__cc.first), _VSTD::move(__k)); 1326 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.__cc.second)); 1340 __node_traits::construct(__na, _VSTD::addressof(__h->__value_), 1358 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.__cc.first), __k); 1360 __node_traits::construct(__na, _VSTD::addressof(__h->__value_.__cc.second)); [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | MAKECMDGOALS | 6 We construct a makefile with various targets, all of which print out
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/ |
D | test_allocator.h | 74 void construct(pointer p, const T& val) in construct() function 77 void construct(pointer p, T&& val) in construct() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _construct.h | 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } in construct() function 276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } in construct() function
|
D | _pthread_alloc.h | 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct() function 341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | conditionals | 112 # Test some random "else if..." construct nesting
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_allocator.h | 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } in construct() function
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_allocator.h | 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } in construct() function
|