Home
last modified time | relevance | path

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

/system/update_engine/binder_bindings/android/os/
DIUpdateEngineCallback.aidl23 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
/system/update_engine/stable/aidl_api/libupdate_engine_stable/1/android/os/
DIUpdateEngineStableCallback.aidl36 oneway void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
/system/update_engine/stable/aidl_api/libupdate_engine_stable/current/android/os/
DIUpdateEngineStableCallback.aidl20 oneway void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
/system/update_engine/stable/android/os/
DIUpdateEngineStableCallback.aidl30 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
/system/extras/simpleperf/
DSampleDisplayer.h36 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in DisplayAccumulatedOverhead() local
49 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in DisplaySelfOverhead() local
142 double percentage = 100.0 * (node->period + node->children_period) / parent_period; in DisplayCallGraphEntry() local
Dcmd_trace_sched.cpp332 double percentage = 0; in ReportProcessInfo() member
398 double percentage = 100.0 * thread->spin_info.max_rate; in ReportProcessInfo() local
Dcmd_kmem.cpp663 double percentage = 0.0; in PrintSlabReportContext() local
/system/update_engine/update_manager/
Dstaging_utils.cc66 int percentage = staging_pair.percentage; in GetStagingSchedule() local
/system/extras/simpleperf/scripts/
Dreport.py52 def __init__(self, percentage, function_name): argument
/system/update_engine/aosp/
Dcleanup_previous_update_action.cc351 double percentage = 0.0; in OnMergePercentageUpdate() local
/system/gsid/
Dgsi_tool.cpp159 int percentage = (progress.bytes_processed * 100) / progress.total_bytes; in Display() local
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp79 off64_t CalculateZramSize(int percentage) { in CalculateZramSize()