OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DieIf
(Results
1 - 7
of
7
) sorted by null
/external/chromium/testing/gtest/test/
gtest-death-test_test.cc
176
void
DieIf
(bool should_die) {
178
DieInside("
DieIf
");
474
EXPECT_DEATH(
DieIf
(true), "
DieIf
\\(\\)");
502
EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(
DieIf
(false), "
DieIf
"),
509
EXPECT_DEATH(
DieIf
(true), "DieIfLessThan") << "End of death test message.";
517
EXPECT_DEATH(
DieIf
(false), "
DieIf
"); // This assertion should fail.
534
ASSERT_DEATH(
DieIf
(false), "DieIf"); // This assertion should fail
[
all
...]
gtest_output_test_.cc
451
void
DieIf
(bool should_die) {
452
GTEST_CHECK_(!should_die) << " - death inside
DieIf
().";
/external/gtest/test/
gtest-death-test_test.cc
176
void
DieIf
(bool should_die) {
178
DieInside("
DieIf
");
474
EXPECT_DEATH(
DieIf
(true), "
DieIf
\\(\\)");
502
EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(
DieIf
(false), "
DieIf
"),
509
EXPECT_DEATH(
DieIf
(true), "DieIfLessThan") << "End of death test message.";
517
EXPECT_DEATH(
DieIf
(false), "
DieIf
"); // This assertion should fail.
534
ASSERT_DEATH(
DieIf
(false), "DieIf"); // This assertion should fail
[
all
...]
gtest_output_test_.cc
451
void
DieIf
(bool should_die) {
452
GTEST_CHECK_(!should_die) << " - death inside
DieIf
().";
/external/libvpx/libvpx/third_party/googletest/src/test/
gtest-death-test_test.cc
176
void
DieIf
(bool should_die) {
178
DieInside("
DieIf
");
474
EXPECT_DEATH(
DieIf
(true), "
DieIf
\\(\\)");
502
EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(
DieIf
(false), "
DieIf
"),
509
EXPECT_DEATH(
DieIf
(true), "DieIfLessThan") << "End of death test message.";
517
EXPECT_DEATH(
DieIf
(false), "
DieIf
"); // This assertion should fail.
534
ASSERT_DEATH(
DieIf
(false), "DieIf"); // This assertion should fail
[
all
...]
gtest_output_test_.cc
451
void
DieIf
(bool should_die) {
452
GTEST_CHECK_(!should_die) << " - death inside
DieIf
().";
/external/protobuf/gtest/test/
gtest-death-test_test.cc
170
void
DieIf
(bool should_die) {
172
GTEST_LOG_(FATAL) << "death inside
DieIf
().";
465
EXPECT_DEATH(
DieIf
(true), "
DieIf
\\(\\)");
493
EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(
DieIf
(false), "
DieIf
"),
500
EXPECT_DEATH(
DieIf
(true), "DieIfLessThan") << "End of death test message.";
508
EXPECT_DEATH(
DieIf
(false), "
DieIf
"); // This assertion should fail.
525
ASSERT_DEATH(
DieIf
(false), "DieIf"); // This assertion should fail
[
all
...]
Completed in 1291 milliseconds