Home
last modified time | relevance | path

Searched refs:test3 (Results 1 – 25 of 46) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/
Dstring_string.pass.cpp62 test3(S&& lhs, S&& rhs, const S& x) in test3() function
126 test3(S(""), S(""), S("")); in main()
127 test3(S(""), S("12345"), S("12345")); in main()
128 test3(S(""), S("1234567890"), S("1234567890")); in main()
129 test3(S(""), S("12345678901234567890"), S("12345678901234567890")); in main()
130 test3(S("abcde"), S(""), S("abcde")); in main()
131 test3(S("abcde"), S("12345"), S("abcde12345")); in main()
132 test3(S("abcde"), S("1234567890"), S("abcde1234567890")); in main()
133 test3(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890")); in main()
134 test3(S("abcdefghij"), S(""), S("abcdefghij")); in main()
[all …]
/ndk/tests/build/mips-fp4/
Dbuild.sh22 find_instruction "nmadd.d" mips-fp4-test3-6.s
23 find_instruction "nmsub.d" mips-fp4-test3-6.s
24 find_instruction "recip.d" mips-fp4-test3-6.s
25 find_instruction "rsqrt.d" mips-fp4-test3-6.s
/ndk/sources/cxx-stl/gabi++/tests/
Dcatch_const_pointer_nullptr.cpp49 void test3() in test3() function
118 void test3() {} in test3() function
130 test3(); in main()
Dcatch_ptr_02.cpp48 void test3 () in test3() function
84 test3(); in main()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dcatch_const_pointer_nullptr.cpp49 void test3() in test3() function
118 void test3() {} in test3() function
129 test3(); in main()
Dcatch_ptr_02.cpp48 void test3 () in test3() function
188 test3(); in main()
Dtest_guard.cpp63 namespace test3 { namespace
136 test3::test(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
Dctor_result_type.pass.cpp79 test3() in test3() function
145 test3<unsigned short>(); in main()
146 test3<unsigned int>(); in main()
147 test3<unsigned long>(); in main()
148 test3<unsigned long long>(); in main()
/ndk/tests/build/mips-fp4/jni/
Dmips-fp4-test3-6.c3 double test3 (double a, double b, double c) in test3() function
24 test3(a, b, c); in main()
DAndroid.mk10 LOCAL_MODULE := mips-fp4-test3-6
11 LOCAL_SRC_FILES := mips-fp4-test3-6.c
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
Dsize.pass.cpp65 test3(unsigned n, Allocator const &alloc = Allocator()) in test3() function
108 test3<DefaultOnly, std::allocator<DefaultOnly>> (1023); in main()
109 test3<int, std::allocator<int>>(1); in main()
110 test3<int, min_allocator<int>> (3); in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Dcatchptr1.cpp73 int test3 () in test3() function
240 test3,
Dnew1_3.cpp134 void test3() in test3() function
164 test3(); in main()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dcatchptr1.cpp73 int test3 () in test3() function
240 test3,
Dnew1_3.cpp134 void test3() in test3() function
164 test3(); in main()
/ndk/tests/device/issue61659-neon-assignment/jni/
Dissue61659-neon-assignment.c28 void test3() in test3() function
54 test3(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
Deval.pass.cpp79 test3() in test3() function
92 test3(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
Dparse_curly_brackets.pass.cpp46 test3() in test3() function
70 test3(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/
Dmax_size.pass.cpp43 test3(const S& s) in test3() function
59 test3(s); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
Dforward_as_tuple.pass.cpp57 test3(const Tuple& t) in test3() function
80 static_assert ( test3 (std::forward_as_tuple(i, c)) == 2, "" ); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
Deval.pass.cpp78 test3() in test3() function
135 test3(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.classes/
Dtypedefs.pass.cpp27 typedef std::u16string test3; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.basic/
Diterator.pass.cpp42 test3() in test3() function
79 test3<A>(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
Dsize_type.pass.cpp22 test3(unsigned n, Allocator const &alloc = Allocator()) in test3() function
73 test3<int, min_allocator<int>> (3); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_rfind/
Dpointer_size_size.pass.cpp345 void test3() in test3() function
376 test3<S>(); in main()
384 test3<S>(); in main()

12