Searched refs:progress (Results 1 - 25 of 58) sorted by relevance

123

/haiku-fatelf/src/tools/fs_shell/
H A Ddisk_device_manager.cpp19 fssh_update_disk_device_job_progress(fssh_disk_job_id jobID, float progress) argument
/haiku-fatelf/src/apps/sudoku/
H A DSudokuGenerator.h23 BMessenger progress, volatile bool *quit);
26 void _Progress(BMessenger progress, const char* text, float percent);
H A DSudokuGenerator.cpp45 SudokuGenerator::_Progress(BMessenger progress, const char* text, argument
52 progress.SendMessage(&update);
58 BMessenger progress, volatile bool *quit)
64 _Progress(progress, B_TRANSLATE("Creating solvable field"), 5.f);
117 _Progress(progress, B_TRANSLATE("Searching for removable values"), 30.f);
132 _Progress(progress, NULL, 100.f - (70.f * removeCount / 70.f));
152 _Progress(progress, NULL,
57 Generate(SudokuField* target, uint32 fieldsLeft, BMessenger progress, volatile bool *quit) argument
/haiku-fatelf/src/bin/network/tcpdump/win32/Include/
H A Dw32_fzs.h39 extern int progress;
/haiku-fatelf/src/servers/mail/
H A DNotifier.cpp87 BString progress; local
88 progress << fItemsDone << "/" << fTotalItems;
89 fNotification.SetContent(progress);
109 // Report progress in terms of message count instead
121 BString progress; local
123 progress << message << "\t";
126 progress << fItemsDone << "/" << fTotalItems;
128 fNotification.SetContent(progress);
/haiku-fatelf/data/common/boot/post_install/
H A Dmime_update.sh4 notify --type progress --group "MIME type updater" \
9 --progress $1 "$2" >/dev/null
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageInstall.cpp112 PackageStatus *progress = fParent->GetStatusWindow(); local
113 progress->Reset(n + m + 5);
115 progress->StageStep(1, B_TRANSLATE("Preparing package"));
153 } else if (progress->Stopped()) {
160 progress->StageStep(1, B_TRANSLATE("Installing files and folders"));
206 if (progress->Stopped())
210 progress->StageStep(1, NULL, label.String());
215 progress->StageStep(1, B_TRANSLATE("Running post-installation scripts"),
239 if (progress->Stopped())
243 progress
[all...]
/haiku-fatelf/src/bin/
H A Dbadblocks.cpp14 int progress = 1; variable
43 if (progress)
48 if (progress)
120 progress = 1;
/haiku-fatelf/src/apps/installer/
H A DProgressReporter.cpp104 float progress = 100.0 * fBytesWritten / fBytesToWrite; local
105 message.AddFloat("progress", progress);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/pi_test/
H A Dpitest-1.c64 volatile unsigned progress; member in struct:thread_param
78 void do_work(unsigned granularity_top, volatile unsigned *progress) argument
89 (*progress)++;
110 tp->progress = 0;
115 do_work(5, &tp->progress);
146 tp->progress = 0;
150 do_work(5, &tp->progress);
182 size += snprintf(buffer + size, 1023 - size, "%u ", tp[i].progress);
H A Dpitest-5.c65 volatile unsigned progress; member in struct:thread_param
79 void do_work(unsigned granularity_top, volatile unsigned *progress) argument
90 (*progress)++;
114 tp->progress = 0;
119 do_work(5, &tp->progress);
153 tp->progress = 0;
157 do_work(5, &tp->progress);
202 size += snprintf(buffer + size, 1023 - size, "%u ", tp[i].progress);
H A Dpitest-6.c63 volatile unsigned progress; member in struct:thread_param
77 void do_work(unsigned granularity_top, volatile unsigned *progress) argument
88 (*progress)++;
110 tp->progress = 0;
115 do_work(5, &tp->progress);
148 tp->progress = 0;
152 do_work(5, &tp->progress);
182 size += snprintf(buffer + size, 1023 - size, "%u ", tp[i].progress);
H A Dpitest-2.c65 volatile unsigned progress; member in struct:thread_param
80 void do_work(unsigned granularity_top, volatile unsigned *progress) argument
91 (*progress)++;
112 tp->progress = 0;
117 do_work(5, &tp->progress);
148 tp->progress = 0;
152 do_work(5, &tp->progress);
183 size += snprintf(buffer + size, 1023 - size, "%u ", tp[i].progress);
H A Dpitest-3.c66 volatile unsigned progress; member in struct:thread_param
81 void do_work(unsigned granularity_top, volatile unsigned *progress) argument
92 (*progress)++;
116 tp->progress = 0;
121 do_work(5, &tp->progress);
155 tp->progress = 0;
160 do_work(5, &tp->progress);
196 size += snprintf(buffer + size, 1023 - size, "%u ", tp[i].progress);
H A Dpitest-4.c67 volatile unsigned progress; member in struct:thread_param
81 void do_work(unsigned granularity_top, volatile unsigned *progress) argument
92 (*progress)++;
116 tp->progress = 0;
123 do_work(5, &tp->progress);
164 size += snprintf(buffer + size, 1023 - size, "%u ", tp[i].progress);
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTestRunner.cpp62 * used to show the progress.
134 TextTestProgressListener progress; local
136 m_eventManager->addListener( &progress );
141 m_eventManager->removeListener( &progress );
/haiku-fatelf/src/bin/network/ftp/
H A Dprogressbar.h55 GLOBAL int progress; /* display transfer progress bar */ variable
61 GLOBAL char *prefix; /* Text written left of progress bar */
/haiku-fatelf/src/kits/app/
H A DNotification.cpp65 float progress; local
67 && archive->FindFloat("_progress", &progress) == B_OK)
68 SetProgress(progress);
309 /*! \brief Returns progress information.
312 between 0.0 and 1.0 that represent progress percentage.
328 /*! \brief Sets progress information.
330 Sets progress percentage, this information will be used only
333 The value of @progress must be between 0.0 and 1.0.
336 BNotification::SetProgress(float progress) argument
338 if (progress <
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dprogress.c1 /* Download progress.
45 #include "progress.h"
82 /* Fallback progress implementation should be something that works
90 /* Return true if NAME names a valid progress bar implementation. The
107 /* Set the progress implementation to NAME. */
149 /* Create a progress gauge. INITIAL is the number of bytes the
169 /* Return true if the progress gauge is "interactive", i.e. if it can
171 progress bar is interactive because it regularly updates the ETA
175 progress_interactive_p (void *progress) argument
180 /* Inform the progress gaug
184 progress_update(void *progress, wgint howmuch, double dltime) argument
193 progress_finish(void *progress, double dltime) argument
346 dot_update(void *progress, wgint howmuch, double dltime) argument
381 dot_finish(void *progress, double dltime) argument
597 bar_update(void *progress, wgint howmuch, double dltime) argument
643 bar_finish(void *progress, double dltime) argument
[all...]
H A Dretr.c45 #include "progress.h"
191 the progress is shown.
194 by the progress gauge.
197 the progress gauge. If QTYREAD is non-NULL, the value it points to
219 /* The progress gauge, set according to the user preferences. */ local
220 void *progress = NULL;
222 /* Non-zero if the progress gauge is interactive, i.e. if it can
244 progress = progress_create (start, start + toread);
245 progress_interactive = progress_interactive_p (progress);
251 /* A timer is needed for tracking progress, fo
[all...]
/haiku-fatelf/src/bin/network/wget/windows/
H A DMakefile.src.bor16 safe-ctype.obj hash.obj progress.obj ptimer.obj gen-md5.obj cookies.obj \
47 progress.obj+
67 progress.h ptimer.h recur.h res.h retr.h safe-ctype.h \
H A DMakefile.src.mingw27 safe-ctype${OBJ_EXT} hash${OBJ_EXT} progress${OBJ_EXT} gen-md5${OBJ_EXT} cookies${OBJ_EXT} \
47 progress.h ptimer.h recur.h res.h retr.h safe-ctype.h \
/haiku-fatelf/headers/os/app/
H A DNotification.h52 void SetProgress(float progress);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libMatroskaParser/
H A DStreamIO.cpp115 io->filecache.progress = &stream_progress;
/haiku-fatelf/src/servers/notification/
H A DNotificationView.cpp48 { "progress", {B_GET_PROPERTY, B_SET_PROPERTY, 0},
49 {B_DIRECT_SPECIFIER, 0}, "get the progress (between 0.0 and 1.0)"},
85 BStatusBar* progress = new BStatusBar("progress"); local
86 progress->SetBarHeight(12.0f);
87 progress->SetMaxValue(1.0f);
88 progress->Update(fNotification->Progress());
92 progress->SetTrailingText(label);
94 layout->AddView(progress);
157 if (strcmp(property, "progress")
[all...]

Completed in 193 milliseconds

123