Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DTimeLineGraphItem.java27 long timestamp; field in TimeLineGraphItem
33 …itle, String description,double value,Color color,boolean display, long timestamp, boolean isSpeci… in TimeLineGraphItem() argument
34 this(title, description, value, color,display, timestamp,isSpecial); in TimeLineGraphItem()
38 …itle, String description,double value,Color color,boolean display, long timestamp, boolean isSpeci… in TimeLineGraphItem() argument
39 this(title, description, value, color,display, timestamp); in TimeLineGraphItem()
43 …phItem(String title, String description,double value,Color color,boolean display, long timestamp) { in TimeLineGraphItem() argument
44 this(title, description, value, color,timestamp); in TimeLineGraphItem()
48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) { in TimeLineGraphItem() argument
53 this.timestamp=timestamp; in TimeLineGraphItem()
64 long ts1=((TimeLineGraphItem)o1).timestamp; in compare()
[all …]
DTimeLineGraph.java148 …upName,String name, String description, double value, Color col, boolean display, long timestamp) { in addItem() argument
149 addItem(groupName, name, description, value, col, display, timestamp,false); in addItem()
152 …ame, String description, double value, Color col, boolean display, long timestamp,boolean isSpecia… in addItem() argument
154 timestamp,isSpecial,false); in addItem()
157 …ame, String description, double value, Color col, boolean display, long timestamp,boolean isSpecia… in addItem() argument
164 timestamp,isSpecial,drawBaseline)); in addItem()
212 if (graphItem.timestamp > mostRecentTimestamp) { in getMostRecent()
213 mostRecentTimestamp = graphItem.timestamp; in getMostRecent()
250 if (thisItem.timestamp==-1) in setCoordinates()
267 long minimumTimeDiffPreceding=thisItem.timestamp; in setRelativeXPosition()
[all …]
/external/libdrm/freedreno/kgsl/
Dkgsl_pipe.c59 static int kgsl_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) in kgsl_pipe_wait() argument
63 .timestamp = timestamp, in kgsl_pipe_wait()
74 kgsl_pipe_process_pending(kgsl_pipe, timestamp); in kgsl_pipe_wait()
78 int kgsl_pipe_timestamp(struct kgsl_pipe *kgsl_pipe, uint32_t *timestamp) in kgsl_pipe_timestamp() argument
89 *timestamp = req.timestamp; in kgsl_pipe_timestamp()
146 uint32_t timestamp = kgsl_bo_get_timestamp(kgsl_bo); in kgsl_pipe_pre_submit() local
147 if (timestamp) in kgsl_pipe_pre_submit()
148 fd_pipe_wait(kgsl_pipe->p3d, timestamp); in kgsl_pipe_pre_submit()
153 void kgsl_pipe_post_submit(struct kgsl_pipe *kgsl_pipe, uint32_t timestamp) in kgsl_pipe_post_submit() argument
161 kgsl_bo->timestamp[pipe->id] = timestamp; in kgsl_pipe_post_submit()
[all …]
Dkgsl_bo.c86 uint32_t timestamp = kgsl_bo_get_timestamp(to_kgsl_bo(bo)); in kgsl_bo_cpu_prep() local
103 if (timestamp > current) in kgsl_bo_cpu_prep()
109 if (timestamp) in kgsl_bo_cpu_prep()
110 fd_pipe_wait(pipe, timestamp); in kgsl_bo_cpu_prep()
270 void kgsl_bo_set_timestamp(struct kgsl_bo *kgsl_bo, uint32_t timestamp) in kgsl_bo_set_timestamp() argument
276 .active = timestamp, in kgsl_bo_set_timestamp()
291 uint32_t timestamp = 0; in kgsl_bo_get_timestamp() local
305 timestamp = req.active; in kgsl_bo_get_timestamp()
307 return timestamp; in kgsl_bo_get_timestamp()
Dkgsl_priv.h83 uint32_t timestamp[FD_PIPE_MAX]; member
96 int kgsl_pipe_timestamp(struct kgsl_pipe *kgsl_pipe, uint32_t *timestamp);
99 void kgsl_pipe_post_submit(struct kgsl_pipe *pipe, uint32_t timestamp);
100 void kgsl_pipe_process_pending(struct kgsl_pipe *pipe, uint32_t timestamp);
112 void kgsl_bo_set_timestamp(struct kgsl_bo *bo, uint32_t timestamp);
Dmsm_kgsl.h232 unsigned int timestamp; member
241 unsigned int timestamp; member
261 unsigned int timestamp; /*output param */ member
273 unsigned int timestamp; /*output param */ member
290 unsigned int timestamp; member
343 unsigned int timestamp; /*output param */ member
353 unsigned int timestamp; member
486 unsigned int timestamp; /* Timestamp to trigger event on */ member
/external/speex/libspeex/
Djitter.c380 …if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp + jitter->packets[i].span, jitter… in jitter_buffer_put()
394 if (!jitter->reset_state && LT32(packet->timestamp, jitter->next_stop)) in jitter_buffer_put()
396 …update_timings(jitter, ((spx_int32_t)packet->timestamp) - ((spx_int32_t)jitter->next_stop) - jitte… in jitter_buffer_put()
410 …if (jitter->reset_state || GE32(packet->timestamp+packet->span+jitter->delay_step, jitter->pointer… in jitter_buffer_put()
423 int earliest=jitter->packets[0].timestamp; in jitter_buffer_put()
427 if (!jitter->packets[i].data || LT32(jitter->packets[j].timestamp,earliest)) in jitter_buffer_put()
429 earliest = jitter->packets[j].timestamp; in jitter_buffer_put()
450 jitter->packets[i].timestamp=packet->timestamp; in jitter_buffer_put()
483 if (jitter->packets[i].data && (!found || LT32(jitter->packets[i].timestamp,oldest))) in jitter_buffer_get()
485 oldest = jitter->packets[i].timestamp; in jitter_buffer_get()
[all …]
/external/clang/test/Modules/
Dprune.m13 // Run Clang twice so we end up creating the timestamp file (the second time).
16 // RUN: ls %t | grep modules.timestamp
20 // Set the timestamp back more than two days. We should try to prune,
22 // RUN: touch -m -a -t 201101010000 %t/modules.timestamp
24 // RUN: ls %t | grep modules.timestamp
29 // This shouldn't prune anything, because the timestamp has been updated, so
33 // RUN: ls %t | grep modules.timestamp
37 // Set both timestamp and DependsOnModule.pcm back beyond the cutoff.
39 // RUN: touch -m -a -t 201101010000 %t/modules.timestamp
42 // RUN: ls %t | grep modules.timestamp
/external/clang/test/Driver/
Dmodules.m13 // RUN: %clang -fbuild-session-timestamp=1280703457 -### %s 2>&1 | FileCheck -check-prefix=TIMESTAM…
14 // TIMESTAMP_ONLY: -fbuild-session-timestamp=128
16 // RUN: %clang -fbuild-session-file=%t.build-session-file -fbuild-session-timestamp=123 -### %s 2>&…
17 …ument '-fbuild-session-file={{.*}}.build-session-file' not allowed with '-fbuild-session-timestamp'
19 // RUN: %clang -fbuild-session-timestamp=123 -fmodules-validate-once-per-build-session -### %s 2>&1…
20 // MODULES_VALIDATE_ONCE: -fbuild-session-timestamp=123
24 // MODULES_VALIDATE_ONCE_FILE: -fbuild-session-timestamp=128
28 …n '-fmodules-validate-once-per-build-session' requires '-fbuild-session-timestamp=<seconds since E…
/external/drm_hwcomposer/
Dvsyncworker.cpp112 int VSyncWorker::SyntheticWaitVBlank(int64_t *timestamp) { in SyntheticWaitVBlank() argument
134 *timestamp = (int64_t)vsync.tv_sec * kOneSecondNs + (int64_t)vsync.tv_nsec; in SyntheticWaitVBlank()
177 int64_t timestamp; in Routine() local
182 ret = SyntheticWaitVBlank(&timestamp); in Routine()
186 timestamp = (int64_t)vblank.reply.tval_sec * kOneSecondNs + in Routine()
200 procs->vsync(procs, display, timestamp); in Routine()
201 last_timestamp_ = timestamp; in Routine()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-sched.c62 u64 timestamp; member
238 get_new_event(struct task_desc *task, u64 timestamp) in get_new_event() argument
244 event->timestamp = timestamp; in get_new_event()
266 u64 timestamp, u64 duration) in add_sched_event_run() argument
280 event = get_new_event(task, timestamp); in add_sched_event_run()
289 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup() argument
293 event = get_new_event(task, timestamp); in add_sched_event_wakeup()
316 u64 timestamp, u64 task_state __maybe_unused) in add_sched_event_sleep() argument
318 struct sched_atom *event = get_new_event(task, timestamp); in add_sched_event_sleep()
686 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
[all …]
Dbuiltin-timechart.c110 u64 timestamp; member
205 static void pid_fork(int pid, int ppid, u64 timestamp) in pid_fork() argument
214 p->start_time = timestamp; in pid_fork()
216 p->current->start_time = timestamp; in pid_fork()
217 p->current->state_since = timestamp; in pid_fork()
221 static void pid_exit(int pid, u64 timestamp) in pid_exit() argument
225 p->end_time = timestamp; in pid_exit()
227 p->current->end_time = timestamp; in pid_exit()
345 static void c_state_start(int cpu, u64 timestamp, int state) in c_state_start() argument
347 cpus_cstate_start_times[cpu] = timestamp; in c_state_start()
[all …]
/external/apache-http/src/org/apache/http/util/
DVersionInfo.java295 String timestamp = null; in fromMap() local
307 timestamp = (String) info.get(PROPERTY_TIMESTAMP); in fromMap()
308 if ((timestamp != null) && in fromMap()
309 ((timestamp.length() < 1) || in fromMap()
310 (timestamp.equals("${mvn.timestamp}"))) in fromMap()
312 timestamp = null; in fromMap()
319 return new VersionInfo(pckg, module, release, timestamp, clsldrstr); in fromMap()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DBuildProperties.java42 private String timestamp; field in BuildProperties
106 timestamp = buildProperties.get("timestamp").toString(); in BuildProperties()
209 return timestamp; in getTimestamp()
224 public void setTimestamp(String timestamp) { in setTimestamp() argument
225 this.timestamp = timestamp; in setTimestamp()
/external/netperf/
Dhist.h92 void HIST_timestamp(hrtime_t *timestamp);
94 void HIST_timestamp(hrt_t *timestamp);
96 void HIST_timestamp(LARGE_INTEGER *timestamp);
98 void HIST_timestamp(struct timeval *timestamp);
/external/skia/src/gpu/gl/
DGrGLTexture.h42 const TexParams& getCachedTexParams(GrGpu::ResetTimestamp* timestamp) const { in getCachedTexParams() argument
43 *timestamp = fTexParamsTimestamp; in getCachedTexParams()
48 GrGpu::ResetTimestamp timestamp) { in setCachedTexParams() argument
50 fTexParamsTimestamp = timestamp; in setCachedTexParams()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpamsg.h20 timestamp = QDateTime::currentDateTime(); in msg()
25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp()
30 QDateTime timestamp; variable
/external/deqp/executor/tools/
DxeMergeTestLogs.cpp82 if (!info.timestamp.empty()) combinedInfo.timestamp = info.timestamp; in setSessionInfo()
92 if (combinedInfo.timestamp.empty()) combinedInfo.timestamp = info.timestamp; in setSessionInfo()
/external/valgrind/helgrind/
DREADME_MSMProp2.txt38 segment contains a vector timestamp. The expression "HB(SS, currS)"
43 where happens_before(S,T) means that S's vector timestamp is ordered
44 before-or-equal to T's vector timestamp.
50 is equivalent to saying that currS has a timestamp which is
68 update a single vector timestamp. The following two equivalences
73 adding a segment S join-ing S's vector timestamp
74 to the segment-set to the current vector timestamp
77 currS's timestamp,
78 current vector timestamp )
92 where LS is a lockset (as before) and VTS is a vector timestamp.
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Dauth_tkt.py164 timestamp = int(ticket[digest_hexa_size:digest_hexa_size + 8], 16)
179 expected = calculate_digest(ip, timestamp, secret,
189 return (timestamp, userid, tokens, user_data)
193 def calculate_digest(ip, timestamp, secret, userid, tokens, user_data, argument
200 encode_ip_timestamp(ip, timestamp) + secret + userid + '\0'
206 def encode_ip_timestamp(ip, timestamp): argument
208 t = int(timestamp)
317 timestamp, userid, tokens, user_data = parse_ticket(
/external/vogar/src/vogar/
DXmlReportPrinter.java78 String timestamp = getGMTTimestamp(); in generateReports() local
82 suite.printReport(timestamp, fileName); in generateReports()
126 private void print(KXmlSerializer serializer, String timestamp) throws IOException { in print() argument
133 serializer.attribute(ns, XmlReportConstants.TIMESTAMP, timestamp); in print()
175 void printReport(String timestamp, String fileName) { in printReport() argument
185 print(serializer, timestamp); in printReport()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c219 if (spt->timestamp != tc->timestamp) { in update_tgsi_samplers()
224 tc->timestamp = spt->timestamp; in update_tgsi_samplers()
339 if (softpipe->tex_timestamp != sp_screen->timestamp) { in softpipe_update_derived()
340 softpipe->tex_timestamp = sp_screen->timestamp; in softpipe_update_derived()
/external/tcpdump/
Dprint-lspping.c478 struct timeval timestamp; in lspping_print() local
560 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_sent_sec); in lspping_print()
561 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_sent_usec); in lspping_print()
563 ts_print(&timestamp); in lspping_print()
565 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_sec); in lspping_print()
566 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_usec); in lspping_print()
568 if ((timestamp.tv_sec != 0) && (timestamp.tv_usec != 0)) in lspping_print()
569 ts_print(&timestamp); in lspping_print()
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Dsecurecookie.py46 timestamp = str(self._get_timestamp())
48 signature = self._get_signature(name, value, timestamp)
49 return '|'.join([value, timestamp, signature])
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.cpp2229 bool Segment::AddCuePoint(uint64 timestamp, uint64 track) { in AddCuePoint() argument
2241 cue->set_time(timestamp / segment_info_.timecode_scale()); in AddCuePoint()
2268 uint64 timestamp, bool is_key) { in AddFrame() argument
2276 if (timestamp < last_timestamp_) in AddFrame()
2287 new_frame->set_timestamp(timestamp); in AddFrame()
2296 if (!DoNewClusterProcessing(track_number, timestamp, is_key)) in AddFrame()
2307 const uint64 abs_timecode = timestamp / timecode_scale; in AddFrame()
2313 if (!AddCuePoint(timestamp, cues_track_)) in AddFrame()
2317 if (timestamp > last_timestamp_) in AddFrame()
2318 last_timestamp_ = timestamp; in AddFrame()
[all …]

12345678910>>...19