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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp618 bool shouldInvert = false; local
629 shouldInvert = !isVarLHS && isVarRHS;
649 Out << "Assuming " << (shouldInvert ? RhsString : LhsString) << " is ";
652 if (shouldInvert)
685 Out << (shouldInvert ? LhsString : RhsString);
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp1080 bool shouldInvert = (value == "true"); local
1081 TilesManager::instance()->setInvertedScreen(shouldInvert);

Completed in 181 milliseconds