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

1 2 3

  /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()
32 // When the callback is called, the object is passed as a raw pointer.
122 // EXAMPLE OF Passed():
132 // Closure cb = Bind(&TakesOwnership, Passed(&f));
139 // cb = Bind(&TakesOwnership, Passed(CreateFoo()));
146 // Passed() is particularly useful with PostTask() when you are transferring
255 // bound to a Callback. We guard this explicitly at the call of Passed()
256 // to make for clear errors. Things not given to Passed() will be forwarde
    [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/googletest/googletest/test/
gtest-death-test_test.cc 889 int status, bool passed);
911 // The value a MockDeathTest will return from its Passed method.
918 // The arguments to the calls to Passed since the last call to
937 TestRole role, int status, bool passed) :
938 parent_(parent), role_(role), status_(status), passed_(passed) {
951 virtual bool Passed(bool exit_status_ok) {
983 int status, bool passed) {
987 passed_ = passed;
1063 // and that the Passed method returns false when the (simulated)
    [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/v8/testing/gtest/test/
gtest-death-test_test.cc 889 int status, bool passed);
911 // The value a MockDeathTest will return from its Passed method.
918 // The arguments to the calls to Passed since the last call to
937 TestRole role, int status, bool passed) :
938 parent_(parent), role_(role), status_(status), passed_(passed) {
951 virtual bool Passed(bool exit_status_ok) {
983 int status, bool passed) {
987 passed_ = passed;
1063 // and that the Passed method returns false when the (simulated)
    [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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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/googletest/googletest/src/
gtest-death-test.cc 388 virtual bool Passed(bool status_ok);
541 bool DeathTestImpl::Passed(bool status_ok) {
583 << "DeathTest::Passed somehow called before conclusion of test";
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 388 virtual bool Passed(bool status_ok);
541 bool DeathTestImpl::Passed(bool status_ok) {
583 << "DeathTest::Passed somehow called before conclusion of test";
    [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 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/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/swiftshader/third_party/LLVM/utils/unittest/googletest/
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...]
  /external/swiftshader/third_party/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/v8/testing/gtest/src/
gtest-death-test.cc 386 virtual bool Passed(bool status_ok);
539 bool DeathTestImpl::Passed(bool status_ok) {
581 << "DeathTest::Passed somehow called before conclusion of test";
    [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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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/googletest/googletest/include/gtest/
gtest.h 538 // Returns true iff the test passed (i.e. no test part failed).
539 bool Passed() const { return !Failed(); }
834 // Returns true iff the test case passed.
835 bool Passed() const { return !Failed(); }
893 // Returns true iff test passed.
895 return test_info->should_run() && test_info->result()->Passed();
    [all...]

Completed in 1100 milliseconds

1 2 3