OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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; }
83
bool
isFullyCovered
() const { return Covered == (NumLines - NonCodeLines); }
109
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 121 milliseconds