OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newRolloverAt
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py
268
newRolloverAt
= result + (daysToWait * (60 * 60 * 24))
271
dstAtRollover = time.localtime(
newRolloverAt
)[-1]
277
newRolloverAt
+= addend
278
result =
newRolloverAt
357
newRolloverAt
= self.computeRollover(currentTime)
358
while
newRolloverAt
<= currentTime:
359
newRolloverAt
=
newRolloverAt
+ self.interval
362
dstAtRollover = time.localtime(
newRolloverAt
)[-1]
368
newRolloverAt
+= adden
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py
268
newRolloverAt
= result + (daysToWait * (60 * 60 * 24))
271
dstAtRollover = time.localtime(
newRolloverAt
)[-1]
277
newRolloverAt
+= addend
278
result =
newRolloverAt
357
newRolloverAt
= self.computeRollover(currentTime)
358
while
newRolloverAt
<= currentTime:
359
newRolloverAt
=
newRolloverAt
+ self.interval
362
dstAtRollover = time.localtime(
newRolloverAt
)[-1]
368
newRolloverAt
+= adden
[
all
...]
Completed in 39 milliseconds