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

  /external/llvm/tools/llvm-cov/
CoverageSummaryInfo.h 47 bool isFullyCovered() const { return Covered == NumRegions; }
85 bool isFullyCovered() const { return Covered == (NumLines - NonCodeLines); }
113 bool isFullyCovered() const { return Executed == NumFunctions; }
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MotionIndicatorView.java 341 * ROTATE2D mode, it is the same as isFullyCovered().
360 return isFullyCovered();
369 public boolean isFullyCovered() {

Completed in 69 milliseconds