Searched defs:DeathTestImpl (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc309 class DeathTestImpl : public DeathTest { class in namespace:testing::internal
311 DeathTestImpl(const char* statement, const RE* regex) function in class:testing::internal::DeathTestImpl
321 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
349 // The regular expression which test output must match. DeathTestImpl
372 void DeathTestImpl::ReadAndInterpretStatusByte() {
414 void DeathTestImpl::Abort(AbortReason reason) {
447 bool DeathTestImpl::Passed(bool status_ok) {
520 class WindowsDeathTest : public DeathTestImpl {
526 : DeathTestImpl(statement, regex), file_(file), line_(line) {}
692 class ForkingDeathTest : public DeathTestImpl {
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc362 class DeathTestImpl : public DeathTest { class in namespace:testing::internal
364 DeathTestImpl(const char* a_statement, const RE* a_regex) function in class:testing::internal::DeathTestImpl
374 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
402 // The regular expression which test output must match. DeathTestImpl
425 void DeathTestImpl::ReadAndInterpretStatusByte() {
470 void DeathTestImpl::Abort(AbortReason reason) {
530 bool DeathTestImpl::Passed(bool status_ok) {
608 class WindowsDeathTest : public DeathTestImpl {
614 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
776 class ForkingDeathTest : public DeathTestImpl {
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc322 class DeathTestImpl : public DeathTest { class in namespace:testing::internal
324 DeathTestImpl(const char* a_statement, const RE* a_regex) function in class:testing::internal::DeathTestImpl
334 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
362 // The regular expression which test output must match. DeathTestImpl
385 void DeathTestImpl::ReadAndInterpretStatusByte() {
430 void DeathTestImpl::Abort(AbortReason reason) {
490 bool DeathTestImpl::Passed(bool status_ok) {
568 class WindowsDeathTest : public DeathTestImpl {
574 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
740 class ForkingDeathTest : public DeathTestImpl {
[all...]
/external/gtest/src/
H A Dgtest-death-test.cc362 class DeathTestImpl : public DeathTest { class in namespace:testing::internal
364 DeathTestImpl(const char* a_statement, const RE* a_regex) function in class:testing::internal::DeathTestImpl
374 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
402 // The regular expression which test output must match. DeathTestImpl
425 void DeathTestImpl::ReadAndInterpretStatusByte() {
470 void DeathTestImpl::Abort(AbortReason reason) {
530 bool DeathTestImpl::Passed(bool status_ok) {
608 class WindowsDeathTest : public DeathTestImpl {
614 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
776 class ForkingDeathTest : public DeathTestImpl {
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc325 class DeathTestImpl : public DeathTest { class in namespace:testing::internal
327 DeathTestImpl(const char* a_statement, const RE* a_regex) function in class:testing::internal::DeathTestImpl
337 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
365 // The regular expression which test output must match. DeathTestImpl
388 void DeathTestImpl::ReadAndInterpretStatusByte() {
433 void DeathTestImpl::Abort(AbortReason reason) {
493 bool DeathTestImpl::Passed(bool status_ok) {
570 class WindowsDeathTest : public DeathTestImpl {
576 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
742 class ForkingDeathTest : public DeathTestImpl {
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc322 class DeathTestImpl : public DeathTest { class in namespace:testing::internal
324 DeathTestImpl(const char* a_statement, const RE* a_regex) function in class:testing::internal::DeathTestImpl
334 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
362 // The regular expression which test output must match. DeathTestImpl
385 void DeathTestImpl::ReadAndInterpretStatusByte() {
430 void DeathTestImpl::Abort(AbortReason reason) {
490 bool DeathTestImpl::Passed(bool status_ok) {
568 class WindowsDeathTest : public DeathTestImpl {
574 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
740 class ForkingDeathTest : public DeathTestImpl {
[all...]

Completed in 605 milliseconds