Home
last modified time | relevance | path

Searched refs:timeStamp (Results 1 – 25 of 65) sorted by relevance

123

/external/nist-sip/java/gov/nist/javax/sip/header/
DTimeStamp.java56 protected long timeStamp = -1; field in TimeStamp
76 if (timeStamp == -1 && timeStampFloat == -1) in getTimeStampAsString()
78 else if (timeStamp != -1) in getTimeStampAsString()
79 return Long.toString(timeStamp); in getTimeStampAsString()
130 public void setTimeStamp(float timeStamp) throws InvalidArgumentException { in setTimeStamp() argument
131 if (timeStamp < 0) in setTimeStamp()
135 this.timeStamp = -1; in setTimeStamp()
136 this.timeStampFloat = timeStamp; in setTimeStamp()
141 return this.timeStampFloat == -1 ? Float.valueOf(timeStamp).floatValue() in getTimeStamp()
172 return this.timeStamp == -1 ? (long) timeStampFloat : timeStamp; in getTime()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageLog.java53 private long timeStamp; field in MessageLog
74 && otherLog.timeStamp == timeStamp; in equals()
86 String timeStamp, in MessageLog() argument
98 long ts = Long.parseLong(timeStamp); in MessageLog()
101 this.timeStamp = ts; in MessageLog()
104 "Bad number format " + timeStamp); in MessageLog()
119 long timeStamp, in MessageLog() argument
130 if (timeStamp < 0) in MessageLog()
132 this.timeStamp = timeStamp; in MessageLog()
155 + timeStamp in toString()
DDefaultMessageLogFactory.java16 String destination, String timeStamp, boolean isSender, in createLogRecord() argument
18 return new MessageLog(message, source, destination, timeStamp, in createLogRecord()
23 String destination, long timeStamp, boolean isSender, in createLogRecord() argument
25 return new MessageLog(message, source, destination, timeStamp, in createLogRecord()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTimeStampParser.java48 public TimeStampParser(String timeStamp) { in TimeStampParser() argument
49 super(timeStamp); in TimeStampParser()
69 TimeStamp timeStamp = new TimeStamp(); in parse() local
73 timeStamp.setHeaderName(SIPHeaderNames.TIMESTAMP); in parse()
86 timeStamp.setTimeStamp(ts); in parse()
89 timeStamp.setTime(ts); in parse()
111 timeStamp.setDelay(ts); in parse()
114 timeStamp.setDelay(ts); in parse()
130 return timeStamp; in parse()
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
DMIDIAccess.cpp105 …:didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) in didReceiveMIDIData() argument
116 …illiseconds = 1000 * document->loader()->timing()->monotonicTimeToZeroBasedDocumentTime(timeStamp); in didReceiveMIDIData()
127 double timeStamp; in sendMIDIData() local
132 timeStamp = 0; in sendMIDIData()
137 timeStamp = documentStartTime + 0.001 * timeStampInMilliseconds; in sendMIDIData()
140 m_accessor->sendMIDIData(portIndex, data, length, timeStamp); in sendMIDIData()
DMIDIAccessor.cpp63 …essor::sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) in sendMIDIData() argument
65 m_accessor->sendMIDIData(portIndex, data, length, timeStamp); in sendMIDIData()
83 …:didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) in didReceiveMIDIData() argument
85 m_client->didReceiveMIDIData(portIndex, data, length, timeStamp); in didReceiveMIDIData()
DMIDIAccessor.h50 … void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp);
56 …eMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE;
DMIDIInput.cpp54 …:didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) in didReceiveMIDIData() argument
67 dispatchEvent(MIDIMessageEvent::create(timeStamp, array)); in didReceiveMIDIData()
DMIDIAccessorClient.h44 …eceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) = 0;
/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js512 this.startTime_ = e.timeStamp;
516 this.recentTouchesX_.push(touch.clientX, e.timeStamp);
517 this.recentTouchesY_.push(touch.clientY, e.timeStamp);
589 this.startTime_ = e.timeStamp;
602 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp);
603 this.removeOldTouches_(this.recentTouchesY_, e.timeStamp);
604 this.recentTouchesX_.push(clientX, e.timeStamp);
605 this.recentTouchesY_.push(clientY, e.timeStamp);
681 this.endTime_ = e.timeStamp;
685 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp);
[all …]
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dtouch_handler.js527 this.startTime_ = e.timeStamp;
531 this.recentTouchesX_.push(touch.clientX, e.timeStamp);
532 this.recentTouchesY_.push(touch.clientY, e.timeStamp);
608 this.startTime_ = e.timeStamp;
621 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp);
622 this.removeOldTouches_(this.recentTouchesY_, e.timeStamp);
623 this.recentTouchesX_.push(clientX, e.timeStamp);
624 this.recentTouchesY_.push(clientY, e.timeStamp);
700 this.endTime_ = e.timeStamp;
704 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp);
[all …]
/external/chromium/chrome/browser/resources/touch_ntp/
Dtouchhandler.js512 this.startTime_ = e.timeStamp;
516 this.recentTouchesX_.push(touch.clientX, e.timeStamp);
517 this.recentTouchesY_.push(touch.clientY, e.timeStamp);
589 this.startTime_ = e.timeStamp;
602 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp);
603 this.removeOldTouches_(this.recentTouchesY_, e.timeStamp);
604 this.recentTouchesX_.push(clientX, e.timeStamp);
605 this.recentTouchesY_.push(clientY, e.timeStamp);
681 this.endTime_ = e.timeStamp;
685 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp);
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DScreencastView.js309 …InputAgent.dispatchKeyEvent(type, this._modifiersForEvent(event), event.timeStamp / 1000, text, te…
329 var timeStamp = event.timeStamp / 1000;
336 InputAgent.dispatchGestureEvent("scrollBegin", x, y, timeStamp);
341 InputAgent.dispatchGestureEvent("scrollUpdate", x, y, timeStamp, dx, dy);
343 InputAgent.dispatchGestureEvent("scrollEnd", x, y, timeStamp);
348 InputAgent.dispatchGestureEvent("pinchBegin", x, y, timeStamp);
349 InputAgent.dispatchGestureEvent("pinchUpdate", x, y, timeStamp, 0, 0, scale);
350 InputAgent.dispatchGestureEvent("pinchEnd", x, y, timeStamp);
352 InputAgent.dispatchGestureEvent("scrollBegin", x, y, timeStamp);
353 …InputAgent.dispatchGestureEvent("scrollUpdate", x, y, timeStamp, event.wheelDeltaX, event.wheelDel…
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
Dindex.php77 $timeStamp = mktime($hour, $minute, 0, $month, $day, $year); variable
79 $timeStamps[$anEntry] = date("D, j M Y -- H:i (O)", $timeStamp);
81 if ($timeStamp > $latestTimeStamp[$parts[0]]) {
82 $latestTimeStamp[$parts[0]] = $timeStamp;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTypeAhead.cpp62 if (event->timeStamp() < m_lastTypeTime) in handleEvent()
66 DOMTimeStamp delta = event->timeStamp() - m_lastTypeTime; in handleEvent()
67 m_lastTypeTime = event->timeStamp(); in handleEvent()
/external/nist-sip/java/javax/sip/header/
DTimeStampHeader.java14 void setTime(long timeStamp) throws InvalidArgumentException; in setTime() argument
20 void setTimeStamp(float timeStamp) throws InvalidArgumentException; in setTimeStamp() argument
/external/webrtc/src/modules/interface/
Dmodule_common_types.h316 timeStamp = data.timeStamp; in EncodedVideoData()
350 timeStamp = data.timeStamp;
383 WebRtc_UWord32 timeStamp; variable
476 void SetTimeStamp(const WebRtc_UWord32 timeStamp) {_timeStamp = timeStamp;} in SetTimeStamp() argument
525 WebRtc_UWord32 timeStamp);
735 const WebRtc_UWord32 timeStamp,
794 const WebRtc_UWord32 timeStamp, in UpdateFrame() argument
805 _timeStamp = timeStamp; in UpdateFrame()
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
Dnavigation_collector.js169 this.pending_[id].start = data.timeStamp;
183 this.pending_[id].start = this.pending_[id].start || data.timeStamp;
229 duration: (data.timeStamp - this.pending_[id].start),
258 duration: (data.timeStamp - this.pending_[id].start),
/external/replicaisland/src/com/replica/replicaisland/
DLevelTree.java35 public String timeStamp; field in LevelTree.Level
47 timeStamp = time; in Level()
104 String timeStamp = null; in loadLevelTree() local
130 timeStamp = context.getString(value); in loadLevelTree()
137 …currentLevel = new Level(levelResource, null, titleString, timeStamp, inThePast, restartable, show… in loadLevelTree()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAnchorElement.cpp577 m_mouseOverTimestamp = event->timeStamp(); in handleMouseOver()
588 …double mouseOverDuration = convertDOMTimeStampToSeconds(event->timeStamp() - m_mouseOverTimestamp); in handleMouseOut()
597 m_mouseDownTimestamp = event->timeStamp(); in handleLeftMouseDown()
615 m_tapDownTimestamp = event->timeStamp(); in handleGestureShowPress()
626 …double mouseOverDuration = convertDOMTimeStampToSeconds(event->timeStamp() - m_mouseOverTimestamp); in handleClick()
635 …double mouseDownDuration = convertDOMTimeStampToSeconds(event->timeStamp() - m_mouseDownTimestamp); in handleClick()
642 … double tapDownDuration = convertDOMTimeStampToSeconds(event->timeStamp() - m_tapDownTimestamp); in handleClick()
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DCinematic.java241 public KeyFrame addCinematicEvent(float timeStamp, CinematicEvent cinematicEvent) { in addCinematicEvent() argument
242 KeyFrame keyFrame = timeLine.getKeyFrameAtTime(timeStamp); in addCinematicEvent()
245 timeLine.addKeyFrameAtTime(timeStamp, keyFrame); in addCinematicEvent()
305 public void activateCamera(final float timeStamp, final String cameraName) { in activateCamera() argument
306 addCinematicEvent(timeStamp, new AbstractCinematicEvent() { in activateCamera()
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
Dnavigation_collector.js224 this.pending_[id].start = data.timeStamp;
238 this.pending_[id].start = this.pending_[id].start || data.timeStamp;
355 duration: (data.timeStamp - this.pending_[id].start),
386 duration: (data.timeStamp - this.pending_[id].start),
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResource.cpp420 double timeStamp = FrameView::currentFrameTimeStamp(); in didDraw() local
421 if (!timeStamp) // If didDraw is called outside of a Frame paint. in didDraw()
422 timeStamp = currentTime(); in didDraw()
424 Resource::didAccessDecodedData(timeStamp); in didDraw()
/external/chromium_org/third_party/WebKit/public/platform/
DWebMIDIAccessor.h44 …id sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) { } in sendMIDIData() argument
/external/nist-sip/java/gov/nist/javax/sip/
DLogRecordFactory.java34 String destination, long timeStamp, boolean isSender, in createLogRecord() argument

123