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

  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc 185 bool DieIfLessThan(int x, int y) {
187 DieInside("DieIfLessThan");
530 EXPECT_DEATH(DieIfLessThan(2, 3), "DieIfLessThan");
541 EXPECT_DEATH(DieIfLessThan(-1, i), "DieIfLessThan") << "where i == " << i;
550 DieIfLessThan(x, y);
552 "DieIfLessThan");
564 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
602 EXPECT_DEATH(DieIfLessThan(3, 4), regex++)
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 185 bool DieIfLessThan(int x, int y) {
187 DieInside("DieIfLessThan");
530 EXPECT_DEATH(DieIfLessThan(2, 3), "DieIfLessThan");
541 EXPECT_DEATH(DieIfLessThan(-1, i), "DieIfLessThan") << "where i == " << i;
550 DieIfLessThan(x, y);
552 "DieIfLessThan");
564 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
602 EXPECT_DEATH(DieIfLessThan(3, 4), regex++)
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 177 bool DieIfLessThan(int x, int y) {
179 GTEST_LOG_(FATAL) << "death inside DieIfLessThan().";
466 EXPECT_DEATH(DieIfLessThan(2, 3), "DieIfLessThan");
477 EXPECT_DEATH(DieIfLessThan(-1, i), "DieIfLessThan") << "where i == " << i;
486 DieIfLessThan(x, y);
488 "DieIfLessThan");
500 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
538 EXPECT_DEATH(DieIfLessThan(3, 4), regex++)
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 186 bool DieIfLessThan(int x, int y) {
188 DieInside("DieIfLessThan");
531 EXPECT_DEATH(DieIfLessThan(2, 3), "DieIfLessThan");
542 EXPECT_DEATH(DieIfLessThan(-1, i), "DieIfLessThan") << "where i == " << i;
551 DieIfLessThan(x, y);
553 "DieIfLessThan");
565 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
603 EXPECT_DEATH(DieIfLessThan(3, 4), regex++)
    [all...]

Completed in 101 milliseconds