/ndk/tests/device/test-stlport_static-exception/jni/ |
D | delete2.cpp | 60 void f3 (B1*); 65 f3 (::new D); in main() 69 void f3 (B1* p) { ::delete p; } in f3() function
|
D | ice990323-2.cpp | 21 void f3() in f3() function 63 f3(); in main()
|
D | eh990323-4.cpp | 40 void f3() in f3() function 81 f3(); in main()
|
D | eh990323-2.cpp | 40 void f3() in f3() function 80 f3(); in main()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | delete2.cpp | 60 void f3 (B1*); 65 f3 (::new D); in main() 69 void f3 (B1* p) { ::delete p; } in f3() function
|
D | ice990323-2.cpp | 21 void f3() in f3() function 63 f3(); in main()
|
D | eh990323-4.cpp | 40 void f3() in f3() function 81 f3(); in main()
|
D | eh990323-2.cpp | 40 void f3() in f3() function 80 f3(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/ |
D | set_unexpected.pass.cpp | 19 void f3() in f3() function 32 std::set_terminate(f3); in main()
|
D | get_unexpected.pass.cpp | 19 void f3() in f3() function 36 std::set_terminate(f3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
D | imbue.pass.cpp | 57 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3() function 76 ios.register_callback(f3, 6); in main() 92 ios.register_callback(f3, 6); in main()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | inherited_exception.pass.cpp | 58 void f3() { in f3() function 146 f3(); in main()
|
D | catch_ptr.pass.cpp | 104 void f3() in f3() function 130 f3(); in f4()
|
D | catch_class_03.pass.cpp | 122 void f3() in f3() function 157 f3(); in f4()
|
D | catch_class_04.pass.cpp | 120 void f3() in f3() function 154 f3(); in f4()
|
D | catch_pointer_reference.pass.cpp | 144 void f3() in f3() function 433 f3(); in main()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 324 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2), 325 f3_(f3) {} 365 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, 366 GTEST_BY_REF_(T4) f4) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4) {} 409 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, 410 GTEST_BY_REF_(T5) f5) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4), 456 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, 458 f3_(f3), f4_(f4), f5_(f5), f6_(f6) {} 505 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, 507 GTEST_BY_REF_(T7) f7) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4), [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/ |
D | call_once.pass.cpp | 52 void f3() in f3() function 168 std::thread t0(f3); in main() 169 std::thread t1(f3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/ |
D | dtor.pass.cpp | 61 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3() function 81 b.register_callback(f3, 6); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/ |
D | imbue.pass.cpp | 63 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3() function 82 b.register_callback(f3, 6); in main()
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | catch_ptr.cpp | 104 void f3() in f3() function 130 f3(); in f4()
|
D | catch_class_03.cpp | 122 void f3() in f3() function 157 f3(); in f4()
|
D | catch_class_04.cpp | 120 void f3() in f3() function 154 f3(); in f4()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.async/ |
D | async.pass.cpp | 46 std::unique_ptr<int> f3(int i) in f3() function 166 std::future<std::unique_ptr<int>> f = std::async(f3, 3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0011-Fix-tests-for-Android.patch | 171 std::set_terminate(f3); 186 std::set_terminate(f3);
|