Home
last modified time | relevance | path

Searched refs:progress_bar (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Ddisplay.py13 progress_bar = None
18 progress_bar = lit.ProgressBar.ProgressBar(tc, header)
21 progress_bar = lit.ProgressBar.SimpleProgressBar('Testing: ')
23 return Display(opts, tests, header, progress_bar)
71 def __init__(self, opts, tests, header, progress_bar): argument
76 tests) if progress_bar else None
77 self.progress_bar = progress_bar
83 if self.progress_bar:
84 self.progress_bar.update(0.0, '')
93 if self.progress_bar:
[all …]
/netbsd-src/sbin/fsck/
H A Dprogress.h41 void progress_bar(const char *, const char *, off_t, off_t);
H A Dprogress.c90 progress_bar(const char *dev, const char *label, off_t current, off_t total) in progress_bar() function
/netbsd-src/sbin/fsck_ffs/
H A Dpass1b.c78 progress_bar(cdevname(), "phase 1b", c, sblock->fs_ncg); in pass1b()
H A Dpass3.c74 progress_bar(cdevname(), preen ? NULL : "phase 3", in pass3()
H A Dpass4.c82 progress_bar(cdevname(), preen ? NULL : "phase 4", in pass4()
H A Dpass5.c214 progress_bar(cdevname(), preen ? NULL : "phase 5", in pass5()
H A Dpass1.c119 progress_bar(cdevname(), preen ? NULL : "phase 1", in pass1()
H A Dpass2.c158 progress_bar(cdevname(), preen ? NULL : "phase 2", in pass2()
/netbsd-src/usr.sbin/makefs/
H A Dv7fs.c188 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE); in progress()
/netbsd-src/sbin/newfs_v7fs/
H A Dnewfs_v7fs.c230 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE); in progress()
/netbsd-src/sbin/fsck_v7fs/
H A Dmain.c218 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE); in progress()
/netbsd-src/sbin/resize_ffs/
H A Dresize_ffs.c1040 progress_bar(special, "grow cg", in grow()
2030 progress_bar(special, "flush cg", in flush_cgs()
2082 progress_bar(special, "write sb", in write_sbs()