HomeSort by relevance Sort by last modified time
    Searched refs:TimeStamp (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils_unittest.cc 47 TimeStamp ts_earlier = Time();
49 TimeStamp ts_now = Time();
63 TimeStamp ts_later = TimeAfter(100);
97 TimeStamp ts_earlier = Time();
98 TimeStamp ts_later = TimeAfter(500);
121 TimeStamp ts_earlier = static_cast<TimeStamp>(-50);
122 TimeStamp ts_later = ts_earlier + 100;
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.
messagequeue_unittest.cc 73 TimeStamp now = Time();
  /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/chromium/third_party/libjingle/source/talk/base/
time.h 39 typedef uint32 TimeStamp;
47 // Returns a future timestamp, 'elapsed' milliseconds from now.
  /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...]
NameMap.java 105 putNameMap(TIMESTAMP, TimeStamp.class.getName()); //14
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 41 typedef unsigned long long TimeStamp;
292 TimeStamp m_lastCharTime;
PopupListBox.cpp 71 static const TimeStamp typeAheadTimeoutMs = 1000;
311 TimeStamp now = static_cast<TimeStamp>(currentTime() * 1000.0f);
312 TimeStamp delta = now - m_lastCharTime;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibufst.h 84 CARD32 timeStamp B32; /* update time */
397 TimeStamp lastUpdate; /* time of last update */
418 TimeStamp activateTime;
486 TimeStamp lastUpdate; /* time of last update */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 84 CARD32 timeStamp B32; /* update time */
397 TimeStamp lastUpdate; /* time of last update */
418 TimeStamp activateTime;
486 TimeStamp lastUpdate; /* time of last update */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 84 CARD32 timeStamp B32; /* update time */
397 TimeStamp lastUpdate; /* time of last update */
418 TimeStamp activateTime;
486 TimeStamp lastUpdate; /* time of last update */
  /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...]
  /external/chromium/net/http/
http_auth_sspi_win.cc 67 TimeStamp expiry;
86 TimeStamp expiry;
  /external/chromium_org/net/http/
http_auth_sspi_win.cc 67 TimeStamp expiry;
86 TimeStamp expiry;
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 219 TimeStamp ts_expiry;
321 TimeStamp ts_expiry;
690 TimeStamp ts_expiry;
  /external/chromium_org/chrome/test/logging/win/
log_file_printer.cc 164 PrintTimeStamp(event->Header.TimeStamp);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePresentationModel.js 100 recordStyles[recordTypes.TimeStamp] = { title: WebInspector.UIString("Stamp"), category: categories["scripting"] };
141 if (record.type === recordTypes.TimeStamp)
215 else if (recordType === recordTypes.TimeStamp)
437 if (record.type === WebInspector.TimelineModel.RecordType.TimeStamp)
    [all...]
TimelineModel.js 80 TimeStamp: "TimeStamp",
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc     [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/chromium/net/socket/
ssl_client_socket_win.cc 253 TimeStamp expiry;
620 TimeStamp expiry;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 38 import gov.nist.javax.sip.header.TimeStamp;
    [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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 917 OMX_TICKS TimeStamp;
    [all...]

Completed in 4505 milliseconds

1 2