Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-timestamp.hpp42 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/
DTimestampTest.java116 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/
Dftrace_parser.cc600 int64_t timestamp, in ParseTypedFtraceToRaw()
710 int64_t timestamp, in ParseSchedSwitch()
720 void FtraceParser::ParseSchedWakeup(int64_t timestamp, ConstBytes blob) { in ParseSchedWakeup()
730 void FtraceParser::ParseSchedWaking(int64_t timestamp, ConstBytes blob) { in ParseSchedWaking()
740 void FtraceParser::ParseSchedProcessFree(int64_t timestamp, ConstBytes blob) { in ParseSchedProcessFree()
746 void FtraceParser::ParseCpuFreq(int64_t timestamp, ConstBytes blob) { in ParseCpuFreq()
755 void FtraceParser::ParseGpuFreq(int64_t timestamp, ConstBytes blob) { in ParseGpuFreq()
764 void FtraceParser::ParseCpuIdle(int64_t timestamp, ConstBytes blob) { in ParseCpuIdle()
773 void FtraceParser::ParsePrint(int64_t timestamp, in ParsePrint()
781 void FtraceParser::ParseZero(int64_t timestamp, uint32_t pid, ConstBytes blob) { in ParseZero()
[all …]
/external/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator_unittest.cc30 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/
Dtrace_sorter.h70 inline void PushTracePacket(int64_t timestamp, in PushTracePacket()
81 inline void PushJsonValue(int64_t timestamp, std::string json_value) { in PushJsonValue()
88 inline void PushFuchsiaRecord(int64_t timestamp, in PushFuchsiaRecord()
100 int64_t timestamp = systrace_line->ts; in PushSystraceLine() local
107 int64_t timestamp, in PushFtraceEvent()
129 int64_t timestamp, in PushInlineFtraceEvent()
136 int64_t timestamp, in PushInlineFtraceEvent()
143 inline void PushTrackEventPacket(int64_t timestamp, in PushTrackEventPacket()
187 const int64_t timestamp = ttp.timestamp; in Append() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DTimedValueQueue.java47 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/
DMutableAggregation.java52 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/
Dtimeline.py64 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/
DTimestamps.java142 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/
Dpower_telemetry_utils.py99 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/perfetto/src/trace_processor/importers/common/
Devent_tracker.cc39 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/webrtc/modules/audio_coding/audio_network_adaptor/
Ddebug_dump_writer.cc85 int64_t timestamp) { in DumpNetworkMetrics()
114 int64_t timestamp) { in DumpEncoderRuntimeConfig()
149 int64_t timestamp) { in DumpControllerManagerConfig()
/external/pigweed/pw_chrono/public/pw_chrono/
Dsimulated_system_clock.h45 : current_timestamp_(timestamp) {} in current_timestamp_() argument
53 void SetTime(SystemClock::time_point timestamp) { in SetTime()
/external/webrtc/modules/video_coding/codecs/vp8/
Ddefault_temporal_layers_unittest.cc151 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/libdrm/freedreno/kgsl/
Dkgsl_pipe.c60 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/snakeyaml/src/test/java/org/yaml/snakeyaml/
DJavaBeanWithSqlTimestamp.java19 private java.sql.Timestamp timestamp; field in JavaBeanWithSqlTimestamp
26 public void setTimestamp(java.sql.Timestamp timestamp) { in setTimestamp()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_common_utils.cc39 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/deqp-deps/amber/samples/
Dtimestamp.cc35 namespace timestamp { namespace
38 uint64_t timestamp = 0; in SampleGetTimestampNs() local
/external/webrtc/modules/video_coding/
Dtimestamp_map.cc27 void VCMTimestampMap::Add(uint32_t timestamp, VCMFrameInformation* data) { in Add()
38 VCMFrameInformation* VCMTimestampMap::Pop(uint32_t timestamp) { in Pop()
Dinter_frame_delay.cc30 bool VCMInterFrameDelay::CalculateDelay(uint32_t timestamp, in CalculateDelay()
77 void VCMInterFrameDelay::CheckForWrapArounds(uint32_t timestamp) { in CheckForWrapArounds()
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/internal/
DTimestampConverter.java29 private final Timestamp timestamp; field in TimestampConverter
47 private TimestampConverter(Timestamp timestamp, long nanoTime) { in TimestampConverter()
/external/webrtc/modules/audio_coding/neteq/
Dnack_tracker_unittest.cc61 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
Ddtmf_buffer_unittest.cc64 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/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiEventScheduler.java39 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/openscreen/cast/streaming/
Dntp_time.h30 constexpr NtpSeconds NtpSecondsPart(NtpTimestamp timestamp) { in NtpSecondsPart()
34 constexpr NtpFraction NtpFractionPart(NtpTimestamp timestamp) { in NtpFractionPart()

12345678910>>...25