HomeSort by relevance Sort by last modified time
    Searched defs:UpdateProgress (Results 1 - 7 of 7) sorted by null

  /external/vixl/tools/
printer.py 107 def UpdateProgress(start_time, passed, failed, count, name, prefix = '',
  /external/dng_sdk/source/
dng_abort_sniffer.cpp 237 void dng_abort_sniffer::UpdateProgress (real64 /* fract */)
dng_abort_sniffer.h 151 virtual void UpdateProgress (real64 fract);
206 void UpdateProgress (real64 fract)
209 fSniffer->UpdateProgress (fract);
216 void UpdateProgress (uint32 done,
219 UpdateProgress ((real64) done /
227 UpdateProgress (1.0);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImageSavingTask.java 48 static class UpdateProgress implements Update {
111 UpdateProgress updateProgress = new UpdateProgress();
112 updateProgress.max = max;
113 updateProgress.current = current;
114 postUpdate(updateProgress);
142 if (message instanceof UpdateProgress) {
143 UpdateProgress progress = (UpdateProgress) message
    [all...]
  /system/core/adb/
bugreport.cpp 157 br_->UpdateProgress(line_message_, progress_percentage);
271 void Bugreport::UpdateProgress(const std::string& message, int progress_percentage) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootMaintenance.c 485 UpdateProgress(
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 564 UpdateProgress(WEIGHT_FILE);
688 UpdateProgress(options.Timeout());
    [all...]

Completed in 246 milliseconds