Searched refs:_percent (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.h | 22 CPercentPrinter _percent; variable 24 bool NeedPercents() const { return _percent._so != NULL; } in NeedPercents() 29 _percent.ClosePrint(true); in ClosePercentsAndFlush() 39 _percent._so = percentStream; in Init() 42 void SetWindowWidth(unsigned width) { _percent.MaxLen = width - 1; } in SetWindowWidth() 51 _percent.ClosePrint(true); in CloseScanning() 77 if (NeedPercents() && _so == _percent._so) in ClosePercents_for_so() 78 _percent.ClosePrint(false); in ClosePercents_for_so() 84 _percent.ClosePrint(true); in ClosePercentsAndFlush() 140 void SetWindowWidth(unsigned width) { _percent.MaxLen = width - 1; } in SetWindowWidth()
|
D | HashCon.cpp | 30 _percent.ClearCurState(); in StartScanning() 31 _percent.Command = "Scan"; in StartScanning() 40 _percent.Files = st.NumDirs + st.NumFiles + st.NumAltStreams; in ScanProgress() 41 _percent.Completed = st.GetTotalBytes(); in ScanProgress() 42 _percent.FileName = fs2us(path); in ScanProgress() 43 _percent.Print(); in ScanProgress() 59 _percent.ClosePrint(true); in FinishScanning() 60 _percent.ClearCurState(); in FinishScanning() 79 _percent.Total = size; in SetTotal() 80 _percent.Print(); in SetTotal() [all …]
|
D | UpdateCallbackConsole.cpp | 162 _percent.Command = "Scan "; in StartScanning() 170 _percent.Files = st.NumDirs + st.NumFiles + st.NumAltStreams; in ScanProgress() 171 _percent.Completed = st.GetTotalBytes(); in ScanProgress() 172 _percent.FileName = fs2us(path); in ScanProgress() 173 _percent.Print(); in ScanProgress() 254 _percent.ClosePrint(true); in FinishScanning() 255 _percent.ClearCurState(); in FinishScanning() 305 PrintPropPair(s, "Files read from disk", _percent.Files); in FinishArchive() 363 _percent.ClearCurState(); in DeletingAfterArchiving() 369 _percent.Files++; in DeletingAfterArchiving() [all …]
|
D | OpenCallbackConsole.cpp | 28 _percent.Total = *files; in Open_SetTotal() 38 _percent.Total = *bytes; in Open_SetTotal() 44 _percent.Total = _totalBytes; in Open_SetTotal() 57 _percent.Files = *files; in Open_SetCompleted() 59 _percent.Completed = *files; in Open_SetCompleted() 65 _percent.Completed = *bytes; in Open_SetCompleted() 67 _percent.Print(); in Open_SetCompleted()
|
D | ExtractCallbackConsole.cpp | 41 _percent.Command = "Scan"; in StartScanning() 48 _percent.Files = st.NumDirs + st.NumFiles; in ScanProgress() 49 _percent.Completed = st.GetTotalBytes(); in ScanProgress() 50 _percent.FileName = fs2us(path); in ScanProgress() 51 _percent.Print(); in ScanProgress() 232 _percent.Total = size; in SetTotal() 233 _percent.Print(); in SetTotal() 245 _percent.Completed = *completeValue; in SetCompleted() 246 _percent.Print(); in SetCompleted() 363 _percent.FileName.Empty(); in PrepareOperation() [all …]
|
D | UpdateCallbackConsole.h | 32 CPercentPrinter _percent; 44 bool NeedPercents() const { return _percent._so != NULL; }; in NeedPercents() 62 void SetWindowWidth(unsigned width) { _percent.MaxLen = width - 1; } in SetWindowWidth() 70 _percent._so = percentStream; in Init() 76 _percent.ClosePrint(true); in ClosePercents2() 81 if (NeedPercents() && _so == _percent._so) in ClosePercents_for_so() 82 _percent.ClosePrint(false); in ClosePercents_for_so()
|
D | OpenCallbackConsole.h | 15 CPercentPrinter _percent; 25 bool NeedPercents() const { return _percent._so != NULL; } in NeedPercents() 34 _percent.ClosePrint(true); in ClosePercents() 54 _percent._so = percentStream; in Init()
|
/external/ImageMagick/Magick++/lib/ |
D | Geometry.cpp | 76 _percent(false), in Geometry() 91 _percent(false), in Geometry() 107 _percent(geometry_._percent), in Geometry() 122 _percent(false), in Geometry() 139 _percent(false), in Geometry() 168 _percent=geometry_._percent; in operator =() 246 _percent=true; in operator =() 306 if (_percent) in operator std::string() 405 _percent = percent_; in percent() 410 return(_percent); in percent() [all …]
|
/external/autotest/client/site_tests/video_WebRtcCamera/ |
D | video_WebRtcCamera.py | 174 def _percent(num, total): function 181 value=_percent(num_black_frames, total_num_frames), 185 value=_percent(num_frozen_frames, total_num_frames),
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Geometry.h | 133 bool _percent; // Interpret width & height as percentages (%) variable
|