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

  /external/webrtc/webrtc/base/
timeutils.h 35 typedef uint32_t TimeStamp;
47 // Returns a future timestamp, 'elapsed' milliseconds from now.
81 // Converts a unix timestamp in nanoseconds to an NTP timestamp in ms.
  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.h 64 * Get frame timestamp (90kHz)
66 uint32_t TimeStamp() const { return _timeStamp; }
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntcons.h 57 LARGE_INTEGER TimeStamp;
wmistr.h 22 LARGE_INTEGER TimeStamp;
bdamedia.h 356 ULONGLONG TimeStamp;
pdh.h 58 FILETIME TimeStamp;
evntrace.h 306 LARGE_INTEGER TimeStamp;
343 LARGE_INTEGER TimeStamp;
sspi.h 106 typedef SECURITY_INTEGER TimeStamp;
109 typedef unsigned __LONG32 TimeStamp;
401 TimeStamp tsStart;
402 TimeStamp tsExpiry;
456 TimeStamp tsPasswordExpires;
460 TimeStamp tsLogoffTime;
    [all...]
ntsecapi.h 756 ULONGLONG TimeStamp;
    [all...]
winioctl.h     [all...]
netmon.h 399 __MINGW_EXTENSION __int64 TimeStamp;
418 __MINGW_EXTENSION __int64 TimeStamp;
571 __MINGW_EXTENSION __int64 TimeStamp;
638 SYSTEMTIME TimeStamp;
721 __MINGW_EXTENSION __int64 TimeStamp;
746 __MINGW_EXTENSION __int64 TimeStamp;
764 __MINGW_EXTENSION __int64 TimeStamp;
782 __MINGW_EXTENSION __int64 TimeStamp;
    [all...]
strmif.h     [all...]
  /external/v8/src/base/platform/
platform-win32.cc 197 // The Time class represents time on win32. A timestamp is represented as
209 // Convert timestamp to JavaScript representation.
212 // Set timestamp to current time.
226 // timestamp taking into account daylight saving.
249 // is just a struct representing a 64-bit integer. The TimeStamp union
251 // the timestamp.
252 union TimeStamp {
257 TimeStamp time_;
261 // Initialize timestamp to start of epoc.
267 // Initialize timestamp from a JavaScript timestamp
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 203 support::ulittle32_t TimeStamp;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 231 public static class TimeStamp extends Time {
233 public TimeStamp() {
237 public static TimeStamp fromByteArray(byte[] data) {
238 TimeStamp ts = new TimeStamp();
264 builder.append("TimeStamp ");
276 public TimeStamp msgCenterTimeStamp;
277 public TimeStamp validityPeriodAbsolute;
278 public TimeStamp deferredDeliveryTimeAbsolute;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 917 OMX_TICKS TimeStamp;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 87 LARGE_INTEGER TimeStamp;
113 LARGE_INTEGER TimeStamp;
176 ULONGLONG TimeStamp;
216 ERROR_TIMESTAMP TimeStamp;
249 lid |= (USHORT)((UCHAR)(Log->TimeStamp.s.Reserved) << 8);
251 lid |= (USHORT)((UCHAR)(Log->TimeStamp.Reserved) << 8);
946 ULONG TimeStamp;
964 ULONGLONG TimeStamp:1;
977 ERROR_TIMESTAMP TimeStamp;
ntifs.h     [all...]
wdm.h     [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 803 milliseconds