Searched refs:_timestamp (Results 1 – 10 of 10) sorted by relevance
109 if (task._timestamp>_expiry) in expired()133 if (task==_head || task._timestamp>expiry) in tick()171 if (task._timestamp!=0) in schedule()174 task._timestamp=0; in schedule()179 task._timestamp = _now+delay; in schedule()184 if (last._timestamp <= task._timestamp) in schedule()218 long to_next = _duration+_head._next._timestamp-_now; in getTimeToNext()259 long _timestamp=0; field in Timeout.Task271 return _timestamp; in getTimestamp()281 if (now!=0 && _timestamp!=0) in getAge()[all …]
26 self._timestamp = None30 assert self._timestamp is not None, 'Did not call WillRunPage.'31 return (time.time() - self._timestamp) * 100052 self._timestamp = time.time()
34 self._timestamp = 045 self._timestamp = next(self._timestamps)52 return self._timestamp
38 self._timestamp = 062 self._timestamp = self._capture.get(cv2.cv.CV_CAP_PROP_POS_MSEC)85 return self._timestamp
156 int32_t _timestamp; member in ServiceEnumeration163 , _timestamp(service->getTimestamp()) in ServiceEnumeration()172 , _timestamp(other._timestamp) in ServiceEnumeration()215 if (_timestamp == _service->getTimestamp()) { in upToDate()239 _timestamp = _service->getTimestamp(); in reset()
15 self._timestamp = timestamp18 assert self._timestamp is not None, 'Did not call WillRun.'19 return (time.time() - self._timestamp) * 1000
21 @synthesize timestamp = _timestamp;30 _timestamp,38 _timestamp = nativeReport.timestamp();
527 private volatile long _timestamp; field in ConnectHandler.ProxyToServerConnection636 return _timestamp; in getTimeStamp()641 _timestamp = timestamp; in setTimeStamp()744 private final long _timestamp; field in ConnectHandler.ClientToProxyConnection753 _timestamp = timestamp; in ClientToProxyConnection()832 return _timestamp; in getTimeStamp()
55 _timestamp = statsReport.timestamp();
232 self._timestamp = None237 return self._timestamp254 self._timestamp = _make_timestamp(days_old, False)268 self._timestamp = _make_timestamp(days_old, True)