Searched refs:CurrentTime (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/
H A DFirmwarePerformancePei.c72 UINT64 CurrentTime; local
93 CurrentTime = GetTimeInNanoSecond (GetPerformanceCounter ());
123 AcpiS3ResumeRecord->FullResume = CurrentTime;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/
H A DFirmwarePerformanceSmm.c82 UINT64 CurrentTime; local
133 CurrentTime = GetTimeInNanoSecond (GetPerformanceCounter ());
139 mSuspendStartTime = CurrentTime;
147 S3SuspendRecord.SuspendEnd = CurrentTime;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DIpiDb.py253 CurrentTime = time.time()
256 (self.DpTable, Guid, Version, CurrentTime, PkgFileName, \
297 CurrentTime = time.time()
300 (self.PkgTable, Guid, Version, CurrentTime, DpGuid, DpVersion, Path)
327 CurrentTime = time.time()
330 (self.ModInPkgTable, Guid, Version, Name, CurrentTime, PkgGuid, PkgVersion, \
358 CurrentTime = time.time()
361 (self.StandaloneModTable, Guid, Version, Name, CurrentTime, DpGuid, \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Devntrace.h160 LONGLONG CurrentTime; member in struct:_EVENT_TRACE_LOGFILEW
176 LONGLONG CurrentTime; member in struct:_EVENT_TRACE_LOGFILEA
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c438 time_t CurrentTime; local
460 time (&CurrentTime);
461 NewTime = localtime (&CurrentTime);
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxclip.c489 rdesktop_primary_timestamp_target_atom, g_wnd, CurrentTime);
491 rdesktop_clipboard_timestamp_target_atom, g_wnd, CurrentTime);
499 rdesktop_clipboard_target_atom, g_wnd, CurrentTime);
507 rdesktop_clipboard_target_atom, g_wnd, CurrentTime);
1100 rdesktop_clipboard_target_atom, g_wnd, CurrentTime);
1117 rdesktop_primary_timestamp_target_atom, g_wnd, CurrentTime);
1119 rdesktop_clipboard_timestamp_target_atom, g_wnd, CurrentTime);
1127 rdesktop_clipboard_target_atom, g_wnd, CurrentTime);
1135 rdesktop_clipboard_target_atom, g_wnd, CurrentTime);
H A Dxwin.c2448 CurrentTime);
2471 GrabModeAsync, GrabModeAsync, CurrentTime);
2504 XUngrabKeyboard(g_display, CurrentTime);
2514 CurrentTime);
2519 GrabModeAsync, GrabModeAsync, CurrentTime);
2525 XUngrabKeyboard(g_display, CurrentTime);
2533 XUngrabPointer(g_display, CurrentTime);
H A Dxkeymap.c782 XUngrabKeyboard(g_display, CurrentTime);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Devntrace.h174 LONGLONG CurrentTime; member in struct:_EVENT_TRACE_LOGFILEW
190 LONGLONG CurrentTime; member in struct:_EVENT_TRACE_LOGFILEA
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DX.h139 #define CurrentTime 0L /* special Time */ macro
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DX.h144 #define CurrentTime 0L /* special Time */ macro
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp574 CurrentTime);
1262 CurrentTime, clipXtConvertSelectionProc, NULL, 0))
1267 CurrentTime, clipXtConvertSelectionProc, NULL, 0);
1273 XtWindow(pCtx->widget), CurrentTime);
1276 XtWindow(pCtx->widget), CurrentTime);
1609 CurrentTime);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp549 XSetSelectionOwner(m_pDisplay, xAtom(XA_XdndSelection), None, CurrentTime);
1079 XSetSelectionOwner(m_pDisplay, xAtom(XA_XdndSelection), m_wndProxy, CurrentTime);
1210 m.data.l[3] = CurrentTime;
1252 m.data.l[2] = CurrentTime;
1748 int xrc = XTestFakeButtonEvent(m_pDisplay, 1, fPress ? True : False, CurrentTime);
1766 eBtn.time = CurrentTime;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp256 CurrentTime))
311 XUngrabKeyboard(QX11Info::display(), CurrentTime); local

Completed in 142 milliseconds