Searched refs:completed (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dmonojob.c65 unsigned long completed; local
91 completed = ( progress.completed / 128 );
94 percentage = ( ( 100 * completed ) / total );
H A Ddownloader.c141 progress->completed = downloader->pos;
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Djob.h16 /** Amount of operation completed so far
18 * The units for this quantity are arbitrary. @c completed
23 unsigned long completed; member in struct:job_progress
26 * See @c completed. A zero value means "total size unknown"
28 * account before calculating @c completed/total.
/vbox/src/VBox/Frontends/VBoxHeadless/testcase/
H A DtstHeadless.cpp125 BOOL completed; local
126 CHECK_ERROR_BREAK(progress, COMGETTER(Completed)(&completed));
127 ASSERT(completed);
158 BOOL completed; local
159 CHECK_ERROR_BREAK(progress, COMGETTER(Completed)(&completed));
160 ASSERT(completed);
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartStart.cpp148 BOOL completed = true; local
149 CHECK_ERROR(progress, COMGETTER(Completed)(&completed));
152 ASSERT(completed);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/
H A Dmingw-gcc-build.py294 completed = False
302 completed = md5_pass
304 if not completed:
313 if not completed and os.path.exists(local_file):
320 completed = md5_pass
322 if completed:
343 if not completed: return False
432 self.config.build_dir, self.config.arch, step + '.completed'
439 self.config.build_dir, self.config.arch, step + '.completed'
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-cpu-hidden-regs-1.asm78 ; right after the BIOS completed.
123 ; right after the BIOS completed.
/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp1188 /* Figure out if the operation completed with a failed status
1277 BOOL completed; local
1278 CHECK_ERROR_BREAK(pProgress, COMGETTER(Completed)(&completed));
1279 ASSERT(completed);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMisc.cpp599 BOOL completed = true; local
600 CHECK_ERROR(progress, COMGETTER(Completed)(&completed));
603 ASSERT(completed);
/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c780 BOOL completed; local
786 rc = IProgress_get_Completed(progress, &completed);
H A DVBoxCAPI_v2_2.h3182 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
H A DVBoxCAPI_v3_0.h3735 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
H A DVBoxCAPI_v3_1.h3747 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
H A DVBoxCAPI_v3_2.h3951 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
H A DVBoxCAPI_v4_0.h4212 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
H A DVBoxCAPI_v4_1.h4570 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
H A DVBoxCAPI_v4_2.h5483 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
H A DVBoxCAPI_v4_3.h10804 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
10873 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py195 This method returns False until the progress object has completed.
200 if self.o.completed:
235 Tests if the progress object completed successfully.
244 Wrapper around IProgress.completed.
362 sRet = 'Progress %s: Not completed yet...' % (self.sName);
384 Returns the resultCode of the progress object if completed.
394 if self.o.completed:
429 Returns 0 if the operation completed normally.
433 Returns -3 if if the operation completed with an error, this is logged
452 and self.o.completed
[all...]
H A Dvbox.py2192 if oProgress.completed:
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1515 BOOL completed = true; local
1516 rc = progress->COMGETTER(Completed)(&completed);
2944 BOOL completed; local
2945 CHECK_ERROR_BREAK(pProgress, COMGETTER(Completed)(&completed));
2946 ASSERT(completed);
4211 * Wait for the operation to be completed and work
4963 * Wait for the operation to be completed and work
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py190 while not progress.completed:
1159 if progress.completed:
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 2129 milliseconds