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

  /external/chromium_org/testing/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/chromium_org/third_party/mesa/src/src/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.
97 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/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 203 milliseconds