/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
D | Mailer.java | 97 + buildProperties.getTimestamp() in sendMessage() 106 + buildProperties.getTimestamp() in sendMessage() 198 + buildProperties.getTimestamp() in sendMultiPartMessage() 208 + buildProperties.getTimestamp() in sendMultiPartMessage()
|
D | BuildProperties.java | 208 public String getTimestamp() { in getTimestamp() method in BuildProperties
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | TimestampTest.java | 84 assertEquals(now, t.getTimestamp()); in testGetTimestamp() 85 assertNotSame(now, t.getTimestamp()); in testGetTimestamp()
|
D | CodeSignerTest.java | 98 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/ |
D | counter.js | 147 this.bounds.addValue(firstSeries.getTimestamp(0)); 148 this.bounds.addValue(lastSeries.getTimestamp(lastSeries.length - 1));
|
D | counter_series.js | 101 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/ |
D | RSSFeedCreateFeedTask.java | 93 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
|
D | RSSFeedUpdateEntryTask.java | 60 private static final String now = getTimestamp(); 329 private static String getTimestamp() { // eg., 2006-04-10T20:40:08Z in getTimestamp() method in RSSFeedUpdateEntryTask
|
D | RSSFeedAddEntryTask.java | 113 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/ |
D | wpamsg.h | 25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() function
|
D | eventhistory.cpp | 119 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"), in addEvent()
|
/external/icu4c/common/ |
D | servls.cpp | 164 , _timestamp(service->getTimestamp()) in ServiceEnumeration() 216 if (_timestamp == _service->getTimestamp()) { in upToDate() 240 _timestamp = _service->getTimestamp(); in reset()
|
D | serv.h | 973 int32_t getTimestamp(void) const;
|
D | serv.cpp | 973 ICUService::getTimestamp() const in getTimestamp() function in ICUService
|
/external/chromium_org/third_party/icu/source/common/ |
D | servls.cpp | 169 , _timestamp(service->getTimestamp()) in ServiceEnumeration() 221 if (_timestamp == _service->getTimestamp()) { in upToDate() 245 _timestamp = _service->getTimestamp(); in reset()
|
D | serv.h | 975 int32_t getTimestamp(void) const;
|
D | serv.cpp | 973 ICUService::getTimestamp() const in getTimestamp() function in ICUService
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
D | RevokedOffer.java | 95 public Date getTimestamp() { in getTimestamp() method in RevokedOffer
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_RowSet.java | 505 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/ |
D | VersionInfo.java | 147 public final String getTimestamp() { in getTimestamp() method in VersionInfo
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCResultSet.java | 352 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);
|
D | JDBCPreparedStatement.java | 688 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/ |
D | script.js | 29 …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…
|