HomeSort by relevance Sort by last modified time
    Searched defs:ASSERT_EXIT (Results 1 - 8 of 8) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.h 91 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
97 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
102 #define ASSERT_EXIT(statement, predicate, regex) \
105 // Like ASSERT_EXIT, but continues on to successive tests in the
114 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/chromium/testing/gtest/include/gtest/
gtest-death-test.h 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 # define ASSERT_EXIT(statement, predicate, regex) \
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/gtest/include/gtest/
gtest-death-test.h 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 # define ASSERT_EXIT(statement, predicate, regex) \
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-death-test.h 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 # define ASSERT_EXIT(statement, predicate, regex) \
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-death-test.h 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 # define ASSERT_EXIT(statement, predicate, regex) \
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/open-vcdiff/gtest/include/gtest/
gtest-death-test.h 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 #define ASSERT_EXIT(statement, predicate, regex) \
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/protobuf/gtest/include/gtest/
gtest-death-test.h 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 #define ASSERT_EXIT(statement, predicate, regex) \
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]

Completed in 321 milliseconds