HomeSort by relevance Sort by last modified time
    Searched defs:timeStamp (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/core/java/android/gesture/
GesturePoint.java 30 public final long timestamp; field in class:GesturePoint
35 timestamp = t;
42 // Read timestamp
43 final long timeStamp = in.readLong();
44 return new GesturePoint(x, y, timeStamp);
49 return new GesturePoint(x, y, timestamp);
  /external/webkit/Source/WebCore/history/
CachedPage.h 49 double timeStamp() const { return m_timeStamp; }
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TimeStampParser.java 33 * Parser for TimeStamp header.
46 * @param timeStamp the header to parse
48 public TimeStampParser(String timeStamp) {
49 super(timeStamp);
62 * @return SIPHeader (TimeStamp object)
69 TimeStamp timeStamp = new TimeStamp();
71 headerName(TokenTypes.TIMESTAMP);
73 timeStamp.setHeaderName(SIPHeaderNames.TIMESTAMP)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 77 $timeStamp = mktime($hour, $minute, 0, $month, $day, $year);
79 $timeStamps[$anEntry] = date("D, j M Y -- H:i (O)", $timeStamp);
81 if ($timeStamp > $latestTimeStamp[$parts[0]]) {
82 $latestTimeStamp[$parts[0]] = $timeStamp;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageLog.java 53 private long timeStamp;
74 && otherLog.timeStamp == timeStamp;
86 String timeStamp,
98 long ts = Long.parseLong(timeStamp);
101 this.timeStamp = ts;
104 "Bad number format " + timeStamp);
119 long timeStamp,
130 if (timeStamp < 0)
132 this.timeStamp = timeStamp
    [all...]
SIPClientTransaction.java 38 import gov.nist.javax.sip.header.TimeStamp;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
TimeStamp.java 36 * TimeStamp SIP Header.
46 public class TimeStamp extends SIPHeader implements TimeStampHeader {
54 * timeStamp field
56 protected long timeStamp = -1;
70 public TimeStamp() {
71 super(TIMESTAMP);
76 if (timeStamp == -1 && timeStampFloat == -1)
78 else if (timeStamp != -1)
79 return Long.toString(timeStamp);
130 public void setTimeStamp(float timeStamp) throws InvalidArgumentException
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerManager.h 56 int timeStamp; // Used to decide which VideoLayerInfo is the oldest one.
116 // Everytime we add one item to the map, we update the timestamp.
  /external/replicaisland/src/com/replica/replicaisland/
LevelTree.java 35 public String timeStamp;
47 timeStamp = time;
104 String timeStamp = null;
130 timeStamp = context.getString(value);
137 currentLevel = new Level(levelResource, null, titleString, timeStamp, inThePast, restartable, showWaitMessage);
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.cpp 357 double timeStamp = FrameView::currentPaintTimeStamp();
358 if (!timeStamp) // If didDraw is called outside of a Frame paint.
359 timeStamp = currentTime();
361 CachedResource::didAccessDecodedData(timeStamp);
  /external/webkit/Source/WebKit/win/
DOMEventsClasses.cpp 155 HRESULT STDMETHODCALLTYPE DOMEvent::timeStamp(
DOMEventsClasses.h 154 virtual HRESULT STDMETHODCALLTYPE timeStamp(
234 virtual HRESULT STDMETHODCALLTYPE timeStamp(
235 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
343 virtual HRESULT STDMETHODCALLTYPE timeStamp(
344 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
491 virtual HRESULT STDMETHODCALLTYPE timeStamp(
492 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
666 virtual HRESULT STDMETHODCALLTYPE timeStamp(
667 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
766 virtual HRESULT STDMETHODCALLTYPE timeStamp(
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 65 uint32 timeStamp; /* time stamp */
109 uint32 timestamp; member in struct:tagVopHeaderInfo
155 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
156 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
157 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV);
158 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Basecomponent.h 54 OMX_TICKS timeStamp;
75 OMX_TICKS timeStamp;
79 /* for Check TimeStamp after Seek */
130 /* Save Timestamp */
131 OMX_TICKS timeStamp[MAX_TIMESTAMP];
  /external/webkit/Source/WebCore/dom/
Event.h 89 DOMTimeStamp timeStamp() const { return m_createTime; }
  /frameworks/base/services/java/com/android/server/pm/
PackageSettingBase.java 53 long timeStamp;
107 timeStamp = base.timeStamp;
158 timeStamp = newStamp;
168 timeStamp = base.timeStamp;
Settings.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 118 long timeStamp = 0; // Database time stamp. Used for sorting ongoing transfers.
229 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP);
241 long timeStamp = cursor.getLong(timestampIndex);
257 String batchID = Long.toString(timeStamp);
259 // sending objects in one batch has same timeStamp
265 item.timeStamp = timeStamp;
321 b.setWhen(item.timeStamp);
345 long timeStamp = 0;
372 WHERE_COMPLETED_OUTBOUND, null, BluetoothShare.TIMESTAMP + " DESC")
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHeap.java 128 long timeStamp = data.getLong();
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.cpp 651 // If we have a IconRecord, it should also have its timeStamp marked because there is only two times when we create the IconRecord:
652 // 1 - When we read the icon urls from disk, getting the timeStamp at the same time
653 // 2 - When we get a new icon from the loader, in which case the timestamp is set at that time
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 22 WebRtc_UWord32 timestamp; member in struct:webrtc::RTPHeader
271 WebRtc_UWord16* fragmentationTimeDiff; // Timestamp difference relative "now" for
316 timeStamp = data.timeStamp;
350 timeStamp = data.timeStamp;
383 WebRtc_UWord32 timeStamp;
474 * Set frame timestamp (90kHz)
476 void SetTimeStamp(const WebRtc_UWord32 timeStamp) {_timeStamp = timeStamp;}
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 62 uint32 timeStamp; /* Vop TimeStamp in msec */
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 328 long timeStamp = System.currentTimeMillis();
332 createTime = timeStamp;
336 lastFailTime = timeStamp;
340 if (DBG) log("notifyConnectionCompleted at " + timeStamp + " cause=" + cause);
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 576 TI_UINT8 timeStamp[8];
    [all...]

Completed in 734 milliseconds

1 2