Home
last modified time | relevance | path

Searched refs:this_test_info (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc1961 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass() local
1962 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
1963 const char* const this_test_name = this_test_info->name(); in HasSameFixtureClass()
1986 << "illegal. In test case " << this_test_info->test_case_name() in HasSameFixtureClass()
1998 << this_test_info->test_case_name() << ",\n" in HasSameFixtureClass()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1961 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass() local
1962 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
1963 const char* const this_test_name = this_test_info->name(); in HasSameFixtureClass()
1986 << "illegal. In test case " << this_test_info->test_case_name() in HasSameFixtureClass()
1998 << this_test_info->test_case_name() << ",\n" in HasSameFixtureClass()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc1962 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass() local
1963 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
1964 const char* const this_test_name = this_test_info->name(); in HasSameFixtureClass()
1987 << "illegal. In test case " << this_test_info->test_case_name() in HasSameFixtureClass()
1999 << this_test_info->test_case_name() << ",\n" in HasSameFixtureClass()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc2280 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass() local
2281 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
2282 const char* const this_test_name = this_test_info->name(); in HasSameFixtureClass()
2305 << "illegal. In test case " << this_test_info->test_case_name() in HasSameFixtureClass()
2317 << this_test_info->test_case_name() << ",\n" in HasSameFixtureClass()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc2279 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass() local
2280 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
2281 const char* const this_test_name = this_test_info->name(); in HasSameFixtureClass()
2304 << "illegal. In test case " << this_test_info->test_case_name() in HasSameFixtureClass()
2316 << this_test_info->test_case_name() << ",\n" in HasSameFixtureClass()
/external/mesa3d/src/gtest/src/
Dgtest.cc2279 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass() local
2280 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
2281 const char* const this_test_name = this_test_info->name(); in HasSameFixtureClass()
2304 << "illegal. In test case " << this_test_info->test_case_name() in HasSameFixtureClass()
2316 << this_test_info->test_case_name() << ",\n" in HasSameFixtureClass()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc2320 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass() local
2321 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
2322 const char* const this_test_name = this_test_info->name(); in HasSameFixtureClass()
2345 << "illegal. In test case " << this_test_info->test_case_name() in HasSameFixtureClass()
2357 << this_test_info->test_case_name() << ",\n" in HasSameFixtureClass()
/external/googletest/googletest/src/
Dgtest.cc2301 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass() local
2302 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
2303 const char* const this_test_name = this_test_info->name(); in HasSameFixtureClass()
2326 << "illegal. In test suite " << this_test_info->test_suite_name() in HasSameFixtureClass()
2338 << this_test_info->test_suite_name() << ",\n" in HasSameFixtureClass()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc3727 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass() local
3728 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()
3729 const char* const this_test_name = this_test_info->name(); in HasSameFixtureClass()
3752 << "illegal. In test case " << this_test_info->test_case_name() in HasSameFixtureClass()
3764 << this_test_info->test_case_name() << ",\n" in HasSameFixtureClass()