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

  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
XmlReport.java 57 int totalMethods = 0;
63 totalMethods += pkgTotal;
94 totalMethods -= 1;
112 totalMethods -= 1;
129 + "numTotal=\"" + totalMethods + "\" "
131 + Math.round((float)totalCoveredMethods / totalMethods * 100.0f) + "\" />");
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 569 milliseconds