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

  /external/dng_sdk/source/
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);
dng_abort_sniffer.cpp 237 void dng_abort_sniffer::UpdateProgress (real64 /* fract */)
  /system/core/adb/
bugreport.h 45 virtual void UpdateProgress(const std::string& file_name, int progress_percentage);
bugreport.cpp 157 br_->UpdateProgress(line_message_, progress_percentage);
271 void Bugreport::UpdateProgress(const std::string& message, int progress_percentage) {
bugreport_test.cpp 125 MOCK_METHOD2(UpdateProgress, void(const std::string&, int));
144 EXPECT_CALL(br_, UpdateProgress(StrEq("generating " + file), progress_percentage));
  /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...]
  /external/vixl/tools/
threaded_tests.py 93 printer.UpdateProgress(start_time,
152 printer.UpdateProgress(start_time,
printer.py 107 def UpdateProgress(start_time, passed, failed, count, name, prefix = '',
  /frameworks/native/cmds/dumpstate/
dumpstate.h 276 void UpdateProgress(int32_t delta);
utils.cpp 564 UpdateProgress(WEIGHT_FILE);
688 UpdateProgress(options.Timeout());
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootMaintenance.c 485 UpdateProgress(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h     [all...]

Completed in 227 milliseconds