Home
last modified time | relevance | path

Searched refs:showProgress (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRTransforms.java53 return showProgress; in getShowProgress()
56 public CLDRTransforms setShowProgress(Appendable showProgress) { in setShowProgress() argument
57 this.showProgress = showProgress; in setShowProgress()
89 …isterCldrTransforms(String dir, String namesMatchingRegex, Appendable showProgress, boolean keepDa… in registerCldrTransforms() argument
95 r.showProgress = showProgress; in registerCldrTransforms()
419 if (showProgress != null) { in internalRegisterNoReverseId()
438 if (showProgress != null) { in internalRegisterNoReverseId()
449 if (showProgress != null) { in internalRegisterNoReverseId()
459 Appendable showProgress; field in CLDRTransforms
463 if (showProgress == null) { in append()
[all …]
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp101 bool showProgress, bool &isCorrupt, UString &errorMessage) in ExtractArchive() argument
115 if (showProgress) in ExtractArchive()
DSfxSetup.cpp174 bool showProgress = true; in WinMain() local
188 showProgress = false; in WinMain()
230 HRESULT result = ExtractArchive(codecs, fullPath, tempDirPath, showProgress, in WinMain()
DExtractEngine.h9 bool showProgress, bool &isCorrupt, UString &errorMessage);
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowPathHeaderDescriptions.java134 showProgress(done, valueToKey); in showDescriptions()
145 …private static void showProgress(Set<String> done, Multimap<String, R3<SectionId, PageId, String>>… in showProgress() method in ShowPathHeaderDescriptions