Searched refs:test1 (Results 101 - 125 of 223) sorted by relevance

123456789

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.classes/
H A Dtypedefs.pass.cpp24 typedef std::string test1; typedef
/ndk/tests/build/mips-fp4/jni/
H A DAndroid.mk4 LOCAL_MODULE := mips-fp4-test1-2
5 LOCAL_SRC_FILES := mips-fp4-test1-2.c
/ndk/sources/cxx-stl/gabi++/tests/
H A Dcatch_ptr_02.cpp16 void test1 () function
82 test1();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dctor_result_type.pass.cpp22 test1() function
49 test1();
H A Ddefault.pass.cpp21 test1() function
40 test1();
H A Dseed_result_type.pass.cpp21 test1() function
48 test1();
H A Dctor_sseq.pass.cpp22 test1() function
53 test1();
H A Ddiscard.pass.cpp21 test1() function
50 test1();
H A Dio.pass.cpp32 test1() function
61 test1();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dctor_result_type.pass.cpp22 test1() function
49 test1();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dassign.pass.cpp21 test1() function
38 test1();
H A Dcopy.pass.cpp21 test1() function
37 test1();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
H A Dctor_result_type.pass.cpp24 test1() function
243 test1();
H A Ddefault.pass.cpp24 test1() function
43 test1();
H A Dseed_result_type.pass.cpp23 test1() function
50 test1();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
H A Dctor_result_type.pass.cpp22 test1() function
49 test1();
H A Ddefault.pass.cpp21 test1() function
40 test1();
H A Dseed_result_type.pass.cpp21 test1() function
48 test1();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.state/
H A Dready.pass.cpp20 test1() function
41 test1();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/utility.swap/
H A Dswap.pass.cpp36 test1() function
51 test1();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.move/
H A Dmove_backward.pass.cpp45 test1() function
76 test1<bidirectional_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
77 test1<bidirectional_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
78 test1<bidirectional_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
80 test1<random_access_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
81 test1<random_access_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
82 test1<random_access_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
84 test1<std::unique_ptr<int>*, bidirectional_iterator<std::unique_ptr<int>*> >();
85 test1<std::unique_ptr<int>*, random_access_iterator<std::unique_ptr<int>*> >();
86 test1<st
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
H A Dremove.pass.cpp46 test1() function
77 test1<forward_iterator<std::unique_ptr<int>*> >();
78 test1<bidirectional_iterator<std::unique_ptr<int>*> >();
79 test1<random_access_iterator<std::unique_ptr<int>*> >();
80 test1<std::unique_ptr<int>*>();
H A Dremove_if.pass.cpp52 test1() function
86 test1<forward_iterator<std::unique_ptr<int>*> >();
87 test1<bidirectional_iterator<std::unique_ptr<int>*> >();
88 test1<random_access_iterator<std::unique_ptr<int>*> >();
89 test1<std::unique_ptr<int>*>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
H A Dconstruct_default.pass.cpp43 test1(const typename C::allocator_type& a) function
57 test1<std::vector<int, test_allocator<int> > >(test_allocator<int>(3));
58 test1<std::vector<NotConstructible, test_allocator<NotConstructible> > >
69 test1<std::vector<int, min_allocator<int> > >(min_allocator<int>{});
70 test1<std::vector<NotConstructible, min_allocator<NotConstructible> > >
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
H A Dconstruct_default.pass.cpp39 test1(const typename C::allocator_type& a) function
51 test1<std::vector<bool, test_allocator<bool> > >(test_allocator<bool>(3));
56 test1<std::vector<bool, min_allocator<bool> > >(min_allocator<bool>());

Completed in 444 milliseconds

123456789