Home
last modified time | relevance | path

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

12345678910>>...20

/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/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers_unittest.cc39 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 …]
Ddefault_temporal_layers_unittest.cc84 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/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/autotest/client/cros/power/
Dpower_telemetry_utils.py13 def log_event_ts(message=None, timestamp=None, offset=0): argument
31 def start_measurement(timestamp=None, offset=0): argument
47 def end_measurement(timestamp=None, offset=0): argument
/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/perfetto/src/trace_processor/
Dslice_tracker.cc39 void SliceTracker::BeginAndroid(int64_t timestamp, in BeginAndroid()
50 void SliceTracker::Begin(int64_t timestamp, in Begin()
58 void SliceTracker::Scoped(int64_t timestamp, in Scoped()
68 void SliceTracker::StartSlice(int64_t timestamp, in StartSlice()
90 void SliceTracker::EndAndroid(int64_t timestamp, in EndAndroid()
112 void SliceTracker::End(int64_t timestamp, in End()
Dtrace_sorter.h154 int64_t timestamp; member
162 inline void PushTracePacket(int64_t timestamp, TraceBlobView packet) { in PushTracePacket()
170 inline void PushJsonValue(int64_t timestamp, in PushJsonValue()
179 int64_t timestamp, in PushFuchsiaRecord()
190 int64_t timestamp, in PushFtraceEvent()
203 int64_t timestamp, in PushTrackEventPacket()
233 const int64_t timestamp = ttp.timestamp; in Append() local
Devent_tracker_unittest.cc48 int64_t timestamp = 100; in TEST_F() local
78 int64_t timestamp = 100; in TEST_F() local
112 int64_t timestamp = 100; in TEST_F() local
/external/webrtc/webrtc/system_wrappers/source/
Drtp_to_ntp_unittest.cc40 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/v8/tools/
Dparse-processor.js125 addCompilationCacheHit(timestamp) { argument
740 function startOf(timestamp, time) { argument
883 eventName, scriptId, startPosition, endPosition, duration, timestamp, argument
903 scriptId, startPosition, endPosition, duration, timestamp, functionName) { argument
933 processScriptEvent(eventName, scriptId, timestamp) { argument
981 scriptId, startPosition, endPosition, duration, timestamp, functionName) { argument
990 scriptId, startPosition, endPosition, duration, timestamp, functionName) { argument
1006 scriptId, startPosition, endPosition, duration, timestamp, functionName) { argument
1013 scriptId, startPosition, endPosition, duration, timestamp, functionName) { argument
1023 scriptId, startPosition, endPosition, duration, timestamp, functionName) { argument
[all …]
/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/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/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()
87 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/webrtc/modules/audio_coding/neteq/
Dnack_unittest.cc62 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
Ddtmf_buffer_unittest.cc67 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/
Dtest_api_video.cc85 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/ui/src/frontend/
Dnotes_panel.ts82 const timestamp = note.timestamp; constant
122 const timestamp = timeScale.pxToTime(this.hoveredX); constant
156 const timestamp = timeScale.pxToTime(x - MOUSE_OFFSET); constant
/external/v8/base/trace_event/common/
Dtrace_event_common.h261 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/libchrome/base/trace_event/common/
Dtrace_event_common.h261 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/libdrm/etnaviv/
Detnaviv_pipe.c29 int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms) in etna_pipe_wait()
34 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns) in etna_pipe_wait_ns()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival_unittest.cc163 uint32_t timestamp, int64_t arrival_time_ms, in InternalExpectFalse()
181 uint32_t timestamp, int64_t arrival_time_ms, in InternalExpectTrue()
268 int64_t timestamp = kTriggerNewGroupUs; in TEST_F() local
289 int64_t timestamp = 0; in TEST_F() local
323 int64_t timestamp = 0; in TEST_F() local
364 int64_t timestamp = kTriggerNewGroupUs; in TEST_F() local
390 int64_t timestamp = kTriggerNewGroupUs; in TEST_F() local

12345678910>>...20