Searched refs:status_ok (Results 1 - 10 of 10) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc324 virtual bool Passed(bool status_ok);
441 // status_ok: true if exit_status is acceptable in the context of
447 bool DeathTestImpl::Passed(bool status_ok) { argument
467 if (status_ok) {
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc375 virtual bool Passed(bool status_ok);
522 // status_ok: true if exit_status is acceptable in the context of
528 bool DeathTestImpl::Passed(bool status_ok) { argument
552 if (status_ok) {
/external/gtest/src/
H A Dgtest-death-test.cc377 virtual bool Passed(bool status_ok);
524 // status_ok: true if exit_status is acceptable in the context of
530 bool DeathTestImpl::Passed(bool status_ok) { argument
554 if (status_ok) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc340 bool Passed(bool status_ok) override;
487 // status_ok: true if exit_status is acceptable in the context of
493 bool DeathTestImpl::Passed(bool status_ok) { argument
517 if (status_ok) {
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc337 virtual bool Passed(bool status_ok);
484 // status_ok: true if exit_status is acceptable in the context of
490 bool DeathTestImpl::Passed(bool status_ok) { argument
514 if (status_ok) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-death-test.cc377 virtual bool Passed(bool status_ok);
524 // status_ok: true if exit_status is acceptable in the context of
530 bool DeathTestImpl::Passed(bool status_ok) { argument
554 if (status_ok) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6871 virtual bool Passed(bool status_ok);
7018 // status_ok: true if exit_status is acceptable in the context of
7024 bool DeathTestImpl::Passed(bool status_ok) {
7048 if (status_ok) {
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp6910 virtual bool Passed(bool status_ok);
7057 // status_ok: true if exit_status is acceptable in the context of
7063 bool DeathTestImpl::Passed(bool status_ok) {
7087 if (status_ok) {
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc6363 virtual bool Passed(bool status_ok);
6480 // status_ok: true if exit_status is acceptable in the context of
6486 bool DeathTestImpl::Passed(bool status_ok) {
6506 if (status_ok) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc6871 virtual bool Passed(bool status_ok);
7018 // status_ok: true if exit_status is acceptable in the context of
7024 bool DeathTestImpl::Passed(bool status_ok) {
7048 if (status_ok) {

Completed in 153 milliseconds