HomeSort by relevance Sort by last modified time
    Searched defs:TimeStamp (Results 1 - 11 of 11) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
time.h 39 typedef uint32 TimeStamp;
47 // Returns a future timestamp, 'elapsed' milliseconds from now.
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.h 49 typedef uint32 TimeStamp;
59 // Returns a future timestamp, 'elapsed' milliseconds from now.
91 // Converts a unix timestamp in nanoseconds to an NTP timestamp in ms.
  /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/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 41 typedef unsigned long long TimeStamp;
292 TimeStamp m_lastCharTime;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 95 static const char TimeStamp[] = "TimeStamp";
253 m_pendingFrameRecord = TimelineRecordFactory::createGenericRecord(timestamp(), 0, TimelineRecordType::BeginFrame);
558 appendRecord(TimelineRecordFactory::createTimeStampData(message), TimelineRecordType::TimeStamp, true, frame);
711 entry.record->setNumber("endTime", timestamp());
739 RefPtr<JSONObject> record = TimelineRecordFactory::createGenericRecord(timestamp(), captureCallStack ? m_maxCallStackDepth : 0, type);
756 RefPtr<JSONObject> record = TimelineRecordFactory::createGenericRecord(timestamp(), captureCallStack ? m_maxCallStackDepth : 0, type);
808 double InspectorTimelineAgent::timestamp() const function in class:WebCore::InspectorTimelineAgent
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 80 TimeStamp: "TimeStamp",
  /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...]
  /external/chromium_org/v8/src/
platform-win32.cc 244 // The Time class represents time on win32. A timestamp is represented as
256 // Convert timestamp to JavaScript representation.
259 // Set timestamp to current time.
273 // timestamp taking into account daylight saving.
303 // Return the difference (in milliseconds) between this timestamp and
304 // another timestamp.
315 // is just a struct representing a 64-bit integer. The TimeStamp union
317 // the timestamp.
318 union TimeStamp {
323 TimeStamp time_
    [all...]
  /external/v8/src/
platform-win32.cc 237 // The Time class represents time on win32. A timestamp is represented as
249 // Convert timestamp to JavaScript representation.
252 // Set timestamp to current time.
266 // timestamp taking into account daylight saving.
296 // Return the difference (in milliseconds) between this timestamp and
297 // another timestamp.
308 // is just a struct representing a 64-bit integer. The TimeStamp union
310 // the timestamp.
311 union TimeStamp {
316 TimeStamp time_
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 230 public static class TimeStamp extends Time {
232 public TimeStamp() {
236 public static TimeStamp fromByteArray(byte[] data) {
237 TimeStamp ts = new TimeStamp();
263 builder.append("TimeStamp ");
275 public TimeStamp msgCenterTimeStamp;
276 public TimeStamp validityPeriodAbsolute;
277 public TimeStamp deferredDeliveryTimeAbsolute;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 917 OMX_TICKS TimeStamp;
    [all...]

Completed in 400 milliseconds