Searched refs:getTimestamp (Results 1 - 25 of 26) sorted by relevance

12

/external/wpa_supplicant/wpa_gui/
H A Deventhistory.ui.h36 msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
H A Dwpamsg.h26 QDateTime getTimestamp() const { return timestamp; } function in class:WpaMsg
/external/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h32 QDateTime getTimestamp() const { return timestamp; } function in class:WpaMsg
H A Deventhistory.cpp116 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Deventhistory.ui.h36 msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
H A Dwpamsg.h26 QDateTime getTimestamp() const { return timestamp; } function in class:WpaMsg
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h31 QDateTime getTimestamp() const { return timestamp; } function in class:WpaMsg
H A Deventhistory.cpp125 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
H A Deventhistory.ui.h36 msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
H A Dwpamsg.h26 QDateTime getTimestamp() const { return timestamp; } function in class:WpaMsg
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h31 QDateTime getTimestamp() const { return timestamp; } function in class:WpaMsg
H A Deventhistory.cpp125 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DTimestampTest.java84 assertEquals(now, t.getTimestamp());
85 assertNotSame(now, t.getTimestamp());
H A DCodeSignerTest.java98 assertNull(new CodeSigner(cpath, null).getTimestamp());
99 assertSame(new CodeSigner(cpath, ts).getTimestamp(), ts);
/external/webkit/Source/WebCore/loader/icon/
H A DIconRecord.h85 time_t getTimestamp() { return m_stamp; } function in class:WebCore::IconRecord
/external/webkit/Source/WebCore/platform/graphics/android/
H A DMediaListener.h86 m_framerateCallback(m_nativeWindow.get(), m_surfaceTexture->getTimestamp());
/external/icu4c/common/
H A Dservls.cpp169 , _timestamp(service->getTimestamp())
221 if (_timestamp == _service->getTimestamp()) {
245 _timestamp = _service->getTimestamp();
H A Dserv.h975 int32_t getTimestamp(void) const;
H A Dserv.cpp973 ICUService::getTimestamp() const function in class:ICUService
/external/apache-http/src/org/apache/http/util/
H A DVersionInfo.java147 public final String getTimestamp() { method in class:VersionInfo
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java505 public Timestamp getTimestamp(int columnIndex, Calendar cal) method in class:Impl_RowSet
510 public Timestamp getTimestamp(int columnIndex) throws SQLException { method in class:Impl_RowSet
514 public Timestamp getTimestamp(String columnName, Calendar cal) method in class:Impl_RowSet
519 public Timestamp getTimestamp(String columnName) throws SQLException { method in class:Impl_RowSet
/external/llvm/include/llvm/Bitcode/
H A DArchive.h93 sys::TimeValue getModTime() const { return info.getTimestamp(); }
/external/llvm/include/llvm/Support/
H A DPathV1.h55 TimeValue getTimestamp() const { return modTime; } function in class:llvm::sys::FileStatus
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A 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);
H A 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)

Completed in 399 milliseconds

12