Searched defs:percent (Results 1 – 4 of 4) sorted by relevance
42 public double percent; field in CpuInfoItem.Row103 public void addRow(int pid, double percent, String name) { in addRow()
47 double percent = Double.parseDouble(m.group(1)); in parse() local
53 int percent = Integer.parseInt(m.group(8)); in parse() local
155 private fun percent(numerator: Int, denominator: Int): Int { in <lambda>() method in com.android.tools.metalava.AnnotationStatistics