HomeSort by relevance Sort by last modified time
    Searched defs:Passed (Results 1 - 23 of 23) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 247 virtual bool Passed(bool status_ok);
380 bool ForkingDeathTest::Passed(bool status_ok) {
419 "DeathTest::Passed somehow called before conclusion of test");
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 773 int status, bool passed);
795 // The value a MockDeathTest will return from its Passed method.
802 // The arguments to the calls to Passed since the last call to
821 TestRole role, int status, bool passed) :
822 parent_(parent), role_(role), status_(status), passed_(passed) {
835 virtual bool Passed(bool exit_status_ok) {
866 int status, bool passed) {
870 passed_ = passed;
946 // and that the Passed method returns false when the (simulated)
961 // Tests that the Passed method was given the argument "true" whe
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 773 int status, bool passed);
795 // The value a MockDeathTest will return from its Passed method.
802 // The arguments to the calls to Passed since the last call to
821 TestRole role, int status, bool passed) :
822 parent_(parent), role_(role), status_(status), passed_(passed) {
835 virtual bool Passed(bool exit_status_ok) {
866 int status, bool passed) {
870 passed_ = passed;
946 // and that the Passed method returns false when the (simulated)
961 // Tests that the Passed method was given the argument "true" whe
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 727 int status, bool passed);
749 // The value a MockDeathTest will return from its Passed method.
756 // The arguments to the calls to Passed since the last call to
775 TestRole role, int status, bool passed) :
776 parent_(parent), role_(role), status_(status), passed_(passed) {
789 virtual bool Passed(bool exit_status_ok) {
820 int status, bool passed) {
824 passed_ = passed;
900 // and that the Passed method returns false when the (simulated)
915 // Tests that the Passed method was given the argument "true" whe
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 480 // Returns true iff the test passed (i.e. no test part failed).
481 bool Passed() const { return !Failed(); }
658 // Returns true iff the test case passed.
659 bool Passed() const { return !Failed(); }
689 // Returns true iff test passed.
692 return impl->should_run() && impl->result()->Passed();
887 // Returns true iff the unit test passed (i.e. all test cases passed).
888 bool Passed() const { return !Failed(); }
    [all...]
  /external/chromium/testing/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 547 // Returns true iff the unit test passed (i.e. all test cases passed).
548 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/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...]
gtest.cc 323 // Returns true iff the test case passed.
325 return test_case->should_run() && test_case->Passed();
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 337 virtual bool Passed(bool status_ok);
490 bool DeathTestImpl::Passed(bool status_ok) {
531 << "DeathTest::Passed somehow called before conclusion of test";
    [all...]
gtest.cc 323 // Returns true iff the test case passed.
325 return test_case->should_run() && test_case->Passed();
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
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/include/gtest/
gtest.h 425 // Returns true iff the test passed (i.e. no test part failed).
426 bool Passed() const { return !Failed(); }
653 // Returns true iff the test case passed.
654 bool Passed() const { return !Failed(); }
700 // Returns true iff test passed.
    [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 793 // Returns true iff the unit test passed (i.e. all test cases passed).
794 bool Passed() const { return !Failed(); }
    [all...]
gtest.cc 304 // Returns true iff the test case passed.
306 return test_case->should_run() && test_case->Passed();
    [all...]
  /external/chromium/testing/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/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/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...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h 16746 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
    [all...]

Completed in 1291 milliseconds