Home
last modified time | relevance | path

Searched refs:GTEST_DEATH_TEST_CHECK_ (Results 1 – 10 of 10) sorted by relevance

/external/gtest/src/
Dgtest-death-test.cc272 # define GTEST_DEATH_TEST_CHECK_(expression) \ macro
374 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
654 GTEST_DEATH_TEST_CHECK_(false); // Should not get here. in Wait()
668 GTEST_DEATH_TEST_CHECK_( in Wait()
672 GTEST_DEATH_TEST_CHECK_( in Wait()
703 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
715 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); in AssumeRole()
731 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
755 GTEST_DEATH_TEST_CHECK_(::CreateProcessA( in AssumeRole()
829 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-death-test.cc272 # define GTEST_DEATH_TEST_CHECK_(expression) \ macro
374 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
654 GTEST_DEATH_TEST_CHECK_(false); // Should not get here. in Wait()
668 GTEST_DEATH_TEST_CHECK_( in Wait()
672 GTEST_DEATH_TEST_CHECK_( in Wait()
703 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
715 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); in AssumeRole()
731 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
755 GTEST_DEATH_TEST_CHECK_(::CreateProcessA( in AssumeRole()
829 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
[all …]
/external/protobuf/gtest/src/
Dgtest-death-test.cc221 #define GTEST_DEATH_TEST_CHECK_(expression) \ macro
321 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
566 GTEST_DEATH_TEST_CHECK_(false); // Should not get here. in Wait()
580 GTEST_DEATH_TEST_CHECK_( in Wait()
584 GTEST_DEATH_TEST_CHECK_(::GetExitCodeProcess(child_handle_.Get(), &status) in Wait()
615 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
627 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); in AssumeRole()
646 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
671 GTEST_DEATH_TEST_CHECK_(::CreateProcessA( in AssumeRole()
745 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
[all …]
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc272 # define GTEST_DEATH_TEST_CHECK_(expression) \ macro
372 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
652 GTEST_DEATH_TEST_CHECK_(false); // Should not get here. in Wait()
666 GTEST_DEATH_TEST_CHECK_( in Wait()
670 GTEST_DEATH_TEST_CHECK_( in Wait()
701 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
713 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); in AssumeRole()
732 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
757 GTEST_DEATH_TEST_CHECK_(::CreateProcessA( in AssumeRole()
831 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
[all …]
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc234 # define GTEST_DEATH_TEST_CHECK_(expression) \ macro
334 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
614 GTEST_DEATH_TEST_CHECK_(false); // Should not get here. in Wait()
628 GTEST_DEATH_TEST_CHECK_( in Wait()
632 GTEST_DEATH_TEST_CHECK_( in Wait()
663 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
675 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); in AssumeRole()
694 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
719 GTEST_DEATH_TEST_CHECK_(::CreateProcessA( in AssumeRole()
793 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
[all …]
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc234 # define GTEST_DEATH_TEST_CHECK_(expression) \ macro
337 ~DeathTestImpl() override { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
616 GTEST_DEATH_TEST_CHECK_(false); // Should not get here. in Wait()
630 GTEST_DEATH_TEST_CHECK_( in Wait()
634 GTEST_DEATH_TEST_CHECK_( in Wait()
665 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
677 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); in AssumeRole()
696 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
721 GTEST_DEATH_TEST_CHECK_(::CreateProcessA( in AssumeRole()
795 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
[all …]
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc6260 #define GTEST_DEATH_TEST_CHECK_(expression) \ macro
6360 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
6605 GTEST_DEATH_TEST_CHECK_(false); // Should not get here. in Wait()
6619 GTEST_DEATH_TEST_CHECK_( in Wait()
6623 GTEST_DEATH_TEST_CHECK_(::GetExitCodeProcess(child_handle_.Get(), &status) in Wait()
6654 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
6666 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); in AssumeRole()
6685 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
6710 GTEST_DEATH_TEST_CHECK_(::CreateProcessA( in AssumeRole()
6784 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
[all …]
/external/opencv3/modules/ts/src/
Dts_gtest.cpp6805 # define GTEST_DEATH_TEST_CHECK_(expression) \ macro
6907 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
7187 GTEST_DEATH_TEST_CHECK_(false); // Should not get here. in Wait()
7201 GTEST_DEATH_TEST_CHECK_( in Wait()
7205 GTEST_DEATH_TEST_CHECK_( in Wait()
7236 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
7248 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); in AssumeRole()
7264 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
7288 GTEST_DEATH_TEST_CHECK_(::CreateProcessA( in AssumeRole()
7362 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
[all …]
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc6766 # define GTEST_DEATH_TEST_CHECK_(expression) \ macro
6868 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
7148 GTEST_DEATH_TEST_CHECK_(false); // Should not get here. in Wait()
7162 GTEST_DEATH_TEST_CHECK_( in Wait()
7166 GTEST_DEATH_TEST_CHECK_( in Wait()
7197 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
7209 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); in AssumeRole()
7225 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
7249 GTEST_DEATH_TEST_CHECK_(::CreateProcessA( in AssumeRole()
7323 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc6766 # define GTEST_DEATH_TEST_CHECK_(expression) \ macro
6868 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl()
7148 GTEST_DEATH_TEST_CHECK_(false); // Should not get here. in Wait()
7162 GTEST_DEATH_TEST_CHECK_( in Wait()
7166 GTEST_DEATH_TEST_CHECK_( in Wait()
7197 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
7209 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); in AssumeRole()
7225 GTEST_DEATH_TEST_CHECK_( in AssumeRole()
7249 GTEST_DEATH_TEST_CHECK_(::CreateProcessA( in AssumeRole()
7323 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
[all …]