Searched defs:shouldInvert (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp796 bool shouldInvert = false; local
807 shouldInvert = !isVarLHS && isVarRHS;
827 Out << "Assuming " << (shouldInvert ? RhsString : LhsString) << " is ";
830 if (shouldInvert)
863 Out << (shouldInvert ? LhsString : RhsString);
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp1125 bool shouldInvert = (value == "true"); local
1126 TilesManager::instance()->setInvertedScreen(shouldInvert);

Completed in 135 milliseconds