Searched defs:Passed (Results 1 - 25 of 38) sorted by relevance

12

/external/libchrome/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
372 // bound to a Callback. We guard this explicitly at the call of Passed()
373 // to make for clear errors. Things not given to Passed() will be forwarded
395 // Specialize PassedWrapper for std::unique_ptr used by base::Passed()
692 static inline internal::PassedWrapper<T> Passed(T&& scoper) { function in namespace:base
698 static inline internal::PassedWrapper<T> Passed(T* scoper) { function in namespace:base
[all...]
/external/libweave/third_party/chromium/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
372 // bound to a Callback. We guard this explicitly at the call of Passed()
373 // to make for clear errors. Things not given to Passed() will be forwarded
620 // We offer 2 syntaxes for calling Passed()
631 static inline internal::PassedWrapper<T> Passed(T&& scoper) { function in namespace:base
637 static inline internal::PassedWrapper<T> Passed(T* scoper) { function in namespace:base
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc848 // The value a MockDeathTest will return from its Passed method.
855 // The arguments to the calls to Passed since the last call to
888 virtual bool Passed(bool exit_status_ok) { function in class:MockDeathTest
1000 // and that the Passed method returns false when the (simulated)
1015 // Tests that the Passed method was given the argument "true" when
/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/protobuf/gtest/src/
H A Dgtest-death-test.cc324 virtual bool Passed(bool status_ok);
447 bool DeathTestImpl::Passed(bool status_ok) { function in class:testing::internal::DeathTestImpl
484 << "DeathTest::Passed somehow called before conclusion of test";
H A Dgtest-internal-inl.h623 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc729 // The value a MockDeathTest will return from its Passed method.
736 // The arguments to the calls to Passed since the last call to
769 virtual bool Passed(bool exit_status_ok) { function in class:MockDeathTest
880 // and that the Passed method returns false when the (simulated)
895 // Tests that the Passed method was given the argument "true" when
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-death-test_test.cc912 // The value a MockDeathTest will return from its Passed method.
919 // The arguments to the calls to Passed since the last call to
952 virtual bool Passed(bool exit_status_ok) { function in class:MockDeathTest
1064 // and that the Passed method returns false when the (simulated)
1079 // Tests that the Passed method was given the argument "true" when
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h525 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();
1166 bool Passed() const;
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc375 virtual bool Passed(bool status_ok);
528 bool DeathTestImpl::Passed(bool status_ok) { function in class:testing::internal::DeathTestImpl
570 << "DeathTest::Passed somehow called before conclusion of test";
H A Dgtest-internal-inl.h569 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc326 return test_case->should_run() && test_case->Passed();
2789 if (test_info.result()->Passed()) {
2840 if (!test_info.should_run() || test_info.result()->Passed()) {
2866 if (!unit_test.Passed()) {
3379 unit_test.Passed()));
3392 unit_test.Passed(),
3402 test_case.Passed(),
3413 (test_info.result())->Passed(),
3731 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()) +
/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();
1161 bool Passed() const;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc340 bool Passed(bool status_ok) override;
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.h558 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
/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";
H A Dgtest-internal-inl.h555 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
/external/protobuf/gtest/include/gtest/
H A Dgtest.h505 bool Passed() const { return !Failed(); } function in class:testing::TestResult
733 bool Passed() const { return !Failed(); } function in class:testing::TestCase
1084 bool Passed() const;
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/vulkan-validation-layers/tests/gtest-1.7.0/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()) +

Completed in 606 milliseconds

12