Searched defs:percentage (Results 1 – 15 of 15) sorted by relevance
23 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
38 oneway void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
36 oneway void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
32 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
37 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in DisplayAccumulatedOverhead() local50 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in DisplaySelfOverhead() local143 double percentage = 100.0 * (node->period + node->children_period) / parent_period; in DisplayCallGraphEntry() local
336 double percentage = 0; in ReportProcessInfo() member402 double percentage = 100.0 * thread->spin_info.max_rate; in ReportProcessInfo() local
675 double percentage = 0.0; in PrintSlabReportContext() local
53 def __init__(self, percentage, function_name): argument
393 double percentage = 0.0; in OnMergePercentageUpdate() local
212 double percentage = handlers_->GetMergePercentage(); in Receivemsg() local
276 double percentage = 0.0; in GetMergePercentage() local
740 double percentage = handlers_->GetMergePercentage(); in CheckMergeCompletion() local
197 int percentage = (progress.bytes_processed * 100) / progress.total_bytes; in Display() local
80 off64_t CalculateZramSize(int percentage) { in CalculateZramSize()