HomeSort by relevance Sort by last modified time
    Searched defs:Assertion (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/
logging_chrome_uitest.cc 82 // Initial loads will never complete due to assertion.
85 // We're testing the renderer rather than the browser assertion here,
86 // because the browser assertion would flunk the test during SetUp()
92 // Launch the app in assertion test mode, then close the app.
95 #define Assertion DISABLED_Assertion
98 #define Assertion DISABLED_Assertion
100 TEST_F(AssertionTest, Assertion) {
117 // Initial loads will never complete due to assertion.
120 // We're testing the renderer rather than the browser assertion here,
121 // because the browser assertion would flunk the test during SetUp(
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp 54 return "Missing assertion argument";
60 const Expr *Assertion = CE->getArg(0);
61 SVal AssertionVal = State->getSVal(Assertion, LC);

Completed in 139 milliseconds