Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dservls.cpp158 int32_t _timestamp; member in ServiceEnumeration
165 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
174 , _timestamp(other._timestamp) in ServiceEnumeration()
217 if (_timestamp == _service->getTimestamp()) { in upToDate()
241 _timestamp = _service->getTimestamp(); in reset()
/external/webrtc/webrtc/api/objc/
DRTCStatsReport.mm21 @synthesize timestamp = _timestamp;
30 _timestamp,
38 _timestamp = nativeReport.timestamp();
/external/autotest/site_utils/
Dgs_offloader_unittest.py305 self._timestamp = None
306 self.queue_args = [resultsdir, os.path.dirname(resultsdir), self._timestamp]
310 return self._timestamp
327 self._timestamp = _make_timestamp(days_old, False)
328 self.queue_args[2] = self._timestamp
342 self._timestamp = _make_timestamp(days_old, True)
343 self.queue_args[2] = self._timestamp
/external/python/cpython2/Lib/
Dimputil.py491 def _timestamp(pathname): function
585 t_pyc = _timestamp(file)
/external/webrtc/talk/app/webrtc/objc/
DRTCStatsReport.mm55 _timestamp = statsReport.timestamp();