Home
last modified time | relevance | path

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

/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/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.java98 assertNull(new CodeSigner(cpath, null).getTimestamp()); in testGetTimestamp()
99 assertSame(new CodeSigner(cpath, ts).getTimestamp(), ts); in testGetTimestamp()
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
Dcounter.js147 this.bounds.addValue(firstSeries.getTimestamp(0));
148 this.bounds.addValue(lastSeries.getTimestamp(lastSeries.length - 1));
Dcounter_series.js101 getTimestamp: function(idx) { method in CounterSeries
/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
DRSSFeedAddEntryTask.java113 private static final String now = getTimestamp();
519 private static String getTimestamp() { // eg., 2006-04-10T20:40:08Z in getTimestamp() method in RSSFeedAddEntryTask
/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/icu4c/common/
Dservls.cpp164 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
216 if (_timestamp == _service->getTimestamp()) { in upToDate()
240 _timestamp = _service->getTimestamp(); in reset()
Dserv.h973 int32_t getTimestamp(void) const;
Dserv.cpp973 ICUService::getTimestamp() const in getTimestamp() function in ICUService
/external/chromium_org/third_party/icu/source/common/
Dservls.cpp169 , _timestamp(service->getTimestamp()) in ServiceEnumeration()
221 if (_timestamp == _service->getTimestamp()) { in upToDate()
245 _timestamp = _service->getTimestamp(); in reset()
Dserv.h975 int32_t getTimestamp(void) const;
Dserv.cpp973 ICUService::getTimestamp() const in getTimestamp() function in ICUService
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
DRevokedOffer.java95 public Date getTimestamp() { in getTimestamp() method in RevokedOffer
/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/apache-http/src/org/apache/http/util/
DVersionInfo.java147 public final String getTimestamp() { in getTimestamp() method in VersionInfo
/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/chromium-trace/
Dscript.js29 …turn this.timestamps_},getSample:function(a){return this.samples_[a]},getTimestamp:function(a){ret… method in b
130 …es_[this.series_.length-1];this.bounds.addValue(b.getTimestamp(0));this.bounds.addValue(a.getTimes…