Searched defs:throw_on_failure (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc57 || testing::GTEST_FLAG(throw_on_failure);
131 using testing::GTEST_FLAG(throw_on_failure);
1759 GTEST_FLAG(throw_on_failure) = false;
1786 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1802 GTEST_FLAG(throw_on_failure) = true;
5220 throw_on_failure(false) {}
5330 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5332 flags.throw_on_failure = throw_on_failure;
5350 bool throw_on_failure; member in struct:testing::Flags
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc57 || testing::GTEST_FLAG(throw_on_failure);
131 using testing::GTEST_FLAG(throw_on_failure);
1759 GTEST_FLAG(throw_on_failure) = false;
1786 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1802 GTEST_FLAG(throw_on_failure) = true;
5220 throw_on_failure(false) {}
5330 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5332 flags.throw_on_failure = throw_on_failure;
5350 bool throw_on_failure; member in struct:testing::Flags
[all...]
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_unittest.cc57 || testing::GTEST_FLAG(throw_on_failure);
131 using testing::GTEST_FLAG(throw_on_failure);
1759 GTEST_FLAG(throw_on_failure) = false;
1786 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1802 GTEST_FLAG(throw_on_failure) = true;
5220 throw_on_failure(false) {}
5330 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5332 flags.throw_on_failure = throw_on_failure;
5350 bool throw_on_failure; member in struct:testing::Flags
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc54 || testing::GTEST_FLAG(throw_on_failure);
137 using testing::GTEST_FLAG(throw_on_failure);
2025 GTEST_FLAG(throw_on_failure) = false;
2050 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
2064 GTEST_FLAG(throw_on_failure) = true;
5218 throw_on_failure(false) {}
5312 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5314 flags.throw_on_failure = throw_on_failure;
5330 bool throw_on_failure; member in struct:testing::Flags
[all...]

Completed in 80 milliseconds