/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | monojob.c | 65 unsigned long completed; local 91 completed = ( progress.completed / 128 ); 94 percentage = ( ( 100 * completed ) / total );
|
H A D | downloader.c | 141 progress->completed = downloader->pos;
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | job.h | 16 /** 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 D | tstHeadless.cpp | 125 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 D | VBoxAutostartStart.cpp | 148 BOOL completed = true; local 149 CHECK_ERROR(progress, COMGETTER(Completed)(&completed)); 152 ASSERT(completed);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/ |
H A D | mingw-gcc-build.py | 294 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 D | bootsector2-cpu-hidden-regs-1.asm | 78 ; right after the BIOS completed. 123 ; right after the BIOS completed.
|
/vbox/src/VBox/Frontends/VBoxHeadless/ |
H A D | VBoxHeadless.cpp | 1188 /* 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 D | VBoxManageMisc.cpp | 599 BOOL completed = true; local 600 CHECK_ERROR(progress, COMGETTER(Completed)(&completed)); 603 ASSERT(completed);
|
/vbox/src/VBox/Main/cbinding/ |
H A D | tstCAPIGlue.c | 780 BOOL completed; local 786 rc = IProgress_get_Completed(progress, &completed);
|
H A D | VBoxCAPI_v2_2.h | 3182 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
|
H A D | VBoxCAPI_v3_0.h | 3735 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
|
H A D | VBoxCAPI_v3_1.h | 3747 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
|
H A D | VBoxCAPI_v3_2.h | 3951 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
|
H A D | VBoxCAPI_v4_0.h | 4212 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
|
H A D | VBoxCAPI_v4_1.h | 4570 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
|
H A D | VBoxCAPI_v4_2.h | 5483 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
|
H A D | VBoxCAPI_v4_3.h | 10804 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed); 10873 nsresult (*GetCompleted)(IProgress *pThis, PRBool *completed);
|
/vbox/src/VBox/ValidationKit/testdriver/ |
H A D | vboxwrappers.py | 195 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 D | vbox.py | 2192 if oProgress.completed:
|
/vbox/src/VBox/Frontends/VBoxSDL/ |
H A D | VBoxSDL.cpp | 1515 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 D | vboxshell.py | 190 while not progress.completed: 1159 if progress.completed:
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |