/external/webrtc/talk/app/webrtc/objc/public/ |
H A D | RTCStatsReport.h | 36 @property(nonatomic, readonly) CFTimeInterval timestamp; variable
|
/external/webrtc/webrtc/api/objc/ |
H A D | RTCStatsReport.h | 19 @property(nonatomic, readonly) CFTimeInterval timestamp; variable
|
/external/v8/src/profiler/ |
H A D | tick-sample.h | 21 base::TimeTicks timestamp; member in struct:v8::internal::TickSample
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_screen.h | 48 unsigned timestamp; member in struct:softpipe_screen
|
H A D | sp_texture.h | 68 unsigned timestamp; member in struct:softpipe_resource
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_screen.h | 56 unsigned timestamp; member in struct:llvmpipe_screen
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
H A D | 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/examples/jodatime/ |
H A D | JodaTimeFlowStylesTest.java | 37 private static final long timestamp = 1000000000000L; field in class:JodaTimeFlowStylesTest 45 DateTime etalon = new DateTime(timestamp, DateTimeZone.UTC); 76 * 'date' must be used only with the explicit '!!timestamp' tag. 86 * '!!timestamp' tag. 106 * !!timestamp must be used, without it the implicit tag will be ignored 109 * Since the timestamp contains ':' character it cannot use plain scalar 111 * style and that is why the explicit '!!timestamp' is present in the YAML 120 DateTime etalon = new DateTime(timestamp, DateTimeZone.UTC); 128 "!!examples.jodatime.MyBean {date: !!timestamp '2001-09-09T01:46:40Z', id: id123}\n", 143 if (nnode.getTag().equals(new Tag("tag:yaml.org,2002:timestamp"))) { [all...] |
H A D | JodaTimeExampleTest.java | 34 private static final long timestamp = 1000000000000L; field in class:JodaTimeExampleTest 37 DateTime time = new DateTime(timestamp, DateTimeZone.UTC); 40 String date = new Yaml().dump(new Date(timestamp)); 48 assertEquals(new DateTime(timestamp, DateTimeZone.UTC), time); 57 String timestamp = yaml.dump(someDate); 58 assertEquals("0009-02-22T23:40:28Z\n", timestamp); 59 // System.out.println(timestamp); 60 Object o = yaml.load(timestamp); 72 if (nnode.getTag().equals("tag:yaml.org,2002:timestamp")) { 94 // Whenever we see an explicit timestamp ta [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
H A D | JavaBeanWithSqlTimestamp.java | 19 private java.sql.Timestamp timestamp; field in class:JavaBeanWithSqlTimestamp 23 return timestamp; 26 public void setTimestamp(java.sql.Timestamp timestamp) { argument 27 this.timestamp = timestamp;
|
/external/swiftshader/src/D3D9/ |
H A D | Direct3DQuery9.hpp | 54 UINT64 timestamp; // D3DQUERYTYPE_TIMESTAMP member in class:D3D9::Direct3DQuery9
|
/external/webrtc/webrtc/modules/video_coding/ |
H A D | 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/ |
H A D | 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, ×tamp_in_ms)); 59 uint32_t timestamp = 0xFFFFFFFF; local 62 rtcp.push_front(RtcpMeasurement(ntp_sec, ntp_frac, timestamp)); 64 timestamp 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/webrtc/webrtc/test/ |
H A D | fake_texture_frame.cc | 19 uint32_t timestamp, 24 timestamp, render_time_ms, rotation); 16 CreateFrame(FakeNativeHandle* native_handle, int width, int height, uint32_t timestamp, int64_t render_time_ms, VideoRotation rotation) argument
|
/external/ImageMagick/MagickCore/ |
H A D | module.h | 52 timestamp; member in struct:_ModuleInfo
|
/external/curl/lib/ |
H A D | 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/ |
H A D | events.h | 18 * @timestamp: best estimate of time of event occurrence (often from 23 __s64 timestamp; member in struct:iio_event_data
|
/external/libdrm/etnaviv/ |
H A D | etnaviv_pipe.c | 33 int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms) argument 35 return etna_pipe_wait_ns(pipe, timestamp, ms * 1000000); 38 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns) argument 45 .fence = timestamp,
|
/external/libdrm/freedreno/ |
H A D | freedreno_pipe.c | 77 int fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) argument 79 return fd_pipe_wait_timeout(pipe, timestamp, ~0); 82 int fd_pipe_wait_timeout(struct fd_pipe *pipe, uint32_t timestamp, argument 85 return pipe->funcs->wait(pipe, timestamp, timeout);
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | 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/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | TimestampTest.cs | 87 private static void AssertRoundtrip(Timestamp timestamp, DateTime dateTime) argument 89 Assert.AreEqual(timestamp, Timestamp.FromDateTime(dateTime)); 90 Assert.AreEqual(dateTime, timestamp.ToDateTime()); 91 Assert.AreEqual(DateTimeKind.Utc, timestamp.ToDateTime().Kind);
|
/external/syslinux/gpxe/src/include/gpxe/ |
H A D | profile.h | 19 uint64_t timestamp; member in union:profiler 54 uint64_t last_timestamp = profiler->timestamp; 59 return ( profiler->timestamp - last_timestamp );
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
H A D | StatsReport.java | 53 public final double timestamp; field in class:StatsReport 56 public StatsReport(String id, String type, double timestamp, Value[] values) { argument 59 this.timestamp = timestamp; 66 .append(", timestamp: ").append(timestamp).append(", values: ");
|
/external/webrtc/webrtc/audio/ |
H A D | audio_sink.h | 34 uint32_t timestamp) 39 timestamp(timestamp) {} 45 uint32_t timestamp; // The RTP timestamp of the first sample. member in struct:webrtc::AudioSinkInterface::Data 30 Data(int16_t* data, size_t samples_per_channel, int sample_rate, size_t channels, uint32_t timestamp) argument
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
H A D | packet_buffer.h | 67 // Gets the timestamp for the first packet in the buffer and writes it to the 73 // Gets the timestamp for the first packet in the buffer with a timestamp no 74 // lower than the input limit |timestamp|. The result is written to the output 78 virtual int NextHigherTimestamp(uint32_t timestamp, 88 // Subsequent packets with the same timestamp as the one extracted will be 100 // to zero implies that the horizon is set to half the timestamp range. That 134 // Static method returning true if |timestamp| is older than |timestamp_limit| 136 // with timestamp_limit = 100 and horizon_samples = 10, a timestamp in the 139 // half the 32-bit timestamp rang 140 IsObsoleteTimestamp(uint32_t timestamp, uint32_t timestamp_limit, uint32_t horizon_samples) argument [all...] |