Home
last modified time | relevance | path

Searched defs:_timestamp (Results 1 – 7 of 7) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DSqlDateSerializer.java36 protected long _timestamp(java.sql.Date value) { in _timestamp() method in SqlDateSerializer
DDateSerializer.java40 protected long _timestamp(Date value) { in _timestamp() method in DateSerializer
DCalendarSerializer.java35 protected long _timestamp(Calendar value) { in _timestamp() method in CalendarSerializer
DDateTimeSerializerBase.java149 protected abstract long _timestamp(T value); in _timestamp() method in DateTimeSerializerBase
/external/cronet/third_party/icu/source/common/
Dservls.cpp157 int32_t _timestamp; member in ServiceEnumeration
/external/icu/icu4c/source/common/
Dservls.cpp157 int32_t _timestamp; member in ServiceEnumeration
/external/python/cpython2/Lib/
Dimputil.py491 def _timestamp(pathname): function