Searched defs:Failed (Results 26 - 50 of 58) sorted by relevance

123

/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h554 bool Passed() const { return !Failed(); }
558 bool Failed() const { function in class:testing::internal::UnitTestImpl
559 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
645 << "Failed to get the current working directory.";
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc1234 return; // Failed to init print page settings.
1287 print_preview_context_.Failed(notify_browser_of_print_failure_);
1918 void PrintWebViewHelper::PrintPreviewContext::Failed(bool report_error) { function in class:printing::__anon1835::PrintWebViewHelper::PrintPreviewContext
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc1260 return; // Failed to init print page settings.
1309 print_preview_context_.Failed(notify_browser_of_print_failure_);
1877 void PrintWebViewHelper::PrintPreviewContext::Failed(bool report_error) { function in class:printing::__anon5835::PrintWebViewHelper::PrintPreviewContext
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h540 bool Passed() const { return !Failed(); }
543 bool Failed() const;
827 bool Passed() const { return !Failed(); }
830 bool Failed() const { return failed_test_count() > 0; } function in class:testing::TestCase
892 return test_info->should_run() && test_info->result()->Failed();
1230 bool Failed() const;
1879 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")
1884 GTEST_MESSAGE_AT_(file, line, "Failed", \
1888 #define GTEST_FAIL() GTEST_FATAL_FAILURE_("Failed")
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h576 bool Passed() const { return !Failed(); }
580 bool Failed() const { function in class:testing::internal::UnitTestImpl
581 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
667 << "Failed to get the current working directory.";
H A Dgtest.cc341 return test_case->should_run() && test_case->Failed();
2131 bool TestResult::Failed() const { function in class:testing::TestResult
3087 if (test_info.result()->Failed())
4011 bool UnitTest::Failed() const { return impl()->Failed(); } function in class:testing::UnitTest
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h524 bool Passed() const { return !Failed(); }
527 bool Failed() const;
791 bool Passed() const { return !Failed(); }
794 bool Failed() const { return failed_test_count() > 0; } function in class:testing::TestCase
852 return test_info->should_run() && test_info->result()->Failed();
1163 bool Failed() const;
1732 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")
1737 GTEST_MESSAGE_AT_(file, line, "Failed", \
1741 #define GTEST_FAIL() GTEST_FATAL_FAILURE_("Failed")
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h555 bool Passed() const { return !Failed(); }
559 bool Failed() const { function in class:testing::internal::UnitTestImpl
560 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
646 << "Failed to get the current working directory.";
H A Dgtest.cc330 return test_case->should_run() && test_case->Failed();
1853 bool TestResult::Failed() const { function in class:testing::TestResult
2797 if (test_info.result()->Failed())
3704 bool UnitTest::Failed() const { return impl()->Failed(); } function in class:testing::UnitTest
/external/clang/include/clang/Sema/
H A DInitialization.h918 LLVM_EXPLICIT operator bool() const { return !Failed(); }
921 bool Failed() const { return SequenceKind == FailedSequence; } function in class:clang::InitializationSequence
1102 assert(Failed() && "Not an initialization failure!");
/external/clang/lib/AST/
H A DDeclCXX.cpp2115 bool Failed) {
2117 RParenLoc, Failed);
2110 Create(ASTContext &C, DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
/external/clang/lib/Lex/
H A DModuleMap.cpp1998 bool Failed = false; local
2003 Failed = true;
2008 if (!Failed && ActiveModule->IsAvailable &&
2011 Failed = true;
2015 if (!Failed && ActiveModule->InferSubmodules) {
2020 Failed = true;
2034 if (Failed) {
/external/gtest/include/gtest/
H A Dgtest.h516 bool Passed() const { return !Failed(); }
519 bool Failed() const;
803 bool Passed() const { return !Failed(); }
806 bool Failed() const { return failed_test_count() > 0; } function in class:testing::TestCase
868 return test_info->should_run() && test_info->result()->Failed();
1206 bool Failed() const;
1863 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")
1868 GTEST_MESSAGE_AT_(file, line, "Failed", \
1872 #define GTEST_FAIL() GTEST_FATAL_FAILURE_("Failed")
/external/gtest/src/
H A Dgtest-internal-inl.h576 bool Passed() const { return !Failed(); }
580 bool Failed() const { function in class:testing::internal::UnitTestImpl
581 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
667 << "Failed to get the current working directory.";
H A Dgtest.cc337 return test_case->should_run() && test_case->Failed();
1847 bool TestResult::Failed() const { function in class:testing::TestResult
2800 if (test_info.result()->Failed())
3728 bool UnitTest::Failed() const { return impl()->Failed(); } function in class:testing::UnitTest
/external/llvm/lib/Support/
H A DYAMLParser.cpp282 if (!Failed)
284 Failed = true;
293 return Failed;
499 bool Failed; member in class:llvm::yaml::Scanner
710 , Failed(false) {
728 , Failed(false) {
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h524 bool Passed() const { return !Failed(); }
527 bool Failed() const;
791 bool Passed() const { return !Failed(); }
794 bool Failed() const { return failed_test_count() > 0; } function in class:testing::TestCase
852 return test_info->should_run() && test_info->result()->Failed();
1164 bool Failed() const;
1735 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")
1740 GTEST_MESSAGE_AT_(file, line, "Failed", \
1744 #define GTEST_FAIL() GTEST_FATAL_FAILURE_("Failed")
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h524 bool Passed() const { return !Failed(); }
527 bool Failed() const;
791 bool Passed() const { return !Failed(); }
794 bool Failed() const { return failed_test_count() > 0; } function in class:testing::TestCase
852 return test_info->should_run() && test_info->result()->Failed();
1163 bool Failed() const;
1732 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")
1737 GTEST_MESSAGE_AT_(file, line, "Failed", \
1741 #define GTEST_FAIL() GTEST_FATAL_FAILURE_("Failed")
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h555 bool Passed() const { return !Failed(); }
559 bool Failed() const { function in class:testing::internal::UnitTestImpl
560 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
646 << "Failed to get the current working directory.";
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1637 Failed, enumerator in enum:__anon28528
/external/protobuf/gtest/include/gtest/
H A Dgtest.h426 bool Passed() const { return !Failed(); }
429 bool Failed() const;
654 bool Passed() const { return !Failed(); }
657 bool Failed() const { return failed_test_count() > 0; } function in class:testing::TestCase
1009 bool Failed() const;
1576 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")
1579 #define FAIL() GTEST_FATAL_FAILURE_("Failed")
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h794 bool Passed() const { return !Failed(); }
798 bool Failed() const { function in class:testing::internal::UnitTestImpl
799 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
883 << "Failed to get the current working directory.";
/external/chromium_org/third_party/libxml/src/
H A Druntest.c1664 fprintf(stderr, "Failed to write to %s\n", temp);
1685 fprintf(stderr, "Failed to parse %s\n", filename);
1818 fprintf(stderr, "Failed to load %s\n", filename);
1861 fprintf(stderr, "Failed to parse %s\n", filename);
1915 fprintf(stderr, "Failed to load %s\n", filename);
2220 fprintf(stderr, "Failed to parse %s\n", filename);
2252 fprintf(stderr, "Failed to load %s\n", filename);
2420 fprintf(stderr, "Failed to load %s\n", filename);
2468 fprintf(stderr, "Failed to load %s\n", filename);
2514 fprintf(stderr, "Failed t
3885 static const char *Failed = "Failed"; variable
[all...]
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1289 bool Failed = PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true); local
1290 if (!Failed)
/external/clang/include/clang/AST/
H A DDeclCXX.h3100 SourceLocation RParenLoc, bool Failed)
3102 AssertExprAndFailed(AssertExpr, Failed), Message(Message),
3109 SourceLocation RParenLoc, bool Failed);
3098 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument

Completed in 3505 milliseconds

123