Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dservls.cpp157 int32_t _timestamp; member in ServiceEnumeration
164 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
173 , _timestamp(other._timestamp) in ServiceEnumeration()
216 if (_timestamp == _service->getTimestamp()) { in upToDate()
240 _timestamp = _service->getTimestamp(); in reset()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCLegacyStatsReport.mm20 @synthesize timestamp = _timestamp;
29 _timestamp,
37 _timestamp = nativeReport.timestamp();
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DCalendarSerializer.java35 protected long _timestamp(Calendar value) { in _timestamp() method in CalendarSerializer
43 g.writeNumber(_timestamp(value)); in serialize()
DDateSerializer.java40 protected long _timestamp(Date value) { in _timestamp() method in DateSerializer
48 g.writeNumber(_timestamp(value)); in serialize()
DSqlDateSerializer.java36 protected long _timestamp(java.sql.Date value) { in _timestamp() method in SqlDateSerializer
45 g.writeNumber(_timestamp(value)); in serialize()
DDateTimeSerializerBase.java149 protected abstract long _timestamp(T value); in _timestamp() method in DateTimeSerializerBase
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory.cc145 Event(int64 _timestamp, bool _allocated, in Event()
147 : timestamp(_timestamp), allocated(_allocated), tensor(_tensor) {} in Event()
/external/autotest/site_utils/
Dgs_offloader_unittest.py283 self._timestamp = None
284 self.queue_args = [resultsdir, os.path.dirname(resultsdir), self._timestamp]
288 return self._timestamp
305 self._timestamp = jd_test.make_timestamp(days_old, False)
306 self.queue_args[2] = self._timestamp
320 self._timestamp = jd_test.make_timestamp(days_old, True)
321 self.queue_args[2] = self._timestamp
/external/python/cpython2/Lib/
Dimputil.py491 def _timestamp(pathname): function
585 t_pyc = _timestamp(file)
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_data.py318 self._timestamp = int(
321 self._timestamp = int(self._extended_timestamp)
361 return self._timestamp