/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 309 class DeathTestImpl : public DeathTest { class 311 DeathTestImpl(const char* a_statement, const RE* a_regex) in DeathTestImpl() function in testing::internal::DeathTestImpl 321 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl() 372 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte() 414 void DeathTestImpl::Abort(AbortReason reason) { in Abort() 447 bool DeathTestImpl::Passed(bool status_ok) { in Passed() 520 class WindowsDeathTest : public DeathTestImpl { 526 : DeathTestImpl(statement, regex), file_(file), line_(line) {} in WindowsDeathTest() 692 class ForkingDeathTest : public DeathTestImpl { 709 : DeathTestImpl(a_statement, a_regex), in ForkingDeathTest()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 322 class DeathTestImpl : public DeathTest { class 324 DeathTestImpl(const char* a_statement, const RE* a_regex) in DeathTestImpl() function in testing::internal::DeathTestImpl 334 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl() 385 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte() 430 void DeathTestImpl::Abort(AbortReason reason) { in Abort() 490 bool DeathTestImpl::Passed(bool status_ok) { in Passed() 568 class WindowsDeathTest : public DeathTestImpl { 574 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} in WindowsDeathTest() 740 class ForkingDeathTest : public DeathTestImpl { 757 : DeathTestImpl(a_statement, a_regex), in ForkingDeathTest()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 325 class DeathTestImpl : public DeathTest { class 327 DeathTestImpl(const char* a_statement, const RE* a_regex) in DeathTestImpl() function in testing::internal::DeathTestImpl 337 ~DeathTestImpl() override { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl() 388 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte() 433 void DeathTestImpl::Abort(AbortReason reason) { in Abort() 493 bool DeathTestImpl::Passed(bool status_ok) { in Passed() 570 class WindowsDeathTest : public DeathTestImpl { 576 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} in WindowsDeathTest() 742 class ForkingDeathTest : public DeathTestImpl { 759 : DeathTestImpl(a_statement, a_regex), in ForkingDeathTest()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-death-test.cc | 360 class DeathTestImpl : public DeathTest { class 362 DeathTestImpl(const char* a_statement, const RE* a_regex) in DeathTestImpl() function in testing::internal::DeathTestImpl 372 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl() 423 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte() 468 void DeathTestImpl::Abort(AbortReason reason) { in Abort() 528 bool DeathTestImpl::Passed(bool status_ok) { in Passed() 606 class WindowsDeathTest : public DeathTestImpl { 612 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} in WindowsDeathTest() 778 class ForkingDeathTest : public DeathTestImpl { 795 : DeathTestImpl(a_statement, a_regex), in ForkingDeathTest()
|
/external/gtest/src/ |
D | gtest-death-test.cc | 362 class DeathTestImpl : public DeathTest { class 364 DeathTestImpl(const char* a_statement, const RE* a_regex) in DeathTestImpl() function in testing::internal::DeathTestImpl 374 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl() 425 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte() 470 void DeathTestImpl::Abort(AbortReason reason) { in Abort() 530 bool DeathTestImpl::Passed(bool status_ok) { in Passed() 608 class WindowsDeathTest : public DeathTestImpl { 614 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} in WindowsDeathTest() 776 class ForkingDeathTest : public DeathTestImpl { 793 : DeathTestImpl(a_statement, a_regex), in ForkingDeathTest()
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 6348 class DeathTestImpl : public DeathTest { class 6350 DeathTestImpl(const char* a_statement, const RE* a_regex) in DeathTestImpl() function in testing::internal::DeathTestImpl 6360 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl() 6411 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte() 6453 void DeathTestImpl::Abort(AbortReason reason) { in Abort() 6486 bool DeathTestImpl::Passed(bool status_ok) { in Passed() 6559 class WindowsDeathTest : public DeathTestImpl { 6565 : DeathTestImpl(statement, regex), file_(file), line_(line) {} in WindowsDeathTest() 6731 class ForkingDeathTest : public DeathTestImpl { 6748 : DeathTestImpl(a_statement, a_regex), in ForkingDeathTest()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 6856 class DeathTestImpl : public DeathTest { class 6858 DeathTestImpl(const char* a_statement, const RE* a_regex) in DeathTestImpl() function in testing::internal::DeathTestImpl 6868 ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } in ~DeathTestImpl() 6919 void DeathTestImpl::ReadAndInterpretStatusByte() { in ReadAndInterpretStatusByte() 6964 void DeathTestImpl::Abort(AbortReason reason) { in Abort() 7024 bool DeathTestImpl::Passed(bool status_ok) { in Passed() 7102 class WindowsDeathTest : public DeathTestImpl { 7108 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} in WindowsDeathTest() 7270 class ForkingDeathTest : public DeathTestImpl { 7287 : DeathTestImpl(a_statement, a_regex), in ForkingDeathTest()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 28232 FUNC 6171c 348 0 testing::internal::DeathTestImpl::Passed 28288 FUNC 61a64 18 0 testing::internal::DeathTestImpl::Passed 28293 FUNC 61a7c 3c0 0 testing::internal::DeathTestImpl::ReadAndInterpretStatusByte 28390 FUNC 61e3c 13c 0 testing::internal::DeathTestImpl::Abort 28565 FUNC 62508 c0 0 testing::internal::DeathTestImpl::~DeathTestImpl 28588 FUNC 625c8 50 0 testing::internal::DeathTestImpl::~DeathTestImpl 28595 FUNC 62618 24 0 testing::internal::DeathTestImpl::~DeathTestImpl
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 26652 FUNC 41000 2ac 0 testing::internal::DeathTestImpl::Passed 26706 FUNC 412ac 2c8 0 testing::internal::DeathTestImpl::ReadAndInterpretStatusByte 26793 FUNC 41574 e0 0 testing::internal::DeathTestImpl::Abort 26994 FUNC 41c7c c8 0 testing::internal::DeathTestImpl::~DeathTestImpl
|