HomeSort by relevance Sort by last modified time
    Searched refs:nonfatally_failed (Results 1 - 24 of 24) sorted by null

  /external/google-breakpad/src/testing/gtest/test/
gtest-test-part_test.cc 83 EXPECT_FALSE(success.nonfatally_failed());
92 EXPECT_TRUE(nonfatal_failure.nonfatally_failed());
101 EXPECT_FALSE(fatal_failure.nonfatally_failed());
150 // Tests TestPartResult::nonfatally_failed().
152 EXPECT_FALSE(r1_.nonfatally_failed());
153 EXPECT_TRUE(r2_.nonfatally_failed());
154 EXPECT_FALSE(r3_.nonfatally_failed());
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest-test-part_test.cc 83 EXPECT_FALSE(success.nonfatally_failed());
92 EXPECT_TRUE(nonfatal_failure.nonfatally_failed());
101 EXPECT_FALSE(fatal_failure.nonfatally_failed());
150 // Tests TestPartResult::nonfatally_failed().
152 EXPECT_FALSE(r1_.nonfatally_failed());
153 EXPECT_TRUE(r2_.nonfatally_failed());
154 EXPECT_FALSE(r3_.nonfatally_failed());
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest-test-part_test.cc 83 EXPECT_FALSE(success.nonfatally_failed());
92 EXPECT_TRUE(nonfatal_failure.nonfatally_failed());
101 EXPECT_FALSE(fatal_failure.nonfatally_failed());
150 // Tests TestPartResult::nonfatally_failed().
152 EXPECT_FALSE(r1_.nonfatally_failed());
153 EXPECT_TRUE(r2_.nonfatally_failed());
154 EXPECT_FALSE(r3_.nonfatally_failed());
gtest_unittest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-test-part_test.cc 83 EXPECT_FALSE(success.nonfatally_failed());
92 EXPECT_TRUE(nonfatal_failure.nonfatally_failed());
101 EXPECT_FALSE(fatal_failure.nonfatally_failed());
150 // Tests TestPartResult::nonfatally_failed().
152 EXPECT_FALSE(r1_.nonfatally_failed());
153 EXPECT_TRUE(r2_.nonfatally_failed());
154 EXPECT_FALSE(r3_.nonfatally_failed());
gtest_unittest.cc     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-test-part.h 95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; } function in class:testing::TestPartResult
  /external/gtest/include/gtest/
gtest-test-part.h 97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; } function in class:testing::TestPartResult
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; } function in class:testing::TestPartResult
  /external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; } function in class:testing::TestPartResult
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; } function in class:testing::TestPartResult
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h 97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; } function in class:testing::TestPartResult
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
gtest.h 15314 bool nonfatally_failed() const { return type_ == kNonFatalFailure; } function in class:testing::TestPartResult
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 610 milliseconds