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

  /external/lzma/Java/SevenZip/
ICodeProgress.java 5 public void SetProgress(long inSize, long outSize);
LzmaBench.java 202 public void SetProgress(long inSize, long outSize)
  /bootable/recovery/
stub_ui.h 33 void SetProgress(float /* fraction */) override {}
ui.h 75 virtual void SetProgress(float fraction) = 0;
screen_ui.h 57 void SetProgress(float fraction) override;
install.cpp 447 ui->SetProgress(fraction);
719 std::bind(&RecoveryUI::SetProgress, ui, std::placeholders::_1));
screen_ui.cpp 710 void ScreenRecoveryUI::SetProgress(float fraction) {
recovery.cpp     [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.h 45 void SetProgress(UInt64 total, UInt64 completed)
  /external/lzma/CS/7zip/
ICoder.cs 34 void SetProgress(Int64 inSize, Int64 outSize);
  /build/make/tools/releasetools/
edify_generator.py 164 'dur' seconds. 'dur' may be zero to advance it via SetProgress
168 def SetProgress(self, frac):
ota_from_target_files     [all...]
ota_from_target_files.py     [all...]
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.cpp 69 ProgressDialog.Sync.SetProgress(size, 0);
  /frameworks/native/cmds/dumpstate/
dumpstate.h 269 void SetProgress(std::unique_ptr<Progress> progress);
utils.cpp 232 void Dumpstate::SetProgress(std::unique_ptr<Progress> progress) {
    [all...]
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 170 void SetProgress(long progress, long initial_max, long threshold = 0) {
348 SetProgress(0, 30);
385 SetProgress(0, 8, 5); // 8 max, 5 threshold
585 SetProgress(0, 30);
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 152 public void SetProgress(Int64 inSize, Int64 outSize)
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java     [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlobj.h 969 STDMETHOD(SetProgress) (THIS_ DWORD dwCompleted, DWORD dwTotal) PURE;
    [all...]

Completed in 788 milliseconds