/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/perfetto/src/trace_processor/importers/ftrace/ |
D | ftrace_parser.cc | 788 int64_t timestamp, in ParseTypedFtraceToRaw() 898 int64_t timestamp, in ParseSchedSwitch() 908 void FtraceParser::ParseSchedWakeup(int64_t timestamp, in ParseSchedWakeup() 924 void FtraceParser::ParseSchedWaking(int64_t timestamp, in ParseSchedWaking() 940 void FtraceParser::ParseSchedProcessFree(int64_t timestamp, ConstBytes blob) { in ParseSchedProcessFree() 946 void FtraceParser::ParseCpuFreq(int64_t timestamp, ConstBytes blob) { in ParseCpuFreq() 955 void FtraceParser::ParseGpuFreq(int64_t timestamp, ConstBytes blob) { in ParseGpuFreq() 964 void FtraceParser::ParseCpuIdle(int64_t timestamp, ConstBytes blob) { in ParseCpuIdle() 973 void FtraceParser::ParsePrint(int64_t timestamp, in ParsePrint() 981 void FtraceParser::ParseZero(int64_t timestamp, uint32_t pid, ConstBytes blob) { in ParseZero() [all …]
|
/external/webrtc/system_wrappers/source/ |
D | rtp_to_ntp_estimator_unittest.cc | 30 uint32_t timestamp = 0; in TEST() local 47 uint32_t timestamp = 0xFFFFFFFE; in TEST() local 67 uint32_t timestamp = 0xFFFFFFFF; in TEST() local 86 uint32_t timestamp = 0xFFFFFFFF - 2 * kTimestampTicksPerMs; in TEST() local 115 uint32_t timestamp = 0xFFFFFFFF; in TEST() local 132 uint32_t timestamp = 0xFFFFFFFF; in TEST() local 152 uint32_t timestamp = 0; in TEST() local 193 uint32_t timestamp = 0x12345678; in TEST() local 204 uint32_t timestamp = 0x12345678; in TEST() local 220 uint32_t timestamp = 0x12345678; in TEST() local [all …]
|
/external/perfetto/src/trace_processor/ |
D | trace_sorter.h | 93 inline void PushTracePacket(int64_t timestamp, in PushTracePacket() 101 inline void PushJsonValue(int64_t timestamp, std::string json_value) { in PushJsonValue() 106 inline void PushFuchsiaRecord(int64_t timestamp, in PushFuchsiaRecord() 113 int64_t timestamp = systrace_line->ts; in PushSystraceLine() local 118 inline void PushTrackEventPacket(int64_t timestamp, in PushTrackEventPacket() 125 int64_t timestamp, in PushFtraceEvent() 135 int64_t timestamp, in PushInlineFtraceEvent() 149 int64_t timestamp, in PushInlineFtraceEvent() 185 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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | TimedValueQueue.java | 47 public synchronized void add(long timestamp, V value) { in add() 81 public synchronized V pollFloor(long timestamp) { in pollFloor() 94 public synchronized V poll(long timestamp) { in poll() 109 private V poll(long timestamp, boolean onlyOlder) { in poll() 133 private void clearBufferOnTimeDiscontinuity(long timestamp) { in clearBufferOnTimeDiscontinuity() 165 private void addUnchecked(long timestamp, V value) { in addUnchecked()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | TimedValueQueue.java | 47 public synchronized void add(long timestamp, V value) { in add() 81 public synchronized V pollFloor(long timestamp) { in pollFloor() 94 public synchronized V poll(long timestamp) { in poll() 109 private V poll(long timestamp, boolean onlyOlder) { in poll() 133 private void clearBufferOnTimeDiscontinuity(long timestamp) { in clearBufferOnTimeDiscontinuity() 165 private void addUnchecked(long timestamp, V value) { in addUnchecked()
|
/external/tensorflow/tensorflow/python/client/ |
D | timeline.py | 65 def _create_event(self, ph, category, name, pid, tid, timestamp): argument 121 def emit_region(self, timestamp, duration, pid, tid, category, name, args): argument 138 def emit_obj_create(self, category, name, timestamp, pid, tid, object_id): argument 153 def emit_obj_delete(self, category, name, timestamp, pid, tid, object_id): argument 168 def emit_obj_snapshot(self, category, name, timestamp, pid, tid, object_id, argument 186 def emit_flow_start(self, name, timestamp, pid, tid, flow_id): argument 203 def emit_flow_end(self, name, timestamp, pid, tid, flow_id): argument 220 def emit_counter(self, category, name, pid, timestamp, counter, value): argument 235 def emit_counters(self, category, name, pid, timestamp, counters): argument 269 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/modules/video_coding/codecs/vp8/ |
D | default_temporal_layers_unittest.cc | 151 uint32_t timestamp = 0; variable 208 unsigned int timestamp = 0; variable 253 unsigned int timestamp = 0; in TEST_F() local 289 uint32_t timestamp = 0; in TEST_F() local 332 uint32_t timestamp = 0; in TEST_F() local 391 uint32_t timestamp = 0; variable 426 uint32_t timestamp = 0; in TEST_F() local 512 uint32_t timestamp = 0; in TEST_F() local 581 uint32_t timestamp = 0; in TEST_F() local 654 uint32_t timestamp = 0; in TEST_F() local [all …]
|
/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() 71 int64_t timestamp, in PushCounter() 83 InstantId EventTracker::PushInstant(int64_t timestamp, in PushInstant()
|
/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/webrtc/modules/audio_coding/audio_network_adaptor/ |
D | debug_dump_writer.cc | 85 int64_t timestamp) { in DumpNetworkMetrics() 114 int64_t timestamp) { in DumpEncoderRuntimeConfig() 149 int64_t timestamp) { in DumpControllerManagerConfig()
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | frame_buffer_common_utils.cc | 39 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromNV12RawBuffer() 50 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromNV21RawBuffer() 328 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromRgbaRawBuffer() 340 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromRgbRawBuffer() 351 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromGrayRawBuffer() 364 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromYuvRawBuffer() 387 FrameBuffer::Orientation orientation, absl::Time timestamp) { in CreateFromRawBuffer()
|
/external/webrtc/modules/audio_coding/neteq/ |
D | nack_tracker_unittest.cc | 61 uint32_t timestamp = 0; in TEST() local 79 uint32_t timestamp = 0; in TEST() local 115 uint32_t timestamp = 0; in TEST() local 163 uint32_t timestamp = 0; in TEST() local 235 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 | 64 uint32_t timestamp = 0x12345678; in TEST() local 85 uint32_t timestamp = 0x12345678; in TEST() local 120 uint32_t timestamp = 0x12345678; in TEST() local 146 uint32_t timestamp = 0x12345678 + 80; in TEST() local 190 uint32_t timestamp = 0x12345678; in TEST() local 267 uint32_t timestamp = 0x12345678; in TEST() 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 …]
|
/external/pigweed/pw_chrono/public/pw_chrono/ |
D | simulated_system_clock.h | 45 : current_timestamp_(timestamp) {} in current_timestamp_() argument 53 void SetTime(SystemClock::time_point timestamp) { in SetTime()
|
/external/perfetto/include/perfetto/tracing/ |
D | track_event_legacy.h | 530 timestamp, flags, ...) \ argument 541 phase, category, name, id, thread_id, timestamp, flags, ...) \ argument 630 timestamp) \ argument 636 timestamp, arg_name, arg_val) \ argument 667 thread_id, timestamp) \ argument 672 category_group, name, id, thread_id, timestamp) \ argument 677 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument 682 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ argument 714 #define TRACE_EVENT_MARK_WITH_TIMESTAMP0(category_group, name, timestamp) \ argument 719 #define TRACE_EVENT_MARK_WITH_TIMESTAMP1(category_group, name, timestamp, \ argument [all …]
|
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
D | MidiEventScheduler.java | 39 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() 57 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent() 78 long timestamp) { in createScheduledEvent()
|
/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/deqp-deps/amber/samples/ |
D | timestamp.cc | 35 namespace timestamp { namespace 38 uint64_t timestamp = 0; in SampleGetTimestampNs() local
|