HomeSort by relevance Sort by last modified time
    Searched refs:OnTestEnd (Results 1 - 25 of 48) sorted by null

1 2

  /hardware/libhardware/tests/camera2/
TestForkerEventListener.h 43 virtual void OnTestEnd(const ::testing::TestInfo& test_info);
TestForkerEventListener.cpp 87 void TestForkerEventListener::OnTestEnd(const ::testing::TestInfo& test_info) {
104 // dynamically (e.g. by skipping OnTestPartResult after OnTestEnd )
  /external/chromium_org/base/test/
gtest_xml_util.h 33 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE;
gtest_xml_util.cc 70 void XmlUnitTestResultPrinter::OnTestEnd(const testing::TestInfo& test_info) {
test_suite.cc 70 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
  /external/chromium_org/content/public/test/
content_test_suite_base.cc 47 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
  /external/chromium_org/content/test/
content_test_suite.cc 42 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
  /external/chromium_org/native_client_sdk/src/examples/tutorial/testing/
testing.cc 43 virtual void OnTestEnd(const ::testing::TestInfo& test_info) {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
main.cc 37 virtual void OnTestEnd(const ::testing::TestInfo& test_info) {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
main.cc 37 virtual void OnTestEnd(const ::testing::TestInfo& test_info) {
  /external/chromium_org/native_client_sdk/src/tests/sdk_util_test/
main.cc 37 virtual void OnTestEnd(const ::testing::TestInfo& test_info) {
  /external/chromium_org/testing/gtest/samples/
sample10_unittest.cc 86 virtual void OnTestEnd(const TestInfo& /* test_info */) {
132 // leak checker's OnTestEnd() method are processed by the text and XML
133 // printers *before* their OnTestEnd() methods are called, such that
sample9_unittest.cc 84 virtual void OnTestEnd(const TestInfo& test_info) {
  /external/protobuf/gtest/samples/
sample10_unittest.cc 86 virtual void OnTestEnd(const TestInfo& test_info) {
133 // leak checker's OnTestEnd() method are processed by the text and XML
134 // printers *before* their OnTestEnd() methods are called, such that
sample9_unittest.cc 84 virtual void OnTestEnd(const TestInfo& test_info) {
  /ndk/sources/third_party/googletest/googletest/samples/
sample10_unittest.cc 86 virtual void OnTestEnd(const TestInfo& /* test_info */) {
132 // leak checker's OnTestEnd() method are processed by the text and XML
133 // printers *before* their OnTestEnd() methods are called, such that
sample9_unittest.cc 84 virtual void OnTestEnd(const TestInfo& test_info) {
  /external/chromium_org/chrome/test/base/
chrome_unit_test_suite.cc 61 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
  /external/chromium_org/components/test/
run_all_unittests.cc 123 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp 80 virtual void OnTestEnd(const TestInfo& test_info) {
141 virtual void OnTestEnd(const TestInfo& test_info) {
  /external/chromium_org/chrome/test/logging/win/
test_log_collector.cc 97 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
99 default_result_printer_->OnTestEnd(test_info);
  /external/chromium_org/testing/gtest/test/
gtest-listener_test.cc 92 virtual void OnTestEnd(const TestInfo& /*test_info*/) {
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/
gtest-listener_test.cc 92 virtual void OnTestEnd(const TestInfo& /*test_info*/) {
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/
gtest-listener_test.cc 102 virtual void OnTestEnd(const TestInfo& /*test_info*/) {
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...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-listener_test.cc 92 virtual void OnTestEnd(const TestInfo& /*test_info*/) {
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...]

Completed in 438 milliseconds

1 2