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

  /external/chromium/testing/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 52 kNonFatalFailure, // Failed but the test can continue.
94 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 30 milliseconds