Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dvideo_buffer.h58 : _timestamp (timestamp) in _timestamp() function
62 , _timestamp (timestamp) in _videoinfo()
78 return _timestamp; in get_timestamp()
86 _timestamp = timestamp; in set_timestamp()
117 int64_t _timestamp; // in microseconds variable
Dx3a_event.h39 : _timestamp (timestamp) in X3aEvent()
46 return _timestamp; in get_timestamp()
56 uint64_t _timestamp;
Dx3a_result.h41 , _timestamp (timestamp) in _type()
59 _timestamp = timestamp; in set_timestamp()
62 return _timestamp; in get_timestamp()
89 int64_t _timestamp; variable
/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.py313 self._timestamp = None
314 self.queue_args = [resultsdir, os.path.dirname(resultsdir), self._timestamp]
318 return self._timestamp
335 self._timestamp = _make_timestamp(days_old, False)
336 self.queue_args[2] = self._timestamp
350 self._timestamp = _make_timestamp(days_old, True)
351 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();
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_data.py317 self._timestamp = int(
320 self._timestamp = int(self._extended_timestamp)
360 return self._timestamp