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

  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 187 bool DieIfLessThan(int x, int y) {
189 DieInside("DieIfLessThan");
532 EXPECT_DEATH(DieIfLessThan(2, 3), "DieIfLessThan");
543 EXPECT_DEATH(DieIfLessThan(-1, i), "DieIfLessThan") << "where i == " << i;
552 DieIfLessThan(x, y);
554 "DieIfLessThan");
566 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
604 EXPECT_DEATH(DieIfLessThan(3, 4), regex++)
    [all...]
  /external/googletest/googletest/test/
gtest-death-test_test.cc 185 bool DieIfLessThan(int x, int y) {
187 DieInside("DieIfLessThan");
529 EXPECT_DEATH(DieIfLessThan(2, 3), "DieIfLessThan");
540 EXPECT_DEATH(DieIfLessThan(-1, i), "DieIfLessThan") << "where i == " << i;
549 DieIfLessThan(x, y);
551 "DieIfLessThan");
563 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
601 EXPECT_DEATH(DieIfLessThan(3, 4), regex++)
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 177 bool DieIfLessThan(int x, int y) {
179 DieInside("DieIfLessThan");
464 EXPECT_DEATH(DieIfLessThan(2, 3), "DieIfLessThan");
475 EXPECT_DEATH(DieIfLessThan(-1, i), "DieIfLessThan") << "where i == " << i;
484 DieIfLessThan(x, y);
486 "DieIfLessThan");
498 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
536 EXPECT_DEATH(DieIfLessThan(3, 4), regex++)
    [all...]
  /external/v8/testing/gtest/test/
gtest-death-test_test.cc 185 bool DieIfLessThan(int x, int y) {
187 DieInside("DieIfLessThan");
529 EXPECT_DEATH(DieIfLessThan(2, 3), "DieIfLessThan");
540 EXPECT_DEATH(DieIfLessThan(-1, i), "DieIfLessThan") << "where i == " << i;
549 DieIfLessThan(x, y);
551 "DieIfLessThan");
563 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
601 EXPECT_DEATH(DieIfLessThan(3, 4), regex++)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /prebuilts/ndk/r16/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 176 milliseconds