Searched refs:percent (Results 1 – 6 of 6) sorted by relevance
32 private static void display(String description, long percent) { in display() argument33 System.out.print(String.format("\r[ %3d%% ] %s ...", percent, description)); in display()
460 double percent = 100.0d*((double)failures/(double)iters);462 + " (" + Double.toString(percent) + "%) tests failed!");
11 * [libfieldnull](./field-null-percent)
687 percent = (test_count * 100) / total_test_count689 percent,
33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
808 double percent = 100.0 * stats.Value() / total; in DumpStats() local813 << std::setw(8) << std::fixed << std::setprecision(1) << percent << "%\n"; in DumpStats()2679 double percent = PercentOfObjectBytes(sizes_and_count.second.bytes); in Dump() local2683 sizes_and_count.second.count, average, percent); in Dump()