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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/talk/app/webrtc/objc/public/
RTCStatsReport.h 36 @property(nonatomic, readonly) CFTimeInterval timestamp; variable
  /external/webrtc/webrtc/api/objc/
RTCStatsReport.h 19 @property(nonatomic, readonly) CFTimeInterval timestamp; variable
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatqueue.h 20 guint64 timestamp; member in struct:_MixInputBufferEntry
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_screen.h 48 unsigned timestamp; member in struct:softpipe_screen
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 173 * private float timestamp;
178 * if (timestamp != 0) {
179 * final float dT = (event.timestamp - timestamp) * NS2S;
207 * timestamp = event.timestamp;
577 * is as likely to be at the indicated timestamp as anywhere else.
599 public long timestamp; field in class:SensorEvent
TriggerEvent.java 28 * when the trigger happened, the timestamp along with detailed
57 public long timestamp; field in class:TriggerEvent
  /external/libweave/src/states/
state_change_queue.h 19 // The |timestamp| records the time of the state change.
25 : timestamp{time}, changed_properties{std::move(properties)} {}
26 base::Time timestamp; member in struct:weave::StateChange
35 bool NotifyPropertiesUpdated(base::Time timestamp,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.h 56 unsigned timestamp; member in struct:llvmpipe_screen
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
JavaBeanWithSqlTimestamp.java 19 private java.sql.Timestamp timestamp; field in class:JavaBeanWithSqlTimestamp
22 public java.sql.Timestamp getTimestamp() {
23 return timestamp;
26 public void setTimestamp(java.sql.Timestamp timestamp) {
27 this.timestamp = timestamp;
  /external/webrtc/webrtc/modules/video_coding/
timestamp_map.h 29 void Add(uint32_t timestamp, VCMFrameInformation* data);
30 VCMFrameInformation* Pop(uint32_t timestamp);
34 uint32_t timestamp; member in struct:webrtc::VCMTimestampMap::TimestampDataTuple
  /external/webrtc/webrtc/system_wrappers/source/
rtp_to_ntp_unittest.cc 40 uint32_t timestamp = 0; local
43 rtcp.push_front(RtcpMeasurement(ntp_sec, ntp_frac, timestamp));
45 timestamp -= kTimestampTicksPerMs;
46 rtcp.push_front(RtcpMeasurement(ntp_sec, ntp_frac, timestamp));
48 timestamp -= kTimestampTicksPerMs;
51 // has a much smaller RTP timestamp than the newer.
52 EXPECT_FALSE(RtpToNtpMs(timestamp, rtcp, &timestamp_in_ms));
59 uint32_t timestamp = 0xFFFFFFFF; local
62 rtcp.push_front(RtcpMeasurement(ntp_sec, ntp_frac, timestamp));
64 timestamp += kTimestampTicksPerMs
79 uint32_t timestamp = 0xFFFFFFFF - 2 * kTimestampTicksPerMs; local
99 uint32_t timestamp = 0; local
116 uint32_t timestamp = 0xFFFFFFFF; local
136 uint32_t timestamp = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 20 timestamp = QDateTime::currentDateTime();
25 QDateTime getTimestamp() const { return timestamp; }
30 QDateTime timestamp; member in class:WpaMsg
  /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);
  /libcore/ojluni/src/main/java/java/lang/ref/
SoftReference.java 71 * Timestamp clock, updated by the garbage collector
76 * Timestamp updated by each invocation of the get method. The VM may use
80 private long timestamp; field in class:SoftReference
90 this.timestamp = clock;
104 this.timestamp = clock;
117 if (o != null && this.timestamp != clock)
118 this.timestamp = clock;
  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/
probability_entry_test.cpp 41 const int timestamp = 0x3FFFFFFF; local
44 const HistoricalInfo historicalInfo(timestamp, 0 /* level */, count);
53 EXPECT_EQ(timestamp, decodedEntry.getHistoricalInfo()->getTimestamp());
  /libcore/luni/src/test/java/libcore/java/sql/
TimestampTest.java 20 import java.sql.Timestamp;
27 // Timestamp uses the current default timezone in toString() to convert to
32 Timestamp t1 = new Timestamp(Long.MIN_VALUE);
35 Timestamp t2 = new Timestamp(Long.MIN_VALUE + 1);
38 Timestamp t3 = new Timestamp(Long.MIN_VALUE + 807);
41 Timestamp t4 = new Timestamp(Long.MIN_VALUE + 808)
149 Timestamp timestamp = new Timestamp(0); local
    [all...]
  /bionic/libc/kernel/uapi/linux/iio/
events.h 26 __s64 timestamp; member in struct:iio_event_data
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEvent.java 31 public final long timestamp; field in class:TestSensorEvent
47 * Construct a TestSensorEvent from {@link SensorEvent} data and a received timestamp.
50 * @param receivedTimestamp the timestamp when
56 timestamp = event.timestamp;
65 public TestSensorEvent(Sensor sensor, long timestamp, int accuracy, float[] values) {
66 this(sensor, timestamp, timestamp, accuracy, values);
72 public TestSensorEvent(Sensor sensor, long timestamp, long receivedTimestamp, int accuracy,
75 this.timestamp = timestamp
    [all...]
  /external/ImageMagick/MagickCore/
module.h 52 timestamp; member in struct:_ModuleInfo
  /external/avahi/avahi-common/
timeval.c 97 static time_t timestamp = 0; local
105 if (now >= timestamp + 10) {
106 timestamp = now;
  /external/chromium-trace/catapult/dashboard/dashboard/models/
alert.py 20 timestamp = ndb.DateTimeProperty(indexed=True, auto_now_add=True) variable in class:Alert
bug_data.py 47 timestamp = ndb.DateTimeProperty(indexed=True, auto_now_add=True) variable in class:Bug
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/protorpc_appstats/
__init__.py 53 timestamp: Timestamp of appstats detail to retrieve.
56 timestamp = messages.IntegerField(1, required=True) variable in class:GetDetailsRequest
105 def load_full_proto(timestamp):
106 """Load the full record for a given timestamp.
109 timestamp: The start_timestamp of the record, as a float in seconds
116 full_key = recording.make_key(timestamp) + recording.config.FULL_SUFFIX
126 if full.start_timestamp_milliseconds != int(timestamp * 1000):
127 logging.warn('Hash collision, record at %d has timestamp %d',
128 int(timestamp * 1000), full.start_timestamp_milliseconds
    [all...]
  /external/curl/lib/
hostip.h 68 /* timestamp == 0 -- CURLOPT_RESOLVE entry, doesn't timeout */
69 time_t timestamp; member in struct:Curl_dns_entry
  /external/kernel-headers/original/uapi/linux/iio/
events.h 18 * @timestamp: best estimate of time of event occurrence (often from
23 __s64 timestamp; member in struct:iio_event_data

Completed in 1976 milliseconds

1 2 3 4 5 6 7 8 91011>>