Searched refs:OnTestEnd (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/base/test/
H A Dgtest_xml_util.h33 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE;
H A Dgtest_xml_util.cc70 void XmlUnitTestResultPrinter::OnTestEnd(const testing::TestInfo& test_info) { function in class:base::XmlUnitTestResultPrinter
H A Dtest_suite.cc70 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
/external/chromium_org/content/public/test/
H A Dcontent_test_suite_base.cc47 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
/external/chromium_org/content/test/
H A Dcontent_test_suite.cc42 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
/external/chromium_org/native_client_sdk/src/examples/tutorial/testing/
H A Dtesting.cc43 virtual void OnTestEnd(const ::testing::TestInfo& test_info) { function in class:GTestEventListener
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Dmain.cc37 virtual void OnTestEnd(const ::testing::TestInfo& test_info) { function in class:GTestEventListener
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmain.cc37 virtual void OnTestEnd(const ::testing::TestInfo& test_info) { function in class:GTestEventListener
/external/chromium_org/native_client_sdk/src/tests/sdk_util_test/
H A Dmain.cc37 virtual void OnTestEnd(const ::testing::TestInfo& test_info) { function in class:GTestEventListener
/external/chromium_org/testing/gtest/samples/
H A Dsample10_unittest.cc86 virtual void OnTestEnd(const TestInfo& /* test_info */) { function in class:__anon10851::LeakChecker
132 // leak checker's OnTestEnd() method are processed by the text and XML
133 // printers *before* their OnTestEnd() methods are called, such that
H A Dsample9_unittest.cc84 virtual void OnTestEnd(const TestInfo& test_info) { function in class:__anon10852::TersePrinter
/external/protobuf/gtest/samples/
H A Dsample10_unittest.cc86 virtual void OnTestEnd(const TestInfo& test_info) { function in class:__anon28895::LeakChecker
133 // leak checker's OnTestEnd() method are processed by the text and XML
134 // printers *before* their OnTestEnd() methods are called, such that
H A Dsample9_unittest.cc84 virtual void OnTestEnd(const TestInfo& test_info) { function in class:__anon28896::TersePrinter
/external/chromium_org/chrome/test/base/
H A Dchrome_unit_test_suite.cc61 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
/external/chromium_org/components/test/
H A Drun_all_unittests.cc123 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
/external/chromium_org/chrome/test/logging/win/
H A Dtest_log_collector.cc97 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
99 default_result_printer_->OnTestEnd(test_info);
/external/chromium_org/testing/gtest/test/
H A Dgtest-listener_test.cc92 virtual void OnTestEnd(const TestInfo& /*test_info*/) { function in class:testing::internal::EventRecordingListener
93 g_events->push_back(GetFullMethodName("OnTestEnd"));
238 "2nd.OnTestEnd",
239 "1st.OnTestEnd",
247 "2nd.OnTestEnd",
248 "1st.OnTestEnd",
276 "2nd.OnTestEnd",
277 "1st.OnTestEnd",
285 "2nd.OnTestEnd",
286 "1st.OnTestEnd",
[all...]
/external/gtest/test/
H A Dgtest-listener_test.cc92 virtual void OnTestEnd(const TestInfo& /*test_info*/) { function in class:testing::internal::EventRecordingListener
93 g_events->push_back(GetFullMethodName("OnTestEnd"));
238 "2nd.OnTestEnd",
239 "1st.OnTestEnd",
247 "2nd.OnTestEnd",
248 "1st.OnTestEnd",
276 "2nd.OnTestEnd",
277 "1st.OnTestEnd",
285 "2nd.OnTestEnd",
286 "1st.OnTestEnd",
[all...]
/external/protobuf/gtest/test/
H A Dgtest-listener_test.cc102 virtual void OnTestEnd(const TestInfo& /*test_info*/) { function in class:testing::internal::EventRecordingListener
103 g_events->PushBack(GetFullMethodName("OnTestEnd"));
250 "2nd.OnTestEnd",
251 "1st.OnTestEnd",
259 "2nd.OnTestEnd",
260 "1st.OnTestEnd",
288 "2nd.OnTestEnd",
289 "1st.OnTestEnd",
297 "2nd.OnTestEnd",
298 "1st.OnTestEnd",
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h958 virtual void OnTestEnd(const TestInfo& test_info) = 0;
992 virtual void OnTestEnd(const TestInfo& /*test_info*/) {} function in class:testing::EmptyTestEventListener
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h958 virtual void OnTestEnd(const TestInfo& test_info) = 0;
993 virtual void OnTestEnd(const TestInfo& /*test_info*/) {} function in class:testing::EmptyTestEventListener
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h958 virtual void OnTestEnd(const TestInfo& test_info) = 0;
992 virtual void OnTestEnd(const TestInfo& /*test_info*/) {} function in class:testing::EmptyTestEventListener
/external/protobuf/gtest/include/gtest/
H A Dgtest.h804 virtual void OnTestEnd(const TestInfo& test_info) = 0;
838 virtual void OnTestEnd(const TestInfo& /*test_info*/) {} function in class:testing::EmptyTestEventListener
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h1156 void OnTestEnd(const TestInfo& test_info) { function in class:testing::internal::StreamingListener
/external/gtest/src/
H A Dgtest-internal-inl.h1182 void OnTestEnd(const TestInfo& test_info) { function in class:testing::internal::StreamingListener

Completed in 836 milliseconds

12