HomeSort by relevance Sort by last modified time
    Searched defs:timestamp (Results 1 - 25 of 1238) 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
  /external/v8/src/profiler/
tick-sample.h 21 base::TimeTicks timestamp; member in struct:v8::internal::TickSample
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatqueue.h 20 guint64 timestamp; member in struct:_MixInputBufferEntry
  /external/bsdiff/
logging.cc 21 char timestamp[32]; local
22 strftime(timestamp, sizeof(timestamp), "%m-%d %H:%M:%S", std::localtime(&t));
24 stream_ << severity << " " << timestamp << " " << file << ":" << line << ": ";
  /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;
563 * is as likely to be at the indicated timestamp as anywhere else.
650 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/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_fence.c 39 uint32_t timestamp; member in struct:pipe_fence_handle
57 if (etna_pipe_wait_ns(fence->screen->pipe, fence->timestamp, timeout))
77 fence->timestamp = etna_cmd_stream_timestamp(ctx->stream);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.h 56 unsigned timestamp; member in struct:llvmpipe_screen
  /external/mesa3d/src/gallium/state_trackers/clover/core/
timestamp.hpp 33 namespace timestamp { namespace in namespace:clover
35 /// Emit a timestamp query that is executed asynchronously by
57 /// Get the current timestamp value.
  /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/swiftshader/src/D3D9/
Direct3DQuery9.hpp 54 UINT64 timestamp; // D3DQUERYTYPE_TIMESTAMP member in class:D3D9::Direct3DQuery9
  /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 25 __s64 timestamp; member in struct:iio_event_data
  /build/make/target/product/vndk/
Android.mk 41 check-vndk-list-timestamp := $(call intermediates-dir-for,PACKAGING,vndk)/check-list-timestamp
42 check-vndk-list: $(check-vndk-list-timestamp)
51 $(check-vndk-list-timestamp): $(INTERNAL_VNDK_LIB_LIST) $(LATEST_VNDK_LIB_LIST) $(HOST_OUT_EXECUTABLES)/update-vndk-list.sh
  /cts/tests/sensor/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...]
  /cts/tests/tests/content/src/android/content/cts/
ClipDescriptionTest.java 50 final long timestamp = clipboardManager.getPrimaryClipDescription().getTimestamp(); local
51 if (timestamp < timestampBeforeSet || timestamp > timestampAfterSet) {
52 fail("Value of timestamp is not as expected.\n"
53 + "timestamp before setting clip: " + logTime(timestampBeforeSet) + "\n"
54 + "timestamp after setting clip: " + logTime(timestampAfterSet) + "\n"
55 + "actual timestamp: " + logTime(timestamp) + "\n"
  /development/tools/winscope/src/
transform.js 17 function transform({obj, kind, name, children, timestamp, rect, bounds, highlight, rects_transform, chips, visible, flattened}) {
64 timestamp: call(timestamp, obj),
63 obj: obj, property in class:transform.result

Completed in 668 milliseconds

1 2 3 4 5 6 7 8 91011>>