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

1 2

  /external/chromium_org/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
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(T scoper)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java 143 setTestResult(mProfileOwnerInstalled, provisioned ? TestResult.Passed : TestResult.Failed);
229 setTestResult(test, TestResult.Passed);
269 testSucceeds &= (aTest.getPassFailState() == TestResult.Passed);
334 Unknown, Failed, Passed
431 if (item.getPassFailState() == TestResult.Passed) {
  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc 885 int status, bool passed);
907 // The value a MockDeathTest will return from its Passed method.
914 // The arguments to the calls to Passed since the last call to
933 TestRole role, int status, bool passed) :
934 parent_(parent), role_(role), status_(status), passed_(passed) {
947 virtual bool Passed(bool exit_status_ok) {
979 int status, bool passed) {
983 passed_ = passed;
1059 // and that the Passed method returns false when the (simulated)
    [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/chromium_org/testing/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...]
gtest.cc 334 // Returns true iff the test case passed.
336 return test_case->should_run() && test_case->Passed();
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
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 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...]
gtest.cc 330 // Returns true iff the test case passed.
332 return test_case->should_run() && test_case->Passed();
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 340 virtual bool Passed(bool status_ok);
493 bool DeathTestImpl::Passed(bool status_ok) {
534 << "DeathTest::Passed somehow called before conclusion of test";
    [all...]
gtest-internal-inl.h 553 // Returns true iff the unit test passed (i.e. all test cases passed).
554 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/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...]
gtest.cc 323 // Returns true iff the test case passed.
325 return test_case->should_run() && test_case->Passed();
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 539 // Returns true iff the test passed (i.e. no test part failed).
540 bool Passed() const { return !Failed(); }
826 // Returns true iff the test case passed.
827 bool Passed() const { return !Failed(); }
885 // Returns true iff test passed.
887 return test_info->should_run() && test_info->result()->Passed();
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 2163 milliseconds

1 2