Home
last modified time | relevance | path

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

12345678910>>...37

/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.cc1139 int64_t timestamp, in ParseTypedFtraceToRaw()
1249 int64_t timestamp, in ParseSchedSwitch()
1259 void FtraceParser::ParseSchedWaking(int64_t timestamp, in ParseSchedWaking()
1272 void FtraceParser::ParseSchedProcessFree(int64_t timestamp, ConstBytes blob) { in ParseSchedProcessFree()
1278 void FtraceParser::ParseCpuFreq(int64_t timestamp, ConstBytes blob) { in ParseCpuFreq()
1287 void FtraceParser::ParseGpuFreq(int64_t timestamp, ConstBytes blob) { in ParseGpuFreq()
1296 void FtraceParser::ParseCpuIdle(int64_t timestamp, ConstBytes blob) { in ParseCpuIdle()
1305 void FtraceParser::ParsePrint(int64_t timestamp, in ParsePrint()
1335 void FtraceParser::ParseZero(int64_t timestamp, uint32_t pid, ConstBytes blob) { in ParseZero()
1342 void FtraceParser::ParseSdeTracingMarkWrite(int64_t timestamp, in ParseSdeTracingMarkWrite()
[all …]
Dmali_gpu_event_tracker.cc114 void MaliGpuEventTracker::ParseMaliKcpuCqsSet(int64_t timestamp, in ParseMaliKcpuCqsSet()
120 void MaliGpuEventTracker::ParseMaliKcpuCqsWaitStart(int64_t timestamp, in ParseMaliKcpuCqsWaitStart()
126 void MaliGpuEventTracker::ParseMaliKcpuCqsWaitEnd(int64_t timestamp, in ParseMaliKcpuCqsWaitEnd()
132 void MaliGpuEventTracker::ParseMaliKcpuFenceSignal(int64_t timestamp, in ParseMaliKcpuFenceSignal()
138 void MaliGpuEventTracker::ParseMaliKcpuFenceWaitStart(int64_t timestamp, in ParseMaliKcpuFenceWaitStart()
144 void MaliGpuEventTracker::ParseMaliKcpuFenceWaitEnd(int64_t timestamp, in ParseMaliKcpuFenceWaitEnd()
151 int64_t timestamp, in ParseMaliCSFInterruptStart()
165 void MaliGpuEventTracker::ParseMaliCSFInterruptEnd(int64_t timestamp, in ParseMaliCSFInterruptEnd()
Ddrm_tracker.cc55 void DrmTracker::ParseDrm(int64_t timestamp, in ParseDrm()
133 void DrmTracker::DrmVblankEvent(int64_t timestamp, in DrmVblankEvent()
145 void DrmTracker::DrmVblankEventDelivered(int64_t timestamp, in DrmVblankEventDelivered()
179 void DrmTracker::BeginSchedRingSlice(int64_t timestamp, SchedRing& ring) { in BeginSchedRingSlice()
200 void DrmTracker::DrmSchedJob(int64_t timestamp, in DrmSchedJob()
223 void DrmTracker::DrmRunJob(int64_t timestamp, in DrmRunJob()
236 void DrmTracker::DrmSchedProcessJob(int64_t timestamp, uint64_t fence_id) { in DrmSchedProcessJob()
276 void DrmTracker::BeginFenceTimelineSlice(int64_t timestamp, in BeginFenceTimelineSlice()
289 void DrmTracker::DmaFenceInit(int64_t timestamp, in DmaFenceInit()
307 void DrmTracker::DmaFenceEmit(int64_t timestamp, in DmaFenceEmit()
[all …]
Dvirtio_gpu_tracker.cc128 void VirtioGpuTracker::ParseVirtioGpu(int64_t timestamp, in ParseVirtioGpu()
161 void VirtioGpuTracker::VirtioGpuQueue::HandleNumFree(int64_t timestamp, in HandleNumFree()
169 void VirtioGpuTracker::VirtioGpuQueue::HandleCmdQueue(int64_t timestamp, in HandleCmdQueue()
191 void VirtioGpuTracker::VirtioGpuQueue::HandleCmdResponse(int64_t timestamp, in HandleCmdResponse()
212 void VirtioGpuTracker::ParseVirtioGpuCmdQueue(int64_t timestamp, in ParseVirtioGpuCmdQueue()
230 void VirtioGpuTracker::ParseVirtioGpuCmdResponse(int64_t timestamp, in ParseVirtioGpuCmdResponse()
/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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DTimedValueQueue.java47 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/
DTimedValueQueue.java47 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/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator_unittest.cc119 uint32_t timestamp = 0xFFFFFFFF - 0xFFFFF; in TEST() local
147 uint32_t timestamp = 0x12345678; in TEST() local
160 uint32_t timestamp = 0x12345678; in TEST() local
174 uint32_t timestamp = 0x12345678; in TEST() local
187 uint32_t timestamp = 0x12345678; in TEST() local
197 uint32_t timestamp = 0x12345678; in TEST() local
209 uint32_t timestamp = 0x12345678; in TEST() local
226 uint32_t timestamp = 0x12345678; in TEST() local
239 uint32_t timestamp = 0x12345678; in TEST() local
/external/tensorflow/tensorflow/python/client/
Dtimeline.py61 def _create_event(self, ph, category, name, pid, tid, timestamp): argument
117 def emit_region(self, timestamp, duration, pid, tid, category, name, args): argument
134 def emit_obj_create(self, category, name, timestamp, pid, tid, object_id): argument
149 def emit_obj_delete(self, category, name, timestamp, pid, tid, object_id): argument
164 def emit_obj_snapshot(self, category, name, timestamp, pid, tid, object_id, argument
182 def emit_flow_start(self, name, timestamp, pid, tid, flow_id): argument
199 def emit_flow_end(self, name, timestamp, pid, tid, flow_id): argument
216 def emit_counter(self, category, name, pid, timestamp, counter, value): argument
231 def emit_counters(self, category, name, pid, timestamp, counters): argument
265 def __init__(self, name, object_id, timestamp, pid, allocator, num_bytes): argument
[all …]
/external/cronet/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimestamps.java146 public static boolean isValid(Timestamp timestamp) { in isValid()
172 public static Timestamp checkValid(Timestamp timestamp) { in checkValid()
207 public static String toString(Timestamp timestamp) { in toString()
323 public static long toSeconds(Timestamp timestamp) { in toSeconds()
363 public static long toMillis(Timestamp timestamp) { in toMillis()
385 public static long toMicros(Timestamp timestamp) { in toMicros()
401 public static long toNanos(Timestamp timestamp) { in toNanos()
445 Timestamp timestamp = Timestamp.newBuilder().setSeconds(seconds).setNanos(nanos).build(); in normalizedTimestamp() local
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimestamps.java146 public static boolean isValid(Timestamp timestamp) { in isValid()
172 public static Timestamp checkValid(Timestamp timestamp) { in checkValid()
207 public static String toString(Timestamp timestamp) { in toString()
323 public static long toSeconds(Timestamp timestamp) { in toSeconds()
363 public static long toMillis(Timestamp timestamp) { in toMillis()
385 public static long toMicros(Timestamp timestamp) { in toMicros()
401 public static long toNanos(Timestamp timestamp) { in toNanos()
445 Timestamp timestamp = Timestamp.newBuilder().setSeconds(seconds).setNanos(nanos).build(); in normalizedTimestamp() local
/external/webrtc/modules/audio_coding/neteq/
Dnack_tracker_unittest.cc61 uint32_t timestamp = 0; in TEST() local
91 uint32_t timestamp = 0; in TEST() local
137 uint32_t timestamp = 0; in TEST() local
209 uint32_t timestamp = timestamp_lost_packets[0] - 2 * kTimestampIncrement; in TEST() local
344 uint32_t timestamp = 0x12345678; in TEST() local
367 uint32_t timestamp = 0x87654321; in TEST() local
421 uint32_t timestamp = 0x87654321; in TEST() local
456 uint32_t timestamp = 0x87654321; in TEST() local
482 uint32_t timestamp = 0x87654321; in TEST() local
508 uint32_t timestamp = 0x87654321; in TEST() local
[all …]
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/libchrome-gestures/include/
Dlogging.h48 #define MTStatSample(key, value, timestamp) \ argument
52 #define MTStatSampleInt(key, value, timestamp) \ argument
56 #define MTStatUpdate(key, value, timestamp) \ argument
60 #define MTStatUpdateInt(key, value, timestamp) \ argument
/external/autotest/client/cros/power/
Dpower_telemetry_utils.py105 def log_event_ts(message=None, timestamp=None, offset=0): argument
123 def start_measurement(timestamp=None, offset=0): argument
139 def end_measurement(timestamp=None, offset=0): argument
/external/perfetto/include/perfetto/tracing/
Dtrack_event_legacy.h198 timestamp, flags, ...) \ argument
204 phase, category, name, id, thread_id, timestamp, flags, ...) \ argument
296 timestamp) \ argument
302 timestamp, arg_name, arg_val) \ argument
341 thread_id, timestamp) \ argument
346 category_group, name, id, thread_id, timestamp) \ argument
352 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument
359 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ argument
400 #define TRACE_EVENT_MARK_WITH_TIMESTAMP0(category_group, name, timestamp) \ argument
405 #define TRACE_EVENT_MARK_WITH_TIMESTAMP1(category_group, name, timestamp, \ argument
[all …]
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/logging/
DTimestampsUtil.java43 public static long toMillis(Timestamp timestamp) { in toMillis()
59 public static Timestamp checkValid(Timestamp timestamp) { in checkValid()
108 Timestamp timestamp = Timestamp.newBuilder().setSeconds(seconds).setNanos(nanos).build(); in normalizedTimestamp() local
/external/perfetto/src/trace_processor/sorter/
Dtrace_sorter.h98 inline void PushTracePacket(int64_t timestamp, in PushTracePacket()
106 inline void PushJsonValue(int64_t timestamp, std::string json_value) { in PushJsonValue()
112 inline void PushFuchsiaRecord(int64_t timestamp, in PushFuchsiaRecord()
124 inline void PushTrackEventPacket(int64_t timestamp, in PushTrackEventPacket()
131 int64_t timestamp, in PushFtraceEvent()
142 int64_t timestamp, in PushInlineFtraceEvent()
159 int64_t timestamp, in PushInlineFtraceEvent()
/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/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/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/perfetto/src/trace_processor/importers/common/
Devent_tracker.cc40 int64_t timestamp, in PushProcessCounterForThread()
55 std::optional<CounterId> EventTracker::PushCounter(int64_t timestamp, in PushCounter()
72 int64_t timestamp, in PushCounter()
/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/perfetto/protos/perfetto/trace/ftrace/
Dv4l2.proto25 optional int64 timestamp = 17; field
45 optional int64 timestamp = 17; field
63 optional int64 timestamp = 15; field
80 optional int64 timestamp = 15; field
97 optional int64 timestamp = 15; field
114 optional int64 timestamp = 15; field

12345678910>>...37