Searched refs:_timestamp (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/common/ |
D | servls.cpp | 157 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/ |
D | RTCLegacyStatsReport.mm | 20 @synthesize timestamp = _timestamp; 29 _timestamp, 37 _timestamp = nativeReport.timestamp();
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/ |
D | CalendarSerializer.java | 35 protected long _timestamp(Calendar value) { in _timestamp() method in CalendarSerializer 43 g.writeNumber(_timestamp(value)); in serialize()
|
D | DateSerializer.java | 40 protected long _timestamp(Date value) { in _timestamp() method in DateSerializer 48 g.writeNumber(_timestamp(value)); in serialize()
|
D | SqlDateSerializer.java | 36 protected long _timestamp(java.sql.Date value) { in _timestamp() method in SqlDateSerializer 45 g.writeNumber(_timestamp(value)); in serialize()
|
D | DateTimeSerializerBase.java | 149 protected abstract long _timestamp(T value); in _timestamp() method in DateTimeSerializerBase
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_memory.cc | 145 Event(int64 _timestamp, bool _allocated, in Event() 147 : timestamp(_timestamp), allocated(_allocated), tensor(_tensor) {} in Event()
|
/external/autotest/site_utils/ |
D | gs_offloader_unittest.py | 283 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/ |
D | imputil.py | 491 def _timestamp(pathname): function 585 t_pyc = _timestamp(file)
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_data.py | 318 self._timestamp = int( 321 self._timestamp = int(self._extended_timestamp) 361 return self._timestamp
|