Searched refs:timestamp (Results 101 - 125 of 741) sorted by relevance

1234567891011>>

/macosx-10.10/Heimdal-398.1.2/admin/
H A Dpurge.c45 time_t timestamp; member in struct:e
61 add_entry (krb5_principal princ, int vno, time_t timestamp, struct e **head) argument
70 e->timestamp = timestamp;
81 e->timestamp = timestamp;
129 add_entry (entry.principal, entry.vno, entry.timestamp, &head);
151 && judgement_day - e->timestamp > age) {
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/
H A DGamepad.idl34 readonly attribute double timestamp;
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/deprecated/
H A DGamepad.h53 unsigned long long timestamp() const { return m_timestamp; } function in class:WebCore::Gamepad
54 void timestamp(unsigned long long val) { m_timestamp = val; } function in class:WebCore::Gamepad
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCStatsReport.idl30 readonly attribute Date timestamp;
H A DRTCStatsResponse.cpp54 size_t RTCStatsResponse::addReport(String id, String type, double timestamp) argument
56 m_result.append(RTCStatsReport::create(id, type, timestamp));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsLayerUpdater.cpp72 void GraphicsLayerUpdater::displayRefreshFired(double timestamp) argument
74 UNUSED_PARAM(timestamp);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebEvent.cpp42 WebEvent::WebEvent(Type type, Modifiers modifiers, double timestamp) argument
45 , m_timestamp(timestamp)
H A DWebTouchEvent.cpp36 WebTouchEvent::WebTouchEvent(WebEvent::Type type, Vector<WebPlatformTouchPoint> touchPoints, Modifiers modifiers, double timestamp) argument
37 : WebEvent(type, modifiers, timestamp)
/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Derr.D_NORMALIZE_AGGARG.bad.d48 start = timestamp;
H A Derr.D_NORMALIZE_PROTO.bad.d48 start = timestamp;
H A Derr.D_NORMALIZE_SCALAR.bad.d48 start = timestamp;
H A Dtst.fmtnormalize.d44 start = timestamp;
H A Dtst.multinormalize.d44 start = timestamp;
H A Dtst.normalize.d44 start = timestamp;
/macosx-10.10/dtrace-147/test/tst/common/safety/
H A Dtst.basename.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.cleanpath.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.ddi_pathname.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.dirname.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.msgdsize.d45 on = (timestamp / 1000000000) & 1;
H A Dtst.msgsize.d45 on = (timestamp / 1000000000) & 1;
H A Dtst.null.d47 on = (timestamp / 1000000000) & 1;
H A Dtst.strjoin.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.strstr.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.strtok.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.substr.d35 on = (timestamp / 1000000000) & 1;

Completed in 145 milliseconds

1234567891011>>