/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/ |
D | string_string.pass.cpp | 62 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/ |
D | build.sh | 22 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/ |
D | catch_const_pointer_nullptr.cpp | 49 void test3() in test3() function 118 void test3() {} in test3() function 130 test3(); in main()
|
D | catch_ptr_02.cpp | 48 void test3 () in test3() function 84 test3(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | catch_const_pointer_nullptr.cpp | 49 void test3() in test3() function 118 void test3() {} in test3() function 129 test3(); in main()
|
D | catch_ptr_02.cpp | 48 void test3 () in test3() function 188 test3(); in main()
|
D | test_guard.cpp | 63 namespace test3 { namespace 136 test3::test(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
D | ctor_result_type.pass.cpp | 79 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/ |
D | mips-fp4-test3-6.c | 3 double test3 (double a, double b, double c) in test3() function 24 test3(a, b, c); in main()
|
D | Android.mk | 10 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/ |
D | size.pass.cpp | 65 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/ |
D | catchptr1.cpp | 73 int test3 () in test3() function 240 test3,
|
D | new1_3.cpp | 134 void test3() in test3() function 164 test3(); in main()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | catchptr1.cpp | 73 int test3 () in test3() function 240 test3,
|
D | new1_3.cpp | 134 void test3() in test3() function 164 test3(); in main()
|
/ndk/tests/device/issue61659-neon-assignment/jni/ |
D | issue61659-neon-assignment.c | 28 void test3() in test3() function 54 test3(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
D | eval.pass.cpp | 79 test3() in test3() function 92 test3(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/ |
D | parse_curly_brackets.pass.cpp | 46 test3() in test3() function 70 test3(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/ |
D | max_size.pass.cpp | 43 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/ |
D | forward_as_tuple.pass.cpp | 57 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/ |
D | eval.pass.cpp | 78 test3() in test3() function 135 test3(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.classes/ |
D | typedefs.pass.cpp | 27 typedef std::u16string test3; in main() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.basic/ |
D | iterator.pass.cpp | 42 test3() in test3() function 79 test3<A>(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/ |
D | size_type.pass.cpp | 22 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/ |
D | pointer_size_size.pass.cpp | 345 void test3() in test3() function 376 test3<S>(); in main() 384 test3<S>(); in main()
|