Searched defs:Passed (Results 1 - 25 of 32) sorted by path

12

/external/chromium_org/base/
H A Dbind_helpers.h15 // The wrapper functions are base::Unretained(), base::Owned(), base::Passed(),
24 // Passed() is for transferring movable-but-not-copyable types (eg. scoped_ptr)
27 // Callback::Run() twice on a Callback that was created with a Passed()
106 // EXAMPLE OF Passed():
115 // Closure cb = Bind(&TakesOwnership, Passed(&f));
122 // cb = Bind(&TakesOwnership, Passed(CreateFoo()));
129 // Passed() is particularly useful with PostTask() when you are transferring
511 // We offer 2 syntaxes for calling Passed(). The first takes a temporary and
514 // to write Passed(scoper.Pass()).
516 static inline internal::PassedWrapper<T> Passed( function in namespace:base
520 static inline internal::PassedWrapper<T> Passed(T* scoper) { function in namespace:base
[all...]
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h540 bool Passed() const { return !Failed(); } function in class:testing::TestResult
827 bool Passed() const { return !Failed(); } function in class:testing::TestCase
887 return test_info->should_run() && test_info->result()->Passed();
1226 bool Passed() const;
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc377 virtual bool Passed(bool status_ok);
530 bool DeathTestImpl::Passed(bool status_ok) { function in class:testing::internal::DeathTestImpl
572 << "DeathTest::Passed somehow called before conclusion of test";
H A Dgtest-internal-inl.h576 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
1125 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1138 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1147 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1158 FormatBool((test_info.result())->Passed()) +
H A Dgtest.cc336 return test_case->should_run() && test_case->Passed();
3081 if (test_info.result()->Passed()) {
3132 if (!test_info.should_run() || test_info.result()->Passed()) {
3158 if (!unit_test.Passed()) {
4007 bool UnitTest::Passed() const { return impl()->Passed(); } function in class:testing::UnitTest
4608 if (!Passed()) {
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc907 // The value a MockDeathTest will return from its Passed method.
914 // The arguments to the calls to Passed since the last call to
947 virtual bool Passed(bool exit_status_ok) { function in class:MockDeathTest
1059 // and that the Passed method returns false when the (simulated)
1074 // Tests that the Passed method was given the argument "true" when
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8276 // than a function pointer or functor, or else Wait and Passed could
8278 virtual bool Passed(bool exit_status_ok) = 0;
8356 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
17929 bool Passed() const { return !Failed(); } function in class:testing::TestResult
18216 bool Passed() const { return !Failed(); } function in class:testing::TestCase
18276 return test_info->should_run() && test_info->result()->Passed();
18615 bool Passed() const;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc977 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
1552 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1565 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1574 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1585 FormatBool((test_info.result())->Passed()) +
1816 return test_case->should_run() && test_case->Passed();
4278 if (test_info.result()->Passed()) {
4329 if (!test_info.should_run() || test_info.result()->Passed()) {
4355 if (!unit_test.Passed()) {
5208 bool UnitTest::Passed() cons function in class:testing::UnitTest
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h524 bool Passed() const { return !Failed(); } function in class:testing::TestResult
791 bool Passed() const { return !Failed(); } function in class:testing::TestCase
847 return test_info->should_run() && test_info->result()->Passed();
1159 bool Passed() const;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc337 virtual bool Passed(bool status_ok);
490 bool DeathTestImpl::Passed(bool status_ok) { function in class:testing::internal::DeathTestImpl
532 << "DeathTest::Passed somehow called before conclusion of test";
H A Dgtest-internal-inl.h555 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc325 return test_case->should_run() && test_case->Passed();
2791 if (test_info.result()->Passed()) {
2843 if (!test_info.should_run() || test_info.result()->Passed()) {
2869 if (!unit_test.Passed()) {
3354 unit_test.Passed()));
3367 unit_test.Passed(),
3377 test_case.Passed(),
3388 (test_info.result())->Passed(),
3700 bool UnitTest::Passed() const { return impl()->Passed(); } function in class:testing::UnitTest
[all...]
/external/gtest/include/gtest/
H A Dgtest.h516 bool Passed() const { return !Failed(); } function in class:testing::TestResult
803 bool Passed() const { return !Failed(); } function in class:testing::TestCase
863 return test_info->should_run() && test_info->result()->Passed();
1202 bool Passed() const;
/external/gtest/src/
H A Dgtest-death-test.cc377 virtual bool Passed(bool status_ok);
530 bool DeathTestImpl::Passed(bool status_ok) { function in class:testing::internal::DeathTestImpl
572 << "DeathTest::Passed somehow called before conclusion of test";
H A Dgtest-internal-inl.h576 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
1151 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1164 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1173 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1184 FormatBool((test_info.result())->Passed()) +
H A Dgtest.cc332 return test_case->should_run() && test_case->Passed();
2794 if (test_info.result()->Passed()) {
2845 if (!test_info.should_run() || test_info.result()->Passed()) {
2871 if (!unit_test.Passed()) {
3724 bool UnitTest::Passed() const { return impl()->Passed(); } function in class:testing::UnitTest
4332 if (!Passed()) {
/external/gtest/test/
H A Dgtest-death-test_test.cc846 // The value a MockDeathTest will return from its Passed method.
853 // The arguments to the calls to Passed since the last call to
886 virtual bool Passed(bool exit_status_ok) { function in class:MockDeathTest
998 // and that the Passed method returns false when the (simulated)
1013 // Tests that the Passed method was given the argument "true" when
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8276 // than a function pointer or functor, or else Wait and Passed could
8278 virtual bool Passed(bool exit_status_ok) = 0;
8356 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
17929 bool Passed() const { return !Failed(); } function in class:testing::TestResult
18216 bool Passed() const { return !Failed(); } function in class:testing::TestCase
18276 return test_info->should_run() && test_info->result()->Passed();
18615 bool Passed() const;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc977 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
1552 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1565 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1574 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1585 FormatBool((test_info.result())->Passed()) +
1816 return test_case->should_run() && test_case->Passed();
4278 if (test_info.result()->Passed()) {
4329 if (!test_info.should_run() || test_info.result()->Passed()) {
4355 if (!unit_test.Passed()) {
5208 bool UnitTest::Passed() cons function in class:testing::UnitTest
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h524 bool Passed() const { return !Failed(); } function in class:testing::TestResult
791 bool Passed() const { return !Failed(); } function in class:testing::TestCase
847 return test_info->should_run() && test_info->result()->Passed();
1160 bool Passed() const;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc340 virtual bool Passed(bool status_ok);
493 bool DeathTestImpl::Passed(bool status_ok) { function in class:testing::internal::DeathTestImpl
534 << "DeathTest::Passed somehow called before conclusion of test";
H A Dgtest-internal-inl.h554 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc325 return test_case->should_run() && test_case->Passed();
2763 if (test_info.result()->Passed()) {
2815 if (!test_info.should_run() || test_info.result()->Passed()) {
2841 if (!unit_test.Passed()) {
3326 unit_test.Passed()));
3339 unit_test.Passed(),
3349 test_case.Passed(),
3360 (test_info.result())->Passed(),
3672 bool UnitTest::Passed() const { return impl()->Passed(); } function in class:testing::UnitTest
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h524 bool Passed() const { return !Failed(); } function in class:testing::TestResult
791 bool Passed() const { return !Failed(); } function in class:testing::TestCase
847 return test_info->should_run() && test_info->result()->Passed();
1159 bool Passed() const;
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc337 virtual bool Passed(bool status_ok);
490 bool DeathTestImpl::Passed(bool status_ok) { function in class:testing::internal::DeathTestImpl
532 << "DeathTest::Passed somehow called before conclusion of test";

Completed in 806 milliseconds

12