Home
last modified time | relevance | path

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

1234567

/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 … title, String description,double value,Color color,boolean display, long timestamp, boolean isSpe… in TimeLineGraphItem()
38 … title, String description,double value,Color color,boolean display, long timestamp, boolean isSpe… in TimeLineGraphItem()
43 …phItem(String title, String description,double value,Color color,boolean display, long timestamp) { in TimeLineGraphItem()
48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) { in TimeLineGraphItem()
DTimeLineGraph.java148 …upName,String name, String description, double value, Color col, boolean display, long timestamp) { in addItem()
152 … name, String description, double value, Color col, boolean display, long timestamp,boolean isSpec… in addItem()
157 … name, String description, double value, Color col, boolean display, long timestamp,boolean isSpec… in addItem()
/external/libdrm/freedreno/kgsl/
Dkgsl_pipe.c59 static int kgsl_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) in kgsl_pipe_wait()
78 int kgsl_pipe_timestamp(struct kgsl_pipe *kgsl_pipe, uint32_t *timestamp) in kgsl_pipe_timestamp()
146 uint32_t timestamp = kgsl_bo_get_timestamp(kgsl_bo); in kgsl_pipe_pre_submit() local
153 void kgsl_pipe_post_submit(struct kgsl_pipe *kgsl_pipe, uint32_t timestamp) in kgsl_pipe_post_submit()
171 void kgsl_pipe_process_pending(struct kgsl_pipe *kgsl_pipe, uint32_t timestamp) in kgsl_pipe_process_pending()
Dkgsl_bo.c86 uint32_t timestamp = kgsl_bo_get_timestamp(to_kgsl_bo(bo)); in kgsl_bo_cpu_prep() local
270 void kgsl_bo_set_timestamp(struct kgsl_bo *kgsl_bo, uint32_t timestamp) in kgsl_bo_set_timestamp()
291 uint32_t timestamp = 0; in kgsl_bo_get_timestamp() local
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/vogar/src/vogar/
DXmlReportPrinter.java78 String timestamp = getGMTTimestamp(); in generateReports() local
126 private void print(KXmlSerializer serializer, String timestamp) throws IOException { in print()
175 void printReport(String timestamp, String fileName) { in printReport()
/external/skia/src/gpu/gl/
DGrGLTexture.h42 const TexParams& getCachedTexParams(GrGpu::ResetTimestamp* timestamp) const { in getCachedTexParams()
48 GrGpu::ResetTimestamp timestamp) { in setCachedTexParams()
/external/drm_hwcomposer/
Dvsyncworker.cpp112 int VSyncWorker::SyntheticWaitVBlank(int64_t *timestamp) { in SyntheticWaitVBlank()
177 int64_t timestamp; in Routine() local
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpamsg.h30 QDateTime timestamp; variable
/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
224 public void setTimestamp(String timestamp) { in setTimestamp()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.h48 unsigned timestamp; member
Dsp_texture.h67 unsigned timestamp; member
/external/libdrm/freedreno/
Dfreedreno_pipe.c73 drm_public int fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) in fd_pipe_wait()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/
Dbuild.properties62 timestamp=007 key
/external/jetty/src/java/org/eclipse/jetty/io/
DAbstractConnection.java40 public AbstractConnection(EndPoint endp,long timestamp) in AbstractConnection()
/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()
266 u64 timestamp, u64 duration) in add_sched_event_run()
289 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup()
316 u64 timestamp, u64 task_state __maybe_unused) in add_sched_event_sleep()
686 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
847 u64 timestamp) in add_sched_out_event()
881 add_sched_in_event(struct work_atoms *atoms, u64 timestamp) in add_sched_in_event()
921 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
985 u64 timestamp = sample->time; in latency_runtime_event() local
[all …]
Dbuiltin-timechart.c110 u64 timestamp; member
205 static void pid_fork(int pid, int ppid, u64 timestamp) in pid_fork()
221 static void pid_exit(int pid, u64 timestamp) in pid_exit()
345 static void c_state_start(int cpu, u64 timestamp, int state) in c_state_start()
351 static void c_state_end(int cpu, u64 timestamp) in c_state_end()
368 static void p_state_change(int cpu, u64 timestamp, u64 new_freq) in p_state_change()
405 sched_wakeup(int cpu, u64 timestamp, int pid, struct trace_entry *te) in sched_wakeup()
436 static void sched_switch(int cpu, u64 timestamp, struct trace_entry *te) in sched_switch()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.h56 unsigned timestamp; member
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketServletConnectionD06.java31 …y, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTi… in WebSocketServletConnectionD06()
DWebSocketServletConnectionD08.java32 …y, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTi… in WebSocketServletConnectionD08()
DWebSocketServletConnectionRFC6455.java32 …y, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTi… in WebSocketServletConnectionRFC6455()
DWebSocketServletConnectionD00.java33 …y, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTi… in WebSocketServletConnectionD00()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
Dbuild.properties16 timestamp=0000 key
/external/skia/src/gpu/
DGrGpuResourceCacheAccess.h64 uint32_t timestamp() const { return fResource->fTimestamp; } in timestamp() function
/external/v8/src/third_party/kernel/tools/perf/util/
Djitdump.h23 uint64_t timestamp; /* timestamp */ member
38 uint64_t timestamp; member

1234567