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

  /external/chromium_org/testing/gtest/include/gtest/
gtest-death-test.h 92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
98 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
168 # define ASSERT_EXIT(statement, predicate, regex) \
171 // Like ASSERT_EXIT, but continues on to successive tests in the
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/chromium_org/third_party/mesa/src/src/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 92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
98 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
168 # define ASSERT_EXIT(statement, predicate, regex) \
171 // Like ASSERT_EXIT, but continues on to successive tests in the
180 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/mesa3d/src/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)
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-death-test.h 92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
98 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
168 # define ASSERT_EXIT(statement, predicate, regex) \
171 // Like ASSERT_EXIT, but continues on to successive tests in the
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 557 milliseconds