Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 25 of 36) sorted by relevance

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DMailer.java97 + buildProperties.getTimestamp() in sendMessage()
106 + buildProperties.getTimestamp() in sendMessage()
198 + buildProperties.getTimestamp() in sendMultiPartMessage()
208 + buildProperties.getTimestamp() in sendMultiPartMessage()
DBuildProperties.java208 public String getTimestamp() { in getTimestamp() method in BuildProperties
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DJavaBeanTimeStampTest.java42 assertEquals(stamp, javaBeanToLoad.getTimestamp()); in testLoadDefaultJavaSqlTimestamp()
58 assertEquals(stamp, javaBeanToLoad.getTimestamp()); in testLoadDefaultJavaSqlTimestampNoGlobalTag()
DJavaBeanWithSqlTimestamp.java22 public java.sql.Timestamp getTimestamp() { in getTimestamp() method in JavaBeanWithSqlTimestamp
DJavaBeanWithNullValuesTest.java49 assertNotNull(parsed.getTimestamp()); in testNotNull()
60 assertNotNull(parsed.getTimestamp()); in testNotNull()
DJavaBeanWithNullValues.java91 public Timestamp getTimestamp() { in getTimestamp() method in JavaBeanWithNullValues
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DTimestampTest.java84 assertEquals(now, t.getTimestamp()); in testGetTimestamp()
85 assertNotSame(now, t.getTimestamp()); in testGetTimestamp()
DCodeSignerTest.java99 assertNull(new CodeSigner(cpath, null).getTimestamp()); in testGetTimestamp()
100 assertSame(new CodeSigner(cpath, ts).getTimestamp(), ts); in testGetTimestamp()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-gwt/src/com/badlogic/gdx/controllers/gwt/support/
DGamepadSupport.java69 if (gamepad.getPreviousTimestamp() != gamepad.getTimestamp()) { in pollGamepadsStatus()
72 gamepad.setPreviousTimestamp(gamepad.getTimestamp()); in pollGamepadsStatus()
DGamepad.java36 public native double getTimestamp() /*-{ in getTimestamp() method in Gamepad
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
DRSSFeedCreateFeedTask.java93 sb.append(" <updated>" + getTimestamp() + "</updated>" + NL); //$NON-NLS-1$ //$NON-NLS-2$ in createFeedXML()
121 private String getTimestamp() { // eg., 2006-04-10T20:40:08Z in getTimestamp() method in RSSFeedCreateFeedTask
DRSSFeedUpdateEntryTask.java60 private static final String now = getTimestamp();
329 private static String getTimestamp() { // eg., 2006-04-10T20:40:08Z in getTimestamp() method in RSSFeedUpdateEntryTask
/external/icu/icu4c/source/common/
Dservls.cpp163 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
215 if (_timestamp == _service->getTimestamp()) { in upToDate()
239 _timestamp = _service->getTimestamp(); in reset()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpamsg.h25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() function
Deventhistory.cpp119 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"), in addEvent()
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresencePublication.java472 (System.currentTimeMillis() - mPublishingRequest.getTimestamp() in isPublishedOrPublishing()
732 public long getTimestamp() { in getTimestamp() method in PresencePublication.PublishRequest
814 if((mPendingRequest != null) && currentTime - mPendingRequest.getTimestamp() in requestPublication()
820 mPendingRequest.setTimestamp(publishRequest.getTimestamp()); in requestPublication()
881 passed = System.currentTimeMillis() - mPublishingRequest.getTimestamp(); in doPublish()
883 passed = System.currentTimeMillis() - mPublishedRequest.getTimestamp(); in doPublish()
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/custom/
DUIAcceleration.java59 public native double getTimestamp(); in getTimestamp() method in UIAcceleration
/external/conscrypt/src/main/java/org/conscrypt/ct/
DSignedCertificateTimestamp.java70 public long getTimestamp() { in getTimestamp() method in SignedCertificateTimestamp
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java505 public Timestamp getTimestamp(int columnIndex, Calendar cal) in getTimestamp() method in Impl_RowSet
510 public Timestamp getTimestamp(int columnIndex) throws SQLException { in getTimestamp() method in Impl_RowSet
514 public Timestamp getTimestamp(String columnName, Calendar cal) in getTimestamp() method in Impl_RowSet
519 public Timestamp getTimestamp(String columnName) throws SQLException { in getTimestamp() method in Impl_RowSet
/external/conscrypt/src/test/java/org/conscrypt/ct/
DSerializationTest.java41 assertEquals(0x0102030405060708L, sct.getTimestamp()); in test_decode_SignedCertificateTimestamp()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java352 public java.sql.Timestamp getTimestamp(int columnIndex)
385 public java.sql.Timestamp getTimestamp(String columnName)
388 return getTimestamp(col);
391 public java.sql.Timestamp getTimestamp(int columnIndex,
397 public java.sql.Timestamp getTimestamp(String columnName,
401 return getTimestamp(col, cal);
DJDBCPreparedStatement.java688 public java.sql.Timestamp getTimestamp(String parameterName)
767 public java.sql.Timestamp getTimestamp(String parameterName, Calendar cal)
772 public java.sql.Timestamp getTimestamp(int parameterIndex, Calendar cal)
/external/jetty/src/java/org/eclipse/jetty/util/thread/
DTimeout.java269 public long getTimestamp() in getTimestamp() method in Timeout.Task
/external/apache-http/src/org/apache/http/util/
DVersionInfo.java152 public final String getTimestamp() { in getTimestamp() method in VersionInfo
/external/llvm/tools/dsymutil/
DDebugMap.h148 sys::TimeValue getTimestamp() const { return Timestamp; } in getTimestamp() function

12