HomeSort by relevance Sort by last modified time
    Searched refs:_timestamp (Results 1 - 18 of 18) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/util/thread/
Timeout.java 109 if (task._timestamp>_expiry)
133 if (task==_head || task._timestamp>expiry)
171 if (task._timestamp!=0)
174 task._timestamp=0;
179 task._timestamp = _now+delay;
184 if (last._timestamp <= task._timestamp)
218 long to_next = _duration+_head._next._timestamp-_now;
259 long _timestamp=0; field in class:Timeout.Task
271 return _timestamp;
    [all...]
  /external/webrtc/webrtc/api/objc/
RTCStatsReport.mm 21 @synthesize timestamp = _timestamp;
30 _timestamp,
38 _timestamp = nativeReport.timestamp();
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
fake_frame_generator.py 17 _timestamp: The current timestamp.
34 self._timestamp = 0
45 self._timestamp = next(self._timestamps)
52 return self._timestamp
video_file_frame_generator.py 23 _timestamp: The timestamp of the current frame.
38 self._timestamp = 0
62 self._timestamp = self._capture.get(cv2.cv.CV_CAP_PROP_POS_MSEC)
85 return self._timestamp
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
gtest_progress_reporter.py 26 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/tracing/tracing/mre/
gtest_progress_reporter.py 16 self._timestamp = timestamp
19 assert self._timestamp is not None, 'Did not call WillRun.'
20 return (time.time() - self._timestamp) * 1000
  /external/webrtc/talk/app/webrtc/objc/
RTCStatsReport.mm 55 _timestamp = statsReport.timestamp();
  /external/icu/icu4c/source/common/
servls.cpp 156 int32_t _timestamp; member in class:ServiceEnumeration
163 , _timestamp(service->getTimestamp())
172 , _timestamp(other._timestamp)
215 if (_timestamp == _service->getTimestamp()) {
239 _timestamp = _service->getTimestamp();
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ConnectHandler.java 527 private volatile long _timestamp; field in class:ConnectHandler.ProxyToServerConnection
636 return _timestamp;
641 _timestamp = timestamp;
744 private final long _timestamp; field in class:ConnectHandler.ClientToProxyConnection
753 _timestamp = timestamp;
832 return _timestamp;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imputil.py 491 def _timestamp(pathname): function
585 t_pyc = _timestamp(file)
  /prebuilts/gdb/linux-x86/lib/python2.7/
imputil.py 491 def _timestamp(pathname): function
585 t_pyc = _timestamp(file)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 491 def _timestamp(pathname): function
585 t_pyc = _timestamp(file)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 491 def _timestamp(pathname): function
585 t_pyc = _timestamp(file)
  /external/autotest/site_utils/
gs_offloader_unittest.py 232 self._timestamp = None
237 return self._timestamp
254 self._timestamp = _make_timestamp(days_old, False)
268 self._timestamp = _make_timestamp(days_old, True)
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 

Completed in 678 milliseconds