Home
last modified time | relevance | path

Searched refs:currentTime (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dhandlers.py223 def computeRollover(self, currentTime): argument
227 result = currentTime + self.interval
238 t = time.gmtime(currentTime)
240 t = time.localtime(currentTime)
247 result = currentTime + r
350 currentTime = int(time.time())
351 newRolloverAt = self.computeRollover(currentTime)
352 while newRolloverAt <= currentTime:
356 dstNow = time.localtime(currentTime)[-1]
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp290 uint64_t currentTime = now(); in waitAndReceive() local
292 if (currentTime >= end) { in waitAndReceive()
297 timeout = end - currentTime; in waitAndReceive()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dxmlrpclib.py1625 print server.currentTime.getCurrentTime()
1630 multi.currentTime.getCurrentTime()
1631 multi.currentTime.getCurrentTime()