HomeSort by relevance Sort by last modified time
    Searched defs:ReportTestPartResult (Results 1 - 9 of 9) sorted by null

  /external/chromium/testing/gtest/src/
gtest-test-part.cc 101 void HasNewFatalFailureHelper::ReportTestPartResult(
105 original_reporter_->ReportTestPartResult(result);
gtest.cc 578 void ScopedFakeTestPartResultReporter::ReportTestPartResult(
663 void DefaultGlobalTestPartResultReporter::ReportTestPartResult(
672 void DefaultPerThreadTestPartResultReporter::ReportTestPartResult(
674 unit_test_->GetGlobalTestPartResultReporter()->ReportTestPartResult(result);
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-test-part.cc 101 void HasNewFatalFailureHelper::ReportTestPartResult(
105 original_reporter_->ReportTestPartResult(result);
gtest.cc 578 void ScopedFakeTestPartResultReporter::ReportTestPartResult(
663 void DefaultGlobalTestPartResultReporter::ReportTestPartResult(
672 void DefaultPerThreadTestPartResultReporter::ReportTestPartResult(
674 unit_test_->GetGlobalTestPartResultReporter()->ReportTestPartResult(result);
    [all...]
  /external/protobuf/gtest/src/
gtest-test-part.cc 111 void HasNewFatalFailureHelper::ReportTestPartResult(
115 original_reporter_->ReportTestPartResult(result);
gtest.cc 546 void ScopedFakeTestPartResultReporter::ReportTestPartResult(
633 void DefaultGlobalTestPartResultReporter::ReportTestPartResult(
642 void DefaultPerThreadTestPartResultReporter::ReportTestPartResult(
644 unit_test_->GetGlobalTestPartResultReporter()->ReportTestPartResult(result);
    [all...]
  /external/gtest/src/
gtest-test-part.cc 115 void HasNewFatalFailureHelper::ReportTestPartResult(
119 original_reporter_->ReportTestPartResult(result);
gtest.cc 552 void ScopedFakeTestPartResultReporter::ReportTestPartResult(
639 void DefaultGlobalTestPartResultReporter::ReportTestPartResult(
648 void DefaultPerThreadTestPartResultReporter::ReportTestPartResult(
650 unit_test_->GetGlobalTestPartResultReporter()->ReportTestPartResult(result);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 499 void ScopedFakeTestPartResultReporter::ReportTestPartResult(
567 void UnitTestImpl::ReportTestPartResult(const TestPartResult& result) {
    [all...]

Completed in 47 milliseconds