Searched refs:StartTime (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkIIWorkspace.py24 # @var StartTime: Time of build system starting
31 self.StartTime = time.time()
75 Seconds = int(time.time() - self.StartTime)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Devntrace.h151 LARGE_INTEGER StartTime; member in struct:_TRACE_LOGFILE_HEADER
H A Dwinspool.h598 DWORD StartTime; member in struct:_PRINTER_INFO_2A
622 DWORD StartTime; member in struct:_PRINTER_INFO_2W
769 DWORD StartTime; member in struct:_JOB_INFO_2A
795 DWORD StartTime; member in struct:_JOB_INFO_2W
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.c831 // gets 0 elapsed-time. Otherwise, calculate based on StartTime.
833 if (Instance->StartTime == 0) {
835 Instance->StartTime = CurrentStamp;
837 ElapsedTimeValue = CurrentStamp - Instance->StartTime;
H A DDhcp6Impl.h250 UINT64 StartTime; member in struct:_DHCP6_INSTANCE
H A DDhcp6Io.c418 Instance->StartTime = 0;
2016 Instance->StartTime = 0;
2037 Instance->StartTime = 0;
H A DDhcp6Impl.c110 Instance->StartTime = 0;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py390 StartTime = time.clock() variable in class:Ecc
394 BuildDuration = time.strftime("%M:%S", time.gmtime(int(round(FinishTime - StartTime))))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Devntrace.h165 LARGE_INTEGER StartTime; member in struct:_TRACE_LOGFILE_HEADER
H A Dwinspool.h600 DWORD StartTime; member in struct:_PRINTER_INFO_2A
624 DWORD StartTime; member in struct:_PRINTER_INFO_2W
771 DWORD StartTime; member in struct:_JOB_INFO_2A
797 DWORD StartTime; member in struct:_JOB_INFO_2W
H A Dd3dx9anim.h154 DOUBLE StartTime; member in struct:_D3DXEVENT_DESC
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DEot.py643 StartTime = time.clock() variable in class:Eot
647 BuildDuration = time.strftime("%M:%S", time.gmtime(int(round(FinishTime - StartTime))))
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp485 uint64_t StartTime; local
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp538 uint64_t StartTime;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py1738 StartTime = time.time()
1897 BuildDuration = time.gmtime(int(round(FinishTime - StartTime)))

Completed in 122 milliseconds