Home
last modified time | relevance | path

Searched defs:SetProgress (Results 1 – 5 of 5) sorted by relevance

/external/lzma/Java/SevenZip/
DICodeProgress.java5 public void SetProgress(long inSize, long outSize); in SetProgress() method
DLzmaBench.java202 public void SetProgress(long inSize, long outSize) in SetProgress() method in LzmaBench.CProgressInfo
/external/lzma/CS/7zip/
DICoder.cs34 void SetProgress(Int64 inSize, Int64 outSize); in SetProgress() method
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h45 void SetProgress(UInt64 total, UInt64 completed) in SetProgress() function
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs152 public void SetProgress(Int64 inSize, Int64 outSize) in SetProgress() method in SevenZip.LzmaBench.CProgressInfo