/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/ |
emplace.pass.cpp | 20 #include "../../../stack_allocator.h" 91 std::vector<A, stack_allocator<A, 7> > c; 92 std::vector<A, stack_allocator<A, 7> >::iterator i = c.emplace(c.cbegin(), 2, 3.5);
|
insert_iter_iter_iter.pass.cpp | 21 #include "../../../stack_allocator.h" 63 std::vector<int, stack_allocator<int, 308> > v(100); 80 std::vector<int, stack_allocator<int, 300> > v(100);
|
push_back.pass.cpp | 16 #include "../../../stack_allocator.h" 51 std::vector<int, stack_allocator<int, 15> > c;
|
push_back_rvalue.pass.cpp | 17 #include "../../../stack_allocator.h" 53 std::vector<MoveOnly, stack_allocator<MoveOnly, 15> > c;
|
/external/libcxx/test/containers/sequences/list/list.cons/ |
input_iterator.pass.cpp | 18 #include "../../../stack_allocator.h" 46 std::list<int, stack_allocator<int, sizeof(a)/sizeof(a[0])> > l(input_iterator<const int*>(a),
|
/external/libcxx/test/containers/sequences/vector/vector.modifiers/ |
push_back.pass.cpp | 16 #include "../../../stack_allocator.h" 45 std::vector<int, stack_allocator<int, 15> > c;
|
push_back_rvalue.pass.cpp | 17 #include "../../../stack_allocator.h" 47 std::vector<MoveOnly, stack_allocator<MoveOnly, 15> > c;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/ |
input_iterator.pass.cpp | 18 #include "../../../stack_allocator.h" 46 std::list<int, stack_allocator<int, sizeof(a)/sizeof(a[0])> > l(input_iterator<const int*>(a),
|
/external/libcxx/test/containers/sequences/vector/vector.cons/ |
construct_iter_iter_alloc.pass.cpp | 19 #include "../../../stack_allocator.h"
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/ |
construct_iter_iter_alloc.pass.cpp | 19 #include "../../../stack_allocator.h"
|
/external/libcxx/test/containers/sequences/deque/deque.modifiers/ |
insert_iter_iter.pass.cpp | 20 #include "../../../stack_allocator.h" 239 test_move<std::deque<MoveOnly, stack_allocator<MoveOnly, 2000> > >();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/ |
insert_iter_iter.pass.cpp | 20 #include "../../../stack_allocator.h" 239 test_move<std::deque<MoveOnly, stack_allocator<MoveOnly, 2000> > >();
|
/external/stlport/test/unit/ |
deque_test.cpp | 3 #include "stack_allocator.h"
|
list_test.cpp | 3 #include "stack_allocator.h"
|
hash_test.cpp | 3 #include "stack_allocator.h"
|
map_test.cpp | 3 #include "stack_allocator.h"
|
set_test.cpp | 3 #include "stack_allocator.h"
|
slist_test.cpp | 3 #include "stack_allocator.h"
|
vector_test.cpp | 3 #include "stack_allocator.h"
|
/ndk/tests/device/test-gnustl-full/unit/ |
deque_test.cpp | 3 #include "stack_allocator.h"
|
list_test.cpp | 3 #include "stack_allocator.h"
|
hash_test.cpp | 3 #include "stack_allocator.h"
|
map_test.cpp | 3 #include "stack_allocator.h"
|
/ndk/tests/device/test-stlport/unit/ |
deque_test.cpp | 3 #include "stack_allocator.h"
|
list_test.cpp | 3 #include "stack_allocator.h"
|