Searched refs:My (Results 1 – 12 of 12) sorted by relevance
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | has_nothrow_constructor.cpp | 49 class My class 85 && My<T>().f() && My2<T>::trait && My3<T>().f()) 88 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
|
D | has_nothrow_copy-1.cpp | 79 class My class 114 && My<T>().f() && My2<T>::trait && My3<T>().f()) 117 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
|
D | has_nothrow_assign.cpp | 89 class My class 124 && My<T>().f() && My2<T>::trait && My3<T>().f()) 127 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | has_nothrow_constructor.cpp | 49 class My class 85 && My<T>().f() && My2<T>::trait && My3<T>().f()) 88 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
|
D | has_nothrow_copy-1.cpp | 79 class My class 114 && My<T>().f() && My2<T>::trait && My3<T>().f()) 117 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
|
D | has_nothrow_assign.cpp | 89 class My class 124 && My<T>().f() && My2<T>::trait && My3<T>().f()) 127 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-typed-test_test.cc | 266 INSTANTIATE_TYPED_TEST_CASE_P(My, DerivedTest, MyTwoTypes); 320 INSTANTIATE_TYPED_TEST_CASE_P(My, ContainerTest, MyContainers); 344 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
|
D | gtest_list_tests_unittest_.cc | 151 INSTANTIATE_TYPED_TEST_CASE_P(My, TypeParamTest, MyTypes);
|
D | gtest_output_test_.cc | 838 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
|
D | gtest_output_test_golden_lin.txt | 23 [0;32m[----------] [m1 test from My/ATypeParamDeathTest/0, where TypeParam = int 26 [0;32m[----------] [m1 test from My/ATypeParamDeathTest/1, where TypeParam = double
|
D | gtest_unittest.cc | 3187 INSTANTIATE_TYPED_TEST_CASE_P(My, TypedTestP, NumericTypes); 3202 INSTANTIATE_TYPED_TEST_CASE_P(My, DISABLED_TypedTestP, NumericTypes);
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-typed-test.h | 141 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
|