| /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
| D | rx-timestamp.hpp | 42 struct timestamp struct 44 typedef rxu::decay_t<T> source_value_type; 45 typedef rxu::decay_t<Coordination> coordination_type; 47 struct timestamp_values { 55 timestamp_values initial; 57 timestamp(coordination_type coordination) in timestamp() function 63 struct timestamp_observer 94 auto operator()(Subscriber dest) const in operator ()() 105 auto timestamp(AN&&... an) in timestamp() function
|
| /external/opencensus-java/api/src/test/java/io/opencensus/common/ |
| D | TimestampTest.java | 116 Timestamp timestamp = Timestamp.create(1234, 223); in timestampAddNanos() local 128 Timestamp timestamp = Timestamp.create(1234, 223); in timestampAddNanos_Negative() local 139 Timestamp timestamp = Timestamp.create(1234, 223); in timestampAddDuration() local 149 Timestamp timestamp = Timestamp.create(1234, 223); in timestampAddDuration_Negative() local 164 Timestamp timestamp = Timestamp.create(1234, 223); in timestampSubtractTimestamp() local 179 Timestamp timestamp = Timestamp.create(1234, 223); in timestampSubtractTimestamp_NegativeResult() local
|
| /external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
| D | screenshare_layers_unittest.cc | 39 void EncodeFrame(uint32_t timestamp, in EncodeFrame() 66 uint32_t timestamp = 0; in RunGracePeriod() local 85 int SkipUntilTl(int layer, int timestamp) { in SkipUntilTl() 111 uint32_t timestamp = 0; variable 137 uint32_t timestamp = 0; variable 187 uint32_t timestamp = 0; variable 207 uint32_t timestamp = 0; variable 235 uint32_t timestamp = 0; variable 287 uint32_t timestamp = RunGracePeriod(); variable 316 uint32_t timestamp = 0; in TEST_F() local [all …]
|
| D | default_temporal_layers_unittest.cc | 84 uint32_t timestamp = 0; variable 125 unsigned int timestamp = 0; variable 165 uint32_t timestamp = 0; variable 193 uint32_t timestamp = 0; in TEST() local
|
| /external/perfetto/src/trace_processor/ |
| D | trace_sorter.h | 70 inline void PushTracePacket(int64_t timestamp, in PushTracePacket() 81 inline void PushJsonValue(int64_t timestamp, in PushJsonValue() 89 inline void PushFuchsiaRecord(int64_t timestamp, in PushFuchsiaRecord() 101 int64_t timestamp = systrace_line->ts; in PushSystraceLine() local 108 int64_t timestamp, in PushFtraceEvent() 128 int64_t timestamp, in PushInlineFtraceEvent() 135 int64_t timestamp, in PushInlineFtraceEvent() 142 inline void PushTrackEventPacket(int64_t timestamp, in PushTrackEventPacket() 186 const int64_t timestamp = ttp.timestamp; in Append() local
|
| /external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/ |
| D | TimedValueQueue.java | 47 public synchronized void add(long timestamp, V value) { in add() 74 public synchronized @Nullable V pollFloor(long timestamp) { in pollFloor() 86 public synchronized @Nullable V poll(long timestamp) { in poll() 101 private V poll(long timestamp, boolean onlyOlder) { in poll() 118 private void clearBufferOnTimeDiscontinuity(long timestamp) { in clearBufferOnTimeDiscontinuity() 150 private void addUnchecked(long timestamp, V value) { in addUnchecked()
|
| /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/ |
| D | MutableAggregation.java | 52 abstract void add(double value, Map<String, String> attachments, Timestamp timestamp); in add() 69 abstract Point toPoint(Timestamp timestamp); in toPoint() 88 void add(double value, Map<String, String> attachments, Timestamp timestamp) { in add() 104 Point toPoint(Timestamp timestamp) { in toPoint() 135 Point toPoint(Timestamp timestamp) { in toPoint() 157 void add(double value, Map<String, String> attachments, Timestamp timestamp) { in add() 173 Point toPoint(Timestamp timestamp) { in toPoint() 205 void add(double value, Map<String, String> attachments, Timestamp timestamp) { in add() 225 Point toPoint(Timestamp timestamp) { in toPoint() 294 void add(double value, Map<String, String> attachments, Timestamp timestamp) { in add() [all …]
|
| /external/tensorflow/tensorflow/python/client/ |
| D | timeline.py | 64 def _create_event(self, ph, category, name, pid, tid, timestamp): argument 120 def emit_region(self, timestamp, duration, pid, tid, category, name, args): argument 137 def emit_obj_create(self, category, name, timestamp, pid, tid, object_id): argument 152 def emit_obj_delete(self, category, name, timestamp, pid, tid, object_id): argument 167 def emit_obj_snapshot(self, category, name, timestamp, pid, tid, object_id, argument 185 def emit_flow_start(self, name, timestamp, pid, tid, flow_id): argument 202 def emit_flow_end(self, name, timestamp, pid, tid, flow_id): argument 219 def emit_counter(self, category, name, pid, timestamp, counter, value): argument 234 def emit_counters(self, category, name, pid, timestamp, counters): argument 268 def __init__(self, name, object_id, timestamp, pid, allocator, num_bytes): argument [all …]
|
| /external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| D | Timestamps.java | 142 public static boolean isValid(Timestamp timestamp) { in isValid() 168 public static Timestamp checkValid(Timestamp timestamp) { in checkValid() 203 public static String toString(Timestamp timestamp) { in toString() 297 public static long toSeconds(Timestamp timestamp) { in toSeconds() 316 public static long toMillis(Timestamp timestamp) { in toMillis() 338 public static long toMicros(Timestamp timestamp) { in toMicros() 354 public static long toNanos(Timestamp timestamp) { in toNanos() 398 Timestamp timestamp = Timestamp.newBuilder().setSeconds(seconds).setNanos(nanos).build(); in normalizedTimestamp() local
|
| /external/autotest/client/cros/power/ |
| D | power_telemetry_utils.py | 99 def log_event_ts(message=None, timestamp=None, offset=0): argument 117 def start_measurement(timestamp=None, offset=0): argument 133 def end_measurement(timestamp=None, offset=0): argument
|
| /external/webrtc/webrtc/system_wrappers/source/ |
| D | rtp_to_ntp_unittest.cc | 40 uint32_t timestamp = 0; in TEST() local 59 uint32_t timestamp = 0xFFFFFFFF; in TEST() local 79 uint32_t timestamp = 0xFFFFFFFF - 2 * kTimestampTicksPerMs; in TEST() local 99 uint32_t timestamp = 0; in TEST() local 116 uint32_t timestamp = 0xFFFFFFFF; in TEST() local 136 uint32_t timestamp = 0; in TEST() local
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
| D | JavaBeanWithSqlTimestamp.java | 19 private java.sql.Timestamp timestamp; field in JavaBeanWithSqlTimestamp 26 public void setTimestamp(java.sql.Timestamp timestamp) { in setTimestamp()
|
| /external/webrtc/webrtc/modules/video_coding/ |
| D | timestamp_map.cc | 27 void VCMTimestampMap::Add(uint32_t timestamp, VCMFrameInformation* data) { in Add() 38 VCMFrameInformation* VCMTimestampMap::Pop(uint32_t timestamp) { in Pop()
|
| D | inter_frame_delay.cc | 30 bool VCMInterFrameDelay::CalculateDelay(uint32_t timestamp, in CalculateDelay() 87 void VCMInterFrameDelay::CheckForWrapArounds(uint32_t timestamp) { in CheckForWrapArounds()
|
| /external/deqp-deps/amber/samples/ |
| D | timestamp.cc | 35 namespace timestamp { namespace 38 uint64_t timestamp = 0; in SampleGetTimestampNs() local
|
| /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/internal/ |
| D | TimestampConverter.java | 29 private final Timestamp timestamp; field in TimestampConverter 47 private TimestampConverter(Timestamp timestamp, long nanoTime) { in TimestampConverter()
|
| /external/libdrm/freedreno/kgsl/ |
| D | kgsl_pipe.c | 60 static int kgsl_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, in kgsl_pipe_wait() 81 uint32_t *timestamp) in kgsl_pipe_timestamp() 149 uint32_t timestamp = kgsl_bo_get_timestamp(kgsl_bo); in kgsl_pipe_pre_submit() local 157 uint32_t timestamp) in kgsl_pipe_post_submit() 176 uint32_t timestamp) in kgsl_pipe_process_pending()
|
| /external/perfetto/ui/src/frontend/ |
| D | notes_panel.ts | 47 const timestamp = timescale.pxToTime(this.hoveredX); constant 88 const timestamp = note.timestamp; constant 137 const timestamp = timeScale.pxToTime(this.hoveredX); constant 210 const timestamp = timeScale.pxToTime(x); constant
|
| /external/webrtc/webrtc/modules/audio_coding/neteq/ |
| D | nack_unittest.cc | 62 uint32_t timestamp = 0; in TEST() local 80 uint32_t timestamp = 0; in TEST() local 116 uint32_t timestamp = 0; in TEST() local 164 uint32_t timestamp = 0; in TEST() local 236 uint32_t timestamp = timestamp_lost_packets[0] - 2 * kTimestampIncrement; in TEST() local 370 uint32_t timestamp = 0x12345678; in TEST() local 393 uint32_t timestamp = 0x87654321; in TEST() local 460 uint32_t timestamp = 0x87654321; in TEST() local
|
| D | dtmf_buffer_unittest.cc | 67 uint32_t timestamp = 0x12345678; in TEST() local 89 uint32_t timestamp = 0x12345678; in TEST() local 124 uint32_t timestamp = 0x12345678; in TEST() local 150 uint32_t timestamp = 0x12345678 + 80; in TEST() local 194 uint32_t timestamp = 0x12345678; in TEST() local 271 uint32_t timestamp = 0x12345678; in TEST() local
|
| /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/ |
| D | test_api_video.cc | 85 uint32_t timestamp, in BuildRTPheader() 97 uint32_t timestamp, in PaddingPacket() 145 uint32_t timestamp = 3000; in TEST_F() local 157 uint32_t timestamp = 3000; in TEST_F() local
|
| /external/perfetto/src/trace_processor/importers/common/ |
| D | event_tracker.cc | 39 int64_t timestamp, in PushProcessCounterForThread() 54 base::Optional<CounterId> EventTracker::PushCounter(int64_t timestamp, in PushCounter() 70 InstantId EventTracker::PushInstant(int64_t timestamp, in PushInstant()
|
| /external/libdrm/etnaviv/ |
| D | etnaviv_pipe.c | 29 drm_public int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms) in etna_pipe_wait() 34 drm_public int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns) in etna_pipe_wait_ns()
|
| /external/perfetto/src/trace_processor/importers/ftrace/ |
| D | sched_event_tracker_unittest.cc | 51 int64_t timestamp = 100; in TEST_F() local 81 int64_t timestamp = 100; in TEST_F() local 115 int64_t timestamp = 100; in TEST_F() local
|
| /external/libchrome/base/trace_event/common/ |
| D | trace_event_common.h | 261 timestamp) \ argument 267 timestamp, arg_name, arg_val) \ argument 307 thread_id, timestamp) \ argument 312 category_group, name, id, thread_id, timestamp) \ argument 317 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument 322 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ argument 356 #define TRACE_EVENT_MARK_WITH_TIMESTAMP0(category_group, name, timestamp) \ argument 361 #define TRACE_EVENT_MARK_WITH_TIMESTAMP1(category_group, name, timestamp, \ argument 368 category_group, name, timestamp, arg1_name, arg1_val, arg2_name, arg2_val) \ argument 377 #define TRACE_EVENT_COPY_MARK_WITH_TIMESTAMP(category_group, name, timestamp) \ argument [all …]
|