Searched defs:percentage (Results 1 – 12 of 12) sorted by relevance
23 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
36 oneway void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
20 oneway void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
30 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
36 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in DisplayAccumulatedOverhead() local49 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in DisplaySelfOverhead() local142 double percentage = 100.0 * (node->period + node->children_period) / parent_period; in DisplayCallGraphEntry() local
332 double percentage = 0; in ReportProcessInfo() member398 double percentage = 100.0 * thread->spin_info.max_rate; in ReportProcessInfo() local
663 double percentage = 0.0; in PrintSlabReportContext() local
66 int percentage = staging_pair.percentage; in GetStagingSchedule() local
52 def __init__(self, percentage, function_name): argument
351 double percentage = 0.0; in OnMergePercentageUpdate() local
159 int percentage = (progress.bytes_processed * 100) / progress.total_bytes; in Display() local
79 off64_t CalculateZramSize(int percentage) { in CalculateZramSize()