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

1 2 3 4 5 6 7 8 91011>>

  /external/u-boot/arch/arm/cpu/arm720t/
interrupts.c 15 static ulong timestamp; variable
22 timestamp = 0;
  /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
  /cts/tests/tests/media/src/android/media/cts/
MediaTimestampTest.java 27 MediaTimestamp timestamp = new MediaTimestamp(1000, 2000, 2.0f); local
28 assertEquals(1000, timestamp.getAnchorMediaTimeUs());
29 assertEquals(2000, timestamp.getAnchorSystemNanoTime());
30 assertEquals(2.0f, timestamp.getMediaClockRate());
  /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
  /external/grpc-grpc/test/core/util/
reconnect_server.h 27 gpr_timespec timestamp; member in struct:timestamp_list
  /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/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/internal/
TimestampConverter.java 20 import io.opencensus.common.Timestamp;
25 * {@link Timestamp}.
29 private final Timestamp timestamp; field in class:TimestampConverter
38 * Converts a {@link System#nanoTime() nanoTime} value to {@link Timestamp}.
41 * @return the {@code Timestamp} representation of the {@code time}.
43 public Timestamp convertNanoTime(long nanoTime) {
44 return timestamp.addNanos(nanoTime - this.nanoTime);
47 private TimestampConverter(Timestamp timestamp, long nanoTime)
    [all...]
  /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/u-boot/arch/m68k/cpu/mcf547x_8x/
slicetimer.c 15 static ulong timestamp; variable
55 timestamp++;
64 timestamp = 0;
88 return (timestamp - base);
  /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
  /bionic/libc/kernel/uapi/linux/
erspan.h 24 __be32 timestamp; member in struct:erspan_md2
  /bionic/libc/kernel/uapi/linux/iio/
events.h 25 __s64 timestamp; member in struct:iio_event_data
  /build/make/target/product/gsi/
Android.mk 40 check-vndk-list-timestamp := $(call intermediates-dir-for,PACKAGING,vndk)/check-list-timestamp
50 check-vndk-list: $(check-vndk-list-timestamp)
60 $(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/nativemidi/java/android/nativemidi/cts/
NativeMidiMessage.java 27 public long timestamp; field in class:NativeMidiMessage
41 sb.append("] timestamp:" + Long.toHexString(timestamp));
  /development/tools/winscope/src/
transform.js 17 function transform({obj, kind, name, children, timestamp, rect, bounds, highlight, rects_transform, chips, visible, flattened, stableId}) {
67 timestamp: call(timestamp, obj),
66 obj: obj, property in class:transform.result
  /device/generic/goldfish/wifi/ipv6proxy/
log.cpp 34 char timestamp[1024]; local
36 strftime(timestamp, sizeof(timestamp), format, &localTime);
37 fprintf(stream, "%s ", timestamp);
  /device/google/cuttlefish_common/guest/hals/hwcomposer/common/
hwcomposer.cpp 50 int64_t timestamp = int64_t(rt.tv_sec) * 1e9 + rt.tv_nsec; local
51 // Given now's timestamp calculate the time of the next timestamp.
52 timestamp += pdev->vsync_period_ns -
53 (timestamp - base_timestamp) % pdev->vsync_period_ns;
55 rt.tv_sec = timestamp / 1e9;
56 rt.tv_nsec = timestamp % static_cast<int32_t>(1e9);
75 vsync_proc(const_cast<hwc_procs_t*>(pdev->procs), 0, timestamp);

Completed in 1218 milliseconds

1 2 3 4 5 6 7 8 91011>>