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

1 2

  /external/libchrome/base/
bind_helpers.h 15 // 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()
    [all...]
  /external/libweave/third_party/chromium/base/
bind_helpers.h 15 // 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(). The first takes an rvalue an
    [all...]
  /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...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc 890 int status, bool passed);
912 // The value a MockDeathTest will return from its Passed method.
919 // The arguments to the calls to Passed since the last call to
938 TestRole role, int status, bool passed) :
939 parent_(parent), role_(role), status_(status), passed_(passed) {
952 virtual bool Passed(bool exit_status_ok) {
984 int status, bool passed) {
988 passed_ = passed;
1064 // and that the Passed method returns false when the (simulated)
    [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...]
  /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...]
  /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 557 // Returns true iff the unit test passed (i.e. all test cases passed).
558 bool Passed() const { return !Failed(); }
    [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...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /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...]
  /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...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]

Completed in 693 milliseconds

1 2