Searched defs:time (Results 1 - 25 of 180) sorted by relevance

12345678

/vbox/src/VBox/ValidationKit/tests/selftests/
H A DtdSelfTest1.py39 import time; namespace
43 time.sleep(1);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dtime.cpp38 /* time.cpp - a test program */
52 PRTime time = current; local
60 /* time.cpp */
/vbox/src/VBox/Installer/linux/
H A Dvboxdrv-pardus.py9 import time, os namespace
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDDir.cpp56 /* The actually drop directory consist of the current time stamp and a
59 RTTIMESPEC time; local
60 if (!RTTimeSpecToString(RTTimeNow(&time), pszTime, sizeof(pszTime)))
/vbox/src/VBox/Additions/linux/testcase/
H A DTimesyncBackdoor.c20 #include <sys/time.h>
21 #include <time.h>
73 unsigned long long time; local
76 time = (unsigned long long)inl(0x505) << 32;
79 time |= inl(0x505);
81 /* set the system time */
83 tv.tv_sec = time / (unsigned long long)1000;
84 tv.tv_usec = (time % (unsigned long long)1000) * 1000;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drctime.cpp39 ** Class implementation for calendar time routines (ref: prtime.h)
46 RCTime::RCTime(PRTime time): RCBase() { gmt = time; } argument
49 RCTime::RCTime(const PRExplodedTime& time): RCBase() argument
50 { gmt = PR_ImplodeTime(&time); }
52 void RCTime::operator=(const PRExplodedTime& time) argument
53 { gmt = PR_ImplodeTime(&time); }
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DTimerWrapper.c69 /* Get the system time as seconds elapsed since midnight, January 1, 1970. */
70 //INTN time(
73 time_t time (time_t *timer) function
79 // Get the current time and date information
106 // Convert a time value from type time_t to struct tm.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkIIWorkspace.py17 import os, sys, time namespace
25 # @var PrintRunTime: Printable time of build system running
31 self.StartTime = time.time()
71 # Close build system and print running time and status
75 Seconds = int(time.time() - self.StartTime)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableEotReport.py18 import os, time namespace
H A DTableReport.py18 import os, time namespace
121 NewFilename = 'Report_' + time.strftime("%Y%m%d_%H%M%S.csv", time.localtime())
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dtimeb.h24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
41 time_t time; member in struct:_timeb
48 __time32_t time; member in struct:__timeb32
55 __time64_t time; member in struct:__timeb64
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtimers.h69 u32_t time; member in struct:sys_timeo
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Drtc_time.c23 * RTC-based time source
28 #include <time.h>
30 #include <ipxe/time.h>
66 * Read RTC time
68 * @ret time Time, in seconds
78 time_t time; local
89 /* Read time values */
111 time = mktime ( &tm );
113 return time;
117 * Get current time i
122 time_t time = 0; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dtime.h6 * Date and time
9 #include <sys/time.h>
10 #include <ipxe/time.h>
12 /** Broken-down time */
35 * Get current time in seconds since the Epoch
38 * @ret time Current time
40 static inline time_t time ( time_t *t ) { function
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_timer.c41 /** Calibration time */
65 * Get current system time in ticks
67 * @ret ticks Current time, in ticks
70 UINT64 time; local
74 if ( ( efirc = cpu_arch->GetTimerValue ( cpu_arch, 0, &time,
82 return ( time >> EFI_TIMER0_SHIFT );
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dtime_test.c23 * Date and time self-tests
30 #include <time.h>
35 /** Broken-down time */
42 time_t time; member in struct:mktime_test
64 * print join ", ", gmtime ( $time ), $time."ULL";
81 .time = TIME, \
90 time_t time = mktime ( &(test)->tm ); \
91 ok ( time == (test)->time ); \
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dscrnsaver.h46 Time time; /* event timestamp */ member in struct:__anon2862
53 unsigned long til_or_since; /* time til or since screen saver */
54 unsigned long idle; /* total time since last user input */
/vbox/src/VBox/Additions/x11/x11include/libXext-1.3.1/X11/extensions/
H A Dshape.h45 Time time; /* server timestamp when region changed */ member in struct:__anon3601
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/
H A Dtimeb.h24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
41 time_t time; member in struct:_timeb
48 __time32_t time; member in struct:__timeb32
55 __time64_t time; member in struct:__timeb64
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript.py38 import time namespace
116 time.sleep(1);
/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dthread2.py2 import string, sys, time namespace
29 time.sleep(1)
/vbox/src/libs/libxml2-2.6.31/
H A Dregressions.py2 import glob, os, string, sys, thread, time namespace
175 time.sleep(0.001)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dfsync.c68 PRIntervalTime time, total = 0, shortest = 0x7fffffff, longest = 0; local
116 time = PR_IntervalNow();
121 time = (PR_IntervalNow() - time);
123 total += time;
124 if (time < shortest) shortest = time;
125 else if (time > longest) longest = time;
/vbox/src/VBox/ValidationKit/testmanager/batch/
H A Dfilearchiver.py38 import time; namespace
236 if fpModTime + (24*3600) <= time.time():
/vbox/src/VBox/ValidationKit/tests/api/
H A DtdPython1.py36 import time namespace
140 time.sleep(2);
205 # Check the return code and elapsed time.

Completed in 962 milliseconds

12345678