Home
last modified time | relevance | path

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

12345678910>>...52

/external/android_onboarding/java/com/android/onboarding/nodes/
Donboarding_nodes.proto36 optional int64 timestamp = 4; field
44 optional int64 timestamp = 4; field
51 optional int64 timestamp = 3; field
59 optional int64 timestamp = 4; field
67 optional int64 timestamp = 4; field
74 optional int64 timestamp = 3; field
81 optional int64 timestamp = 3; field
88 optional int64 timestamp = 3; field
95 optional int64 timestamp = 3; field
103 optional int64 timestamp = 4; field
[all …]
DOnboardingEvent.kt13 override val timestamp: Instant constant
72 override val timestamp: Instant = Instant.now(), constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeExecutedDirectly
131 override val timestamp: Instant = Instant.now(), in fromProto() constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeValidating
183 override val timestamp: Instant = Instant.now(), constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeFailedValidation
240 override val timestamp: Instant = Instant.now(), in fromProto() constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeExtractArgument
298 override val timestamp: Instant = Instant.now(), constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeArgumentExtracted
353 override val timestamp: Instant = Instant.now(), in fromProto() constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeSetResult
403 override val timestamp: Instant = Instant.now(), constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeFail
449 override val timestamp: Instant = Instant.now(), in fromProto() constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeExecutedForResult
514 override val timestamp: Instant = Instant.now(), constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeResultReceived
[all …]
/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/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/
DTimestampTest.java68 Timestamp timestamp = Timestamp.ofTimeMicroseconds(TEST_TIME_MICROSECONDS); in ofMicroseconds() local
75 Timestamp timestamp = Timestamp.of(TEST_DATE); in ofDate() local
88 Timestamp timestamp = Timestamp.of(input); in testOf() local
96 Timestamp timestamp = Timestamp.of(input); in testOf_exactSecond() local
104 Timestamp timestamp = Timestamp.of(input); in testOf_preEpoch() local
112 Timestamp timestamp = Timestamp.of(input); in testOf_onEpoch() local
120 Timestamp timestamp = Timestamp.of(input); in testOf_preEpochExactSecond() local
126 Timestamp timestamp = Timestamp.of(TEST_DATE_PRE_EPOCH); in ofDatePreEpoch() local
139 Timestamp timestamp = Timestamp.ofTimeSecondsAndNanos(TEST_TIME_SECONDS, 1234 * 1000); in toDate() local
276 Timestamp timestamp = Timestamp.fromProto(proto); in fromProto() local
/external/perfetto/src/trace_processor/importers/ftrace/
Ddrm_tracker.cc93 void DrmTracker::ParseDrm(int64_t timestamp, in ParseDrm()
155 void DrmTracker::DrmVblankEvent(int64_t timestamp, in DrmVblankEvent()
168 void DrmTracker::DrmVblankEventDelivered(int64_t timestamp, in DrmVblankEventDelivered()
196 void DrmTracker::BeginSchedRingSlice(int64_t timestamp, SchedRing& ring) { in BeginSchedRingSlice()
217 void DrmTracker::DrmSchedJob(int64_t timestamp, in DrmSchedJob()
237 void DrmTracker::DrmRunJob(int64_t timestamp, in DrmRunJob()
250 void DrmTracker::DrmSchedProcessJob(int64_t timestamp, uint64_t fence_id) { in DrmSchedProcessJob()
282 void DrmTracker::BeginFenceTimelineSlice(int64_t timestamp, in BeginFenceTimelineSlice()
295 void DrmTracker::DmaFenceInit(int64_t timestamp, in DmaFenceInit()
313 void DrmTracker::DmaFenceEmit(int64_t timestamp, in DmaFenceEmit()
[all …]
Dftrace_parser.cc1525 int64_t timestamp, in ParseTypedFtraceToRaw()
1640 int64_t timestamp, in ParseSchedSwitch()
1650 void FtraceParser::ParseKprobe(int64_t timestamp, in ParseKprobe()
1677 void FtraceParser::ParseSchedWaking(int64_t timestamp, in ParseSchedWaking()
1690 void FtraceParser::ParseSchedProcessFree(int64_t timestamp, ConstBytes blob) { in ParseSchedProcessFree()
1696 void FtraceParser::ParseCpuFreq(int64_t timestamp, ConstBytes blob) { in ParseCpuFreq()
1703 void FtraceParser::ParseCpuFreqThrottle(int64_t timestamp, ConstBytes blob) { in ParseCpuFreqThrottle()
1715 void FtraceParser::ParseGpuFreq(int64_t timestamp, ConstBytes blob) { in ParseGpuFreq()
1722 void FtraceParser::ParseKgslGpuFreq(int64_t timestamp, ConstBytes blob) { in ParseKgslGpuFreq()
1731 void FtraceParser::ParseCpuIdle(int64_t timestamp, ConstBytes blob) { in ParseCpuIdle()
[all …]
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DMutableAggregation.java53 abstract void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp); in add()
70 abstract Point toPoint(Timestamp timestamp); in toPoint()
89 void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) { in add()
105 Point toPoint(Timestamp timestamp) { in toPoint()
136 Point toPoint(Timestamp timestamp) { in toPoint()
158 void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) { in add()
174 Point toPoint(Timestamp timestamp) { in toPoint()
206 void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) { in add()
226 Point toPoint(Timestamp timestamp) { in toPoint()
291 void add(double value, Map<String, AttachmentValue> 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/perfetto/src/trace_processor/importers/proto/winscope/
Dwinscope_module.cc84 int64_t timestamp, in ParseTracePacketData()
115 int64_t timestamp, in ParseWinscopeExtensionsData()
148 void WinscopeModule::ParseInputMethodClientsData(int64_t timestamp, in ParseInputMethodClientsData()
174 int64_t timestamp, in ParseInputMethodManagerServiceData()
200 void WinscopeModule::ParseInputMethodServiceData(int64_t timestamp, in ParseInputMethodServiceData()
225 void WinscopeModule::ParseWindowManagerData(int64_t timestamp, in ParseWindowManagerData()
/external/cronet/stable/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/cronet/tot/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/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/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 …]
/external/mesa3d/src/util/perf/
Dcpu_trace.h44 #define _MESA_TRACE_TIMESTAMP_BEGIN(name, track_id, flow_id, clock, timestamp) \ argument
50 #define _MESA_TRACE_TIMESTAMP_END(name, track_id, clock, timestamp) \ argument
71 #define _MESA_TRACE_TIMESTAMP_BEGIN(name, track_id, flow_id, clock, timestamp) argument
72 #define _MESA_TRACE_TIMESTAMP_END(name, track_id, clock, timestamp) argument
79 #define _MESA_TRACE_TIMESTAMP_BEGIN(name, track_id, flow_id, clock, timestamp) argument
80 #define _MESA_TRACE_TIMESTAMP_END(name, track_id, clock, timestamp) argument
155 #define MESA_TRACE_TIMESTAMP_BEGIN(name, track_id, flow_id, clock, timestamp) \ argument
157 #define MESA_TRACE_TIMESTAMP_END(name, track_id, clock, 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/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/include/perfetto/tracing/
Dtrack_event_legacy.h211 timestamp, flags, ...) \ argument
217 phase, category, name, id, thread_id, timestamp, flags, ...) \ argument
309 timestamp) \ argument
315 timestamp, arg_name, arg_val) \ argument
354 thread_id, timestamp) \ argument
359 category_group, name, id, thread_id, timestamp) \ argument
365 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument
372 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ argument
413 #define TRACE_EVENT_MARK_WITH_TIMESTAMP0(category_group, name, timestamp) \ argument
418 #define TRACE_EVENT_MARK_WITH_TIMESTAMP1(category_group, name, timestamp, \ argument
[all …]
/external/perfetto/protos/perfetto/trace/ftrace/
Dkgsl.proto14 optional uint32 timestamp = 2; field
21 optional uint32 timestamp = 2; field
36 optional uint32 timestamp = 2; field
42 optional uint32 timestamp = 2; field
/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/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/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()

12345678910>>...52