Home
last modified time | relevance | path

Searched refs:microsecond (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Metronome/
DMetronome.uni6 // functions for nanosecond and microsecond delays. This generic implementation
9 // microsecond units. If the number of ticks is small, then nanoseconds are used.
29microsecond delays. This generic implementation produces a fixed TickPeriod of 100ns unit, and wh…
DMetronome.inf6 # functions for nanosecond and microsecond delays. This generic implementation
9 # microsecond units. If the number of ticks is small, then nanoseconds are used.
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Dxe.inf53 # connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond.
DDebugCommunicationLibUsb3Pei.inf53 # connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_datetime.py577 self.assertEqual(fromord.microsecond, 0)
1160 self.assertEqual(dt.microsecond, 0)
1172 self.assertEqual(dt.microsecond, 8000)
1187 dt.microsecond)
1697 self.assertEqual(t.microsecond, 0)
1706 self.assertEqual(t.microsecond, 8000)
1720 t.microsecond)
1824 t = self.theclass(microsecond=1)
1828 t = self.theclass(microsecond=10)
1832 t = self.theclass(microsecond=100)
[all …]
Dtest_strptime.py281 self.assertEqual(frac, d.microsecond)
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/
DSourceLevelDebugPkg.dec111 …## connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond.
DSourceLevelDebugPkg.uni92 … "connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond."
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c575 int *microsecond) in normalize_datetime() argument
577 normalize_pair(second, microsecond, 1000000); in normalize_datetime()
4082 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta() local
4087 &hour, &minute, &second, &microsecond) < 0) in add_datetime_timedelta()
4091 hour, minute, second, microsecond, in add_datetime_timedelta()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c575 int *microsecond) in normalize_datetime() argument
577 normalize_pair(second, microsecond, 1000000); in normalize_datetime()
4082 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta() local
4087 &hour, &minute, &second, &microsecond) < 0) in add_datetime_timedelta()
4091 hour, minute, second, microsecond, in add_datetime_timedelta()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt658 microsecond resolution. samplesort started with a 1.52% #-of-comparisons
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistsort.txt661 microsecond resolution. samplesort started with a 1.52% #-of-comparisons
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.uni156 …ceGuid_PcdRealTimeClockUpdateTimeout_HELP #language en-US "RTC Update Timeout Value(microsecond)."
DMdeModulePkg.dec859 ## RTC Update Timeout Value(microsecond).