Home
last modified time | relevance | path

Searched defs:percentage (Results 1 – 15 of 15) 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/2/android/os/
DIUpdateEngineStableCallback.aidl38 oneway 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.aidl38 oneway void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
/system/update_engine/stable/android/os/
DIUpdateEngineStableCallback.aidl32 void onStatusUpdate(int status_code, float percentage); in onStatusUpdate()
/system/extras/simpleperf/
DSampleDisplayer.h37 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in DisplayAccumulatedOverhead() local
50 double percentage = (total_period != 0) ? 100.0 * period / total_period : 0.0; in DisplaySelfOverhead() local
143 double percentage = 100.0 * (node->period + node->children_period) / parent_period; in DisplayCallGraphEntry() local
Dcmd_trace_sched.cpp336 double percentage = 0; in ReportProcessInfo() member
402 double percentage = 100.0 * thread->spin_info.max_rate; in ReportProcessInfo() local
Dcmd_kmem.cpp675 double percentage = 0.0; in PrintSlabReportContext() local
/system/extras/simpleperf/scripts/
Dreport.py53 def __init__(self, percentage, function_name): argument
/system/update_engine/aosp/
Dcleanup_previous_update_action.cc393 double percentage = 0.0; in OnMergePercentageUpdate() local
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_server.cpp212 double percentage = handlers_->GetMergePercentage(); in Receivemsg() local
Dhandler_manager.cpp276 double percentage = 0.0; in GetMergePercentage() local
Dsnapuserd_test.cpp740 double percentage = handlers_->GetMergePercentage(); in CheckMergeCompletion() local
/system/gsid/
Dgsi_tool.cpp197 int percentage = (progress.bytes_processed * 100) / progress.total_bytes; in Display() local
/system/core/fs_mgr/libfstab/
Dfstab.cpp80 off64_t CalculateZramSize(int percentage) { in CalculateZramSize()