/vbox/src/VBox/ValidationKit/tests/selftests/ |
H A D | tdSelfTest1.py | 39 import time; namespace 43 time.sleep(1);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
H A D | time.cpp | 38 /* time.cpp - a test program */ 52 PRTime time = current; local 60 /* time.cpp */
|
/vbox/src/VBox/Installer/linux/ |
H A D | vboxdrv-pardus.py | 9 import time, os namespace
|
/vbox/src/VBox/GuestHost/DragAndDrop/ |
H A D | DnDDir.cpp | 56 /* 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 D | TimesyncBackdoor.c | 20 #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 D | rctime.cpp | 39 ** 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 D | TimerWrapper.c | 69 /* 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 D | EdkIIWorkspace.py | 17 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 D | TableEotReport.py | 18 import os, time namespace
|
H A D | TableReport.py | 18 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 D | timeb.h | 24 * 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 D | timers.h | 69 u32_t time; member in struct:sys_timeo
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/ |
H A D | rtc_time.c | 23 * 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 D | time.h | 6 * 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 D | efi_timer.c | 41 /** 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 D | time_test.c | 23 * 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 D | scrnsaver.h | 46 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 D | shape.h | 45 Time time; /* server timestamp when region changed */ member in struct:__anon3601
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/ |
H A D | timeb.h | 24 * 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 D | testboxscript.py | 38 import time namespace 116 time.sleep(1);
|
/vbox/src/libs/libxml2-2.6.31/python/tests/ |
H A D | thread2.py | 2 import string, sys, time namespace 29 time.sleep(1)
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | regressions.py | 2 import glob, os, string, sys, thread, time namespace 175 time.sleep(0.001)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | fsync.c | 68 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 D | filearchiver.py | 38 import time; namespace 236 if fpModTime + (24*3600) <= time.time():
|
/vbox/src/VBox/ValidationKit/tests/api/ |
H A D | tdPython1.py | 36 import time namespace 140 time.sleep(2); 205 # Check the return code and elapsed time.
|