Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 25 of 232) sorted by relevance

12345678910

/openbsd-src/usr.sbin/pkg_add/OpenBSD/ProgressMeter/
H A DTerm.pm32 sub count_and($self, $progress, $done, $total, $method, @r)
35 $progress->show($$done, $total);
47 sub compute_count($progress, $plist)
55 sub visit_with_size($progress, $plist, $method, @r)
57 my $p = $progress->new_sizer($plist);
58 $plist->size_and($p, $method, $progress->{state}, @r);
66 sub visit_with_count($progress, $plist, $method, @r)
68 $plist->{total} //= $progress->compute_count($plist);
70 $progress->show($count, $plist->{total});
71 $plist->count_and($progress, \$count, $plist->{total},
[all …]
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DProgressMeter.pm52 sub new_sizer($progress, $plist)
54 return $progress->sizer_class->new($progress, $plist);
114 sub visit_with_size($progress, $plist, $method, @r)
116 $plist->$method($progress->{state}, @r);
126 sub new($class, $progress, $plist)
128 $plist->{totsize} //= $progress->compute_size($plist);
130 progress => $progress,
H A DSharedItems.pm31 $state->progress->for_list("Read shared items", [installed_packages()],
81 $state->progress->clear;
83 $state->progress->set_header("Clean shared items");
94 $state->progress->show($done, $total);
106 $state->progress->show($done, $total);
118 $state->progress->show($done, $total);
130 $state->progress->next;
132 $state->progress->clear;
H A DAddCreateDelete.pm37 sub progress($self) subroutine
49 $self->progress->clear;
93 $state->progress->setup($state->opt('x'), $state->opt('m'), $state);
191 $self->progress->ntogo($self, $offset) :
H A DAddDelete.pm90 $state->progress->for_list("Running tags",
110 $state->progress->clear;
179 $state->progress->set_header('Checking packages');
381 $state->progress->clear;
H A DPkgSign.pm113 $state->progress->set_header("Signed ".$name);
115 $state->progress->next($state->ntogo);
H A DPkgCheck.pm44 $state->progress->setup($state->opt('x'), $state->opt('m'), $state);
662 $state->progress->for_list($msg, $l,
909 $state->progress->for_list("Locating unknown files",
916 $state->progress->for_list("Locating unknown directories",
953 $state->progress->set_header("Checking file system");
955 $state->progress->working(1024);
1036 $state->progress->next;
H A DPkgCreate.pm43 $self->progress->disable;
53 if ($self->progress->set_header($status)) {
54 $self->progress->message('');
68 $self->progress->clear;
907 $state->progress->message($dep->{pkgpath});
1186 $state->progress->working(2048)
1387 $state->progress->visit_with_count($plist, 'makesum_plist', $p2);
1424 my $p = $state->progress->new_sizer($plist);
1640 $state->progress->visit_with_count($plist,
H A DPkgAdd.pm239 if (!$state->progress->set_header($header)) {
836 $state->progress->next($state->ntogo(-1));
918 $state->progress->visit_with_count($o->{plist},
923 $state->progress->visit_with_count($n->{plist},
938 $state->progress->message("...");
1174 $state->progress->set_header('Checking packages');
1254 $state->progress->set_header('');
H A DPkgDelete.pm137 if (!$state->progress->set_header($header)) {
233 $state->progress->next($state->ntogo);
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/progress/
H A Dprogress.py51 if 100 > self.progress + increment:
52 self.progress += increment
54 self.progress = 100
58 self.progress = 100
62 progressed = int(self.progress / self.step) # fix
70 self.progress)}
79 self.progress = self._get_progress(self.start)
181 if p.progress == 100:
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTMLBatch.pm39 'progress', # progress object
152 my $progress = $self->progress;
153 if(!$progress and $self->verbose > 0 and $self->verbose() <= 5) {
155 $progress = Pod::Simple::Progress->new(
160 $self->progress($progress);
177 $progress and $progress
[all...]
H A DSearch.pm26 'callback', 'progress', 'dir_prefix', 'inc', 'laborious', 'limit_glob',
118 $self->progress and $self->progress->done(
132 my( $laborious, $verbose, $shadows, $limit_re, $callback, $progress,
135 qw(laborious verbose shadows limit_re callback progress
220 $progress and $progress->reach($self->{'_scan_count'}, "Scanning $file");
890 =item $search->progress( I<some-progress-object> );
895 progress durin
[all...]
/openbsd-src/usr.sbin/pkg_add/OpenBSD/PackageRepository/
H A DCache.pm58 my $progress = $state->progress;
91 $progress->set_header(
112 $progress->show($done, $total);
/openbsd-src/usr.bin/ftp/
H A Dftp.c593 oprogress = progress; in sendrequest()
625 progress = oprogress; in sendrequest()
633 if (progress == 1) in sendrequest()
634 progress = 0; in sendrequest()
646 if (progress == 1) in sendrequest()
647 progress = 0; in sendrequest()
676 progress = oprogress; in sendrequest()
699 progress = oprogress; in sendrequest()
706 progress = oprogress; in sendrequest()
717 progress = oprogress; in sendrequest()
[all …]
H A Dmain.c110 int progress; variable
340 progress = 0; in main()
402 progress = 1; /* progress bar on if tty is usable */ in main()
493 progress = 0; in main()
496 progress = -1; in main()
H A Dftp_var.h124 extern int progress; /* display transfer progress bar */
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DCoreProperties.td142 def ShowProgress: Property<"show-progress", "Boolean">,
145 …Desc<"Whether to show progress or not if the debugger's output is an interactive color-enabled ter…
146 def ShowProgressAnsiPrefix: Property<"show-progress-ansi-prefix", "String">,
149 …When displaying progress in a color-enabled terminal, use the ANSI terminal code specified in this…
150 def ShowProgressAnsiSuffix: Property<"show-progress-ansi-suffix", "String">,
153 …When displaying progress in a color-enabled terminal, use the ANSI terminal code specified in this…
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/
H A Dlit.cfg2 config.name = 'progress-bar'
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp77 Progress progress( in Index() local
89 progress.Increment(); in Index()
94 progress.Increment(); in Index()
119 auto finalize_fn = [this, &sets, &progress](NameToDIE(IndexSet::*index)) { in Index()
124 progress.Increment(); in Index()
/openbsd-src/usr.sbin/pkg_add/
H A Dpkg_mklocatedb218 $state->progress->for_list("Scanning installation",
228 $state->progress->for_list("Scanning packages", \@ARGV,
/openbsd-src/regress/lib/libssl/ssl/
H A Dssltest.c992 int progress = 0; in doit_biopair() local
1023 progress = 1; in doit_biopair()
1067 progress = 1; in doit_biopair()
1084 if (!progress && !prev_progress) { in doit_biopair()
1090 prev_progress = progress; in doit_biopair()
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/bin/
H A Dpod2html173 Display progress messages. --noverbose -- which is the default behavior --
174 does not display these progress messages.
/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/
H A DCookbook.pod12 This is a work in progress. Not much progress by now :-)
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dlit.rst29 By default :program:`lit` will use a succinct progress display and will only
31 options controlling the :program:`lit` progress display and output.
90 Also show a progress bar, unless ``--no-progress-bar`` is specified.
113 .. option:: --no-progress-bar
115 Do not use curses based progress bar.
581 <result code>: <test name> (<progress info>)
590 The ``<progress info>`` field can be used to report progress information such

12345678910