Home
last modified time | relevance | path

Searched defs:percentage (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/binder_bindings/android/os/
DIUpdateEngineCallback.aidl20 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
/system/extras/simpleperf/
Dreport.py43 def __init__(self, percentage, function_name): argument
Dcmd_report.cpp79 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in Show() local
96 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in Show() local
766 double percentage = 100.0 * (node->period + node->children_period) / parent_period; in PrintCallGraphEntry() local
/system/core/fs_mgr/
Dfs_mgr_fstab.c96 static uint64_t calculate_zram_size(unsigned int percentage) in calculate_zram_size()