/external/google-breakpad/src/testing/gtest/test/ |
gtest-death-test_test.cc | 826 int status, bool passed); 848 // The value a MockDeathTest will return from its Passed method. 855 // The arguments to the calls to Passed since the last call to 874 TestRole role, int status, bool passed) : 875 parent_(parent), role_(role), status_(status), passed_(passed) { 888 virtual bool Passed(bool exit_status_ok) { 920 int status, bool passed) { 924 passed_ = passed; 1000 // and that the Passed method returns false when the (simulated) 1015 // Tests that the Passed method was given the argument "true" whe [all...] |
/external/gtest/test/ |
gtest-death-test_test.cc | 824 int status, bool passed); 846 // The value a MockDeathTest will return from its Passed method. 853 // The arguments to the calls to Passed since the last call to 872 TestRole role, int status, bool passed) : 873 parent_(parent), role_(role), status_(status), passed_(passed) { 886 virtual bool Passed(bool exit_status_ok) { 918 int status, bool passed) { 922 passed_ = passed; 998 // and that the Passed method returns false when the (simulated) 1013 // Tests that the Passed method was given the argument "true" whe [all...] |
/external/protobuf/gtest/test/ |
gtest-death-test_test.cc | 707 int status, bool passed); 729 // The value a MockDeathTest will return from its Passed method. 736 // The arguments to the calls to Passed since the last call to 755 TestRole role, int status, bool passed) : 756 parent_(parent), role_(role), status_(status), passed_(passed) { 769 virtual bool Passed(bool exit_status_ok) { 800 int status, bool passed) { 804 passed_ = passed; 880 // and that the Passed method returns false when the (simulated) 895 // Tests that the Passed method was given the argument "true" whe [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-death-test_test.cc | 825 int status, bool passed); 847 // The value a MockDeathTest will return from its Passed method. 854 // The arguments to the calls to Passed since the last call to 873 TestRole role, int status, bool passed) : 874 parent_(parent), role_(role), status_(status), passed_(passed) { 887 virtual bool Passed(bool exit_status_ok) { 919 int status, bool passed) { 923 passed_ = passed; 999 // and that the Passed method returns false when the (simulated) 1014 // Tests that the Passed method was given the argument "true" whe [all...] |
/external/google-breakpad/src/testing/gtest/src/ |
gtest-death-test.cc | 375 virtual bool Passed(bool status_ok); 528 bool DeathTestImpl::Passed(bool status_ok) { 570 << "DeathTest::Passed somehow called before conclusion of test"; [all...] |
gtest-internal-inl.h | 568 // Returns true iff the unit test passed (i.e. all test cases passed). 569 bool Passed() const { return !Failed(); } [all...] |
gtest.cc | 324 // Returns true iff the test case passed. 326 return test_case->should_run() && test_case->Passed(); [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 377 virtual bool Passed(bool status_ok); 530 bool DeathTestImpl::Passed(bool status_ok) { 572 << "DeathTest::Passed somehow called before conclusion of test"; [all...] |
gtest-internal-inl.h | 575 // Returns true iff the unit test passed (i.e. all test cases passed). 576 bool Passed() const { return !Failed(); } [all...] |
gtest.cc | 330 // Returns true iff the test case passed. 332 return test_case->should_run() && test_case->Passed(); [all...] |
/external/llvm/utils/unittest/googletest/src/ |
gtest-death-test.cc | 340 bool Passed(bool status_ok) override; 493 bool DeathTestImpl::Passed(bool status_ok) { 534 << "DeathTest::Passed somehow called before conclusion of test"; [all...] |
gtest-internal-inl.h | 553 // Returns true iff the unit test passed (i.e. all test cases passed). 554 bool Passed() const { return !Failed(); } [all...] |
gtest.cc | 323 // Returns true iff the test case passed. 325 return test_case->should_run() && test_case->Passed(); [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | 337 virtual bool Passed(bool status_ok); 490 bool DeathTestImpl::Passed(bool status_ok) { 532 << "DeathTest::Passed somehow called before conclusion of test"; [all...] |
gtest-internal-inl.h | 554 // Returns true iff the unit test passed (i.e. all test cases passed). 555 bool Passed() const { return !Failed(); } [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 324 virtual bool Passed(bool status_ok); 447 bool DeathTestImpl::Passed(bool status_ok) { 484 << "DeathTest::Passed somehow called before conclusion of test"; [all...] |
gtest-internal-inl.h | 622 // Returns true iff the unit test passed (i.e. all test cases passed). 623 bool Passed() const { return !Failed(); } [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-death-test.cc | 377 virtual bool Passed(bool status_ok); 530 bool DeathTestImpl::Passed(bool status_ok) { 572 << "DeathTest::Passed somehow called before conclusion of test"; [all...] |
gtest-internal-inl.h | 569 // Returns true iff the unit test passed (i.e. all test cases passed). 570 bool Passed() const { return !Failed(); } [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest.h | 524 // Returns true iff the test passed (i.e. no test part failed). 525 bool Passed() const { return !Failed(); } 790 // Returns true iff the test case passed. 791 bool Passed() const { return !Failed(); } 845 // Returns true iff test passed. 847 return test_info->should_run() && test_info->result()->Passed(); [all...] |
/external/gtest/include/gtest/ |
gtest.h | 515 // Returns true iff the test passed (i.e. no test part failed). 516 bool Passed() const { return !Failed(); } 802 // Returns true iff the test case passed. 803 bool Passed() const { return !Failed(); } 861 // Returns true iff test passed. 863 return test_info->should_run() && test_info->result()->Passed(); [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest.h | 523 // Returns true iff the test passed (i.e. no test part failed). 524 bool Passed() const { return !Failed(); } 790 // Returns true iff the test case passed. 791 bool Passed() const { return !Failed(); } 845 // Returns true iff test passed. 847 return test_info->should_run() && test_info->result()->Passed(); [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest.h | 523 // Returns true iff the test passed (i.e. no test part failed). 524 bool Passed() const { return !Failed(); } 790 // Returns true iff the test case passed. 791 bool Passed() const { return !Failed(); } 845 // Returns true iff test passed. 847 return test_info->should_run() && test_info->result()->Passed(); [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest.h | 504 // Returns true iff the test passed (i.e. no test part failed). 505 bool Passed() const { return !Failed(); } 732 // Returns true iff the test case passed. 733 bool Passed() const { return !Failed(); } 779 // Returns true iff test passed. [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest.h | 515 // Returns true iff the test passed (i.e. no test part failed). 516 bool Passed() const { return !Failed(); } 788 // Returns true iff the test case passed. 789 bool Passed() const { return !Failed(); } 847 // Returns true iff test passed. 849 return test_info->should_run() && test_info->result()->Passed(); [all...] |