Searched refs:timestamp (Results 151 - 175 of 741) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit2-7600.1.25/Shared/efl/
H A DWebEventFactory.cpp96 static inline double convertMillisecondToSecond(unsigned timestamp) argument
98 return static_cast<double>(timestamp) / 1000;
113 convertMillisecondToSecond(event->timestamp));
128 convertMillisecondToSecond(event->timestamp));
143 convertMillisecondToSecond(event->timestamp));
177 convertMillisecondToSecond(event->timestamp));
194 convertMillisecondToSecond(event->timestamp));
211 convertMillisecondToSecond(event->timestamp));
278 return WebTouchEvent(toWebEventType(event->eventType()), touchPoints, toWebEventModifiers(event->modifiers()), event->timestamp());
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-stamp.el6 ;; Keywords: comm, processes, timestamp
30 ;; you must call `erc-timestamp-mode'.
33 ;; Customize `erc-insert-timestamp-function' and
34 ;; `erc-insert-away-timestamp-function'.
43 useful to have individual messages timestamp. This
45 of timestamp information in `erc-mode' buffer.
51 (defcustom erc-timestamp-format "[%H:%M]"
61 (defcustom erc-insert-timestamp-function 'erc-insert-timestamp-right
70 :type '(choice (const :tag "Right" erc-insert-timestamp
[all...]
/macosx-10.10/MITKerberosShim-66/
H A Dkeytab.c72 entry->timestamp = e.timestamp;
162 out->timestamp = in->timestamp;
269 e.timestamp = entry->timestamp;
288 e.timestamp = entry->timestamp;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DUIEvent.cpp56 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, double timestamp, PassRefPtr<AbstractView> viewArg, int detailArg) argument
57 : Event(eventType, canBubbleArg, cancelableArg, timestamp)
H A DUIEventWithKeyState.h57 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, double timestamp, PassRefPtr<AbstractView> view, argument
59 : UIEvent(type, canBubble, cancelable, timestamp, view, detail)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DReplayObserver.js62 playbackHitPosition: function(replayPosition, timestamp)
64 WebInspector.replayManager.playbackHitPosition(WebInspector.ReplayPosition.fromProtocol(replayPosition), timestamp);
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebGeolocationPosition.cpp82 HRESULT WebGeolocationPosition::initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy) argument
84 m_position = GeolocationPosition::create(timestamp, latitude, longitude, accuracy);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebMouseEvent.cpp46 WebMouseEvent::WebMouseEvent(Type type, Button button, const IntPoint& position, const IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers modifiers, double timestamp) argument
47 : WebEvent(type, modifiers, timestamp)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitGeolocationProvider.cpp89 void WebKitGeolocationProvider::notifyPositionChanged(int timestamp, double latitude, double longitude, double altitude, double accuracy, double altitudeAccuracy) argument
91 RefPtr<WebGeolocationPosition> position = WebGeolocationPosition::create(timestamp, latitude, longitude, accuracy, true, altitude, true, altitudeAccuracy, false, 0, false, 0);
/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Derr.D_CLEAR_AGGARG.bad.d47 start = timestamp;
H A Derr.D_CLEAR_PROTO.bad.d47 start = timestamp;
H A Dtst.clear.d45 start = timestamp;
H A Dtst.cleardenormalize.d46 start = timestamp;
H A Dtst.clearnormalize.d45 start = timestamp;
/macosx-10.10/dtrace-147/test/tst/common/safety/
H A Dtst.rw.d35 on = (timestamp / 1000000000) & 1;
/macosx-10.10/tcpdump-61/tcpdump/
H A DMakefile-devel-adds12 echo timestamp > ${srcdir}/stamp-h.in
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Drd_priv.c132 /* check timestamp */
137 if (part.timestamp == NULL ||
139 krb5_time_abs(*part.timestamp, sec) > context->max_skew) {
170 if(part.timestamp)
171 outdata->timestamp = *part.timestamp;
H A Drd_safe.c154 /* check timestamp */
160 if (safe.safe_body.timestamp == NULL ||
162 krb5_time_abs(*safe.safe_body.timestamp, sec) > context->max_skew) {
204 if(safe.safe_body.timestamp)
205 outdata->timestamp = *safe.safe_body.timestamp;
/macosx-10.10/WebCore-7600.1.25/replay/
H A DEventLoopInputDispatcher.cpp106 m_previousInputTimestamp = m_runningInput->timestamp();
108 double targetInterval = m_runningInput->timestamp() - m_previousInputTimestamp;
134 m_previousInputTimestamp = m_runningInput->timestamp();
H A DReplaySession.h49 double timestamp() const { return m_timestamp; } function in class:WebCore::ReplaySession
H A DReplaySessionSegment.h51 double timestamp() const { return m_timestamp; } function in class:WebCore::ReplaySessionSegment
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentView.mm100 VelocityData velocityForNewData(CGPoint newPosition, double scale, double timestamp)
115 double timeDelta = timestamp - m_history[oldestDataIndex].timestamp;
122 double timeSinceLastAppend = timestamp - m_lastAppendTimestamp;
124 append(newPosition, scale, timestamp);
126 m_history[m_latestDataIndex] = { timestamp, newPosition, scale };
133 void append(CGPoint newPosition, double scale, double timestamp)
136 m_history[m_latestDataIndex] = { timestamp, newPosition, scale };
142 m_lastAppendTimestamp = timestamp;
153 double timestamp;
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep018script.tcl27 puts stderr "FAIL:[timestamp] Usage: $usage"
68 # Put a timestamp in a shared file.
74 [$marker put CHILDREADY [timestamp -r]] 0
81 [$marker put CHILDDONE [timestamp -r]] 0
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/
H A DGamepad.h53 double timestamp() const { return m_timestamp; } function in class:WebCore::Gamepad
/macosx-10.10/WebCore-7600.1.25/platform/linux/
H A DGamepadDeviceLinux.h42 unsigned long long timestamp() { return m_lastTimestamp; } function in class:WebCore::GamepadDeviceLinux

Completed in 226 milliseconds

1234567891011>>