HomeSort by relevance Sort by last modified time
    Searched refs:getTimestamp (Results 1 - 25 of 48) sorted by null

1 2

  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 31 QDateTime getTimestamp() const { return timestamp; }
eventhistory.cpp 125 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
  /external/wpa_supplicant/wpa_gui/
eventhistory.ui.h 36 msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
wpamsg.h 26 QDateTime getTimestamp() const { return timestamp; }
  /external/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 32 QDateTime getTimestamp() const { return timestamp; }
eventhistory.cpp 116 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
eventhistory.ui.h 36 msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
wpamsg.h 26 QDateTime getTimestamp() const { return timestamp; }
  /device/htc/passion-common/libsensors/
SensorBase.h 38 static int64_t getTimestamp();
SensorBase.cpp 79 int64_t SensorBase::getTimestamp() {
LightSensor.cpp 105 mPendingEvent.timestamp = getTimestamp();
ProximitySensor.cpp 106 mPendingEvent.timestamp = getTimestamp();
  /device/samsung/crespo/libsensors/
SensorBase.h 39 static int64_t getTimestamp();
SensorBase.cpp 84 int64_t SensorBase::getTimestamp() {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 71 assertEquals("not expected value", now, timestamp.getTimestamp());
112 method = "getTimestamp",
117 assertEquals(now, t.getTimestamp());
118 assertNotSame(now, t.getTimestamp());
CodeSignerTest.java 148 * Tests CodeSigner.getTimeStamp()
153 method = "getTimestamp",
157 assertNull(new CodeSigner(cpath, null).getTimestamp());
158 assertSame(new CodeSigner(cpath, ts).getTimestamp(), ts);
  /external/webkit/WebCore/loader/icon/
IconRecord.h 76 time_t getTimestamp() { return m_stamp; }
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
KMLFormatter.java 56 builder.addLine("<when>" + entry.getTimestamp() + "</when>");
CSVFormatter.java 45 rowOutput.append(entry.getTimestamp());
  /libcore/luni/src/main/java/java/security/
CodeSigner.java 99 public Timestamp getTimestamp() {
Timestamp.java 104 public Date getTimestamp() {
  /libcore/luni/src/main/java/java/sql/
CallableStatement.java 695 public Timestamp getTimestamp(int parameterIndex) throws SQLException;
714 public Timestamp getTimestamp(int parameterIndex, Calendar cal)
730 public Timestamp getTimestamp(String parameterName) throws SQLException;
748 public Timestamp getTimestamp(String parameterName, Calendar cal)
    [all...]
  /external/chromium/third_party/icu/source/common/
servls.cpp 169 , _timestamp(service->getTimestamp())
221 if (_timestamp == _service->getTimestamp()) {
245 _timestamp = _service->getTimestamp();
  /external/icu4c/common/
servls.cpp 169 , _timestamp(service->getTimestamp())
221 if (_timestamp == _service->getTimestamp()) {
245 _timestamp = _service->getTimestamp();
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
CtsXmlResultReporterTest.java 57 String getTimestamp() {

Completed in 550 milliseconds

1 2