HomeSort by relevance Sort by last modified time
    Searched defs:UpdateProgress (Results 1 - 6 of 6) 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 148 br_->UpdateProgress(line_message_, progress, total);
262 void Bugreport::UpdateProgress(const std::string& message, int progress, int total) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h     [all...]

Completed in 88 milliseconds