Home
last modified time | relevance | path

Searched refs:ProgressReport (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/cli/
H A Dprogress_report.rs7 pub(crate) struct ProgressReport { struct
17 impl ProgressReport { argument
18 pub(crate) fn new(len: u64) -> ProgressReport { in new() argument
19 ProgressReport { in new()
29 pub(crate) fn hidden() -> ProgressReport { in hidden()
30 ProgressReport { in hidden()
H A Danalysis_stats.rs34 progress_report::ProgressReport,
193 Verbosity::Quiet | Verbosity::Spammy => ProgressReport::hidden(), in run_inference()
194 _ if self.parallel => ProgressReport::hidden(), in run_inference()
195 _ => ProgressReport::new(funcs.len() as u64), in run_inference()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/
H A Dprogress_report.rs7 pub(crate) struct ProgressReport { struct
17 impl ProgressReport { argument
18 pub(crate) fn new(len: u64) -> ProgressReport { in new() argument
19 ProgressReport { in new()
29 pub(crate) fn hidden() -> ProgressReport { in hidden()
30 ProgressReport { in hidden()
H A Danalysis_stats.rs34 progress_report::ProgressReport,
193 Verbosity::Quiet | Verbosity::Spammy => ProgressReport::hidden(), in run_inference()
194 _ if self.parallel => ProgressReport::hidden(), in run_inference()
195 _ => ProgressReport::new(funcs.len() as u64), in run_inference()
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBveApi/Packages/
H A DPackages.cs259 OnProgressChanged(null, new ProgressReport((int) ((double) i / j * 100), archiveEntry.Key)); in ExtractPackage()
349 … new ProgressReport((int) ((double) fileToAdd/packageFiles.Count*100), currentFile.absolutePath)); in CreatePackage()
544 public static event EventHandler<ProgressReport> ProgressChanged;
547 public static void OnProgressChanged(object sender, ProgressReport progressReport) in OnProgressChanged()
582 public class ProgressReport : EventArgs class
589 public ProgressReport(int progress, string file) in ProgressReport() method in OpenBveApi.Packages.ProgressReport
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/streamtest/
H A Dpresenter.hpp143 ProgressReport(); in Process()
149 void ProgressReport() in ProgressReport() function in CSeqEntryPresenter
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/progress/
H A DProgressReporter.java286 latestProgressReport = new ProgressReport(); in updateAndNotify()
721 latestProgressReport = new ProgressReport(); in getProgressReport()
743 public class ProgressReport class in ProgressReporter
795 private ProgressReport() { in ProgressReport() method in ProgressReporter.ProgressReport
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DMapThemeDownloadDialog.cpp43 ProgressReport enumerator
138 progressBarOption.rect = position( ProgressReport, option ); in paint()
334 case ProgressReport: in position()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_scene_obj/
H A Dexport_obj.py28 ProgressReport,
255 progress=ProgressReport(),
677 with ProgressReport(context.window_manager) as progress:
H A Dimport_obj.py42 from bpy_extras.wm_utils.progress_report import ProgressReport
959 with ProgressReport(context.window_manager) as progress:
/dports/graphics/blender/blender-2.91.0/release/scripts/modules/bpy_extras/wm_utils/
H A Dprogress_report.py24 class ProgressReport: class
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/profiler/
H A Dheap-snapshot-generator.h317 virtual bool ProgressReport(bool force) = 0;
507 bool ProgressReport(bool force = false) override;
H A Dheap-snapshot-generator.cc1527 if (!progress_->ProgressReport(false)) interrupted = true; in IterateAndExtractReferences()
1531 return interrupted ? false : progress_->ProgressReport(true); in IterateAndExtractReferences()
2060 if (!ProgressReport(true)) return false; in GenerateSnapshot()
2068 bool HeapSnapshotGenerator::ProgressReport(bool force) { in ProgressReport() function in v8::internal::HeapSnapshotGenerator
/dports/www/node10/node-v10.24.1/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h332 virtual bool ProgressReport(bool force) = 0;
563 bool ProgressReport(bool force = false);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/profiler/
H A Dheap-snapshot-generator.h330 virtual bool ProgressReport(bool force) = 0;
528 bool ProgressReport(bool force = false) override;
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/Game/Menu/
H A DMenu.Route.cs201 private static void OnWorkerProgressChanged(object sender, ProgressReport e) in OnWorkerProgressChanged()
/dports/lang/v8/v8-9.6.180.12/src/profiler/
H A Dheap-snapshot-generator.h340 virtual bool ProgressReport(bool force) = 0;
562 bool ProgressReport(bool force = false) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/examples/
H A Dcwebp.c509 static int ProgressReport(int percent, const WebPPicture* const picture) { in ProgressReport() function
977 picture.progress_hook = (show_progress && !quiet) ? ProgressReport : NULL; in main()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/examples/
H A Dcwebp.c509 static int ProgressReport(int percent, const WebPPicture* const picture) { in ProgressReport() function
978 picture.progress_hook = (show_progress && !quiet) ? ProgressReport : NULL; in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/examples/
H A Dcwebp.c507 static int ProgressReport(int percent, const WebPPicture* const picture) { in ProgressReport() function
967 picture.progress_hook = (show_progress && !quiet) ? ProgressReport : NULL; in main()
/dports/graphics/webp/libwebp-1.2.1/examples/
H A Dcwebp.c509 static int ProgressReport(int percent, const WebPPicture* const picture) { in ProgressReport() function
978 picture.progress_hook = (show_progress && !quiet) ? ProgressReport : NULL; in main()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/examples/
H A Dcwebp.c509 static int ProgressReport(int percent, const WebPPicture* const picture) { in ProgressReport() function
978 picture.progress_hook = (show_progress && !quiet) ? ProgressReport : NULL; in main()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/examples/
H A Dcwebp.c503 static int ProgressReport(int percent, const WebPPicture* const picture) { in ProgressReport() function
961 picture.progress_hook = (show_progress && !quiet) ? ProgressReport : NULL; in main()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/examples/
H A Dcwebp.c509 static int ProgressReport(int percent, const WebPPicture* const picture) { in ProgressReport() function
978 picture.progress_hook = (show_progress && !quiet) ? ProgressReport : NULL; in main()
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c1470 void ProgressReport(char *format, int iArg1, int iArg2, int iArg3, int iArg4);
2073 ProgressReport("Read alignment",0,0,0,0); in main()
2087 ProgressReport("Hashed the names",0,0,0,0); in main()
2131 ProgressReport("Identified unique sequences",0,0,0,0); in main()
2144 ProgressReport("Read the constraints",0,0,0,0); in main()
2502 void ProgressReport(char *format, int i1, int i2, int i3, int i4) { in ProgressReport() function
2785 ProgressReport("Joined %6d of %6d", nJoinsDone, NJ->nSeq-3, 0, 0); in FastNJ()
6110 ProgressReport("Optimizing alpha round %d", i+1, 0, 0, 0); in RescaleGammaLogLk()
6711 ProgressReport("SPR round %3d of %3d, %d of %d nodes", in SPR()
7735 ProgressReport("Top hits for %6d of %6d seqs (at seed %6d)", in SetAllLeafTopHits()
[all …]

12