Home
last modified time | relevance | path

Searched refs:_timestamp (Results 1 – 10 of 10) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/thread/
DTimeout.java109 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.Task
271 return _timestamp; in getTimestamp()
281 if (now!=0 && _timestamp!=0) in getAge()
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
Dgtest_progress_reporter.py26 self._timestamp = None
30 assert self._timestamp is not None, 'Did not call WillRunPage.'
31 return (time.time() - self._timestamp) * 1000
52 self._timestamp = time.time()
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dfake_frame_generator.py34 self._timestamp = 0
45 self._timestamp = next(self._timestamps)
52 return self._timestamp
Dvideo_file_frame_generator.py38 self._timestamp = 0
62 self._timestamp = self._capture.get(cv2.cv.CV_CAP_PROP_POS_MSEC)
85 return self._timestamp
/external/icu/icu4c/source/common/
Dservls.cpp156 int32_t _timestamp; member in ServiceEnumeration
163 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
172 , _timestamp(other._timestamp) in ServiceEnumeration()
215 if (_timestamp == _service->getTimestamp()) { in upToDate()
239 _timestamp = _service->getTimestamp(); in reset()
/external/chromium-trace/catapult/perf_insights/perf_insights/results/
Dgtest_progress_reporter.py15 self._timestamp = timestamp
18 assert self._timestamp is not None, 'Did not call WillRun.'
19 return (time.time() - self._timestamp) * 1000
/external/webrtc/webrtc/api/objc/
DRTCStatsReport.mm21 @synthesize timestamp = _timestamp;
30 _timestamp,
38 _timestamp = nativeReport.timestamp();
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DConnectHandler.java527 private volatile long _timestamp; field in ConnectHandler.ProxyToServerConnection
636 return _timestamp; in getTimeStamp()
641 _timestamp = timestamp; in setTimeStamp()
744 private final long _timestamp; field in ConnectHandler.ClientToProxyConnection
753 _timestamp = timestamp; in ClientToProxyConnection()
832 return _timestamp; in getTimeStamp()
/external/webrtc/talk/app/webrtc/objc/
DRTCStatsReport.mm55 _timestamp = statsReport.timestamp();
/external/autotest/site_utils/
Dgs_offloader_unittest.py232 self._timestamp = None
237 return self._timestamp
254 self._timestamp = _make_timestamp(days_old, False)
268 self._timestamp = _make_timestamp(days_old, True)