/external/webkit/Source/WebCore/svg/animation/ |
D | SMILTime.h | 37 SMILTime() : m_time(0) { } in SMILTime() 38 SMILTime(double time) : m_time(time) { } in SMILTime() 39 SMILTime(const SMILTime& o) : m_time(o.m_time) { } in SMILTime() 44 SMILTime& operator=(const SMILTime& o) { m_time = o.m_time; return *this; } 45 double value() const { return m_time; } in value() 47 bool isFinite() const { return m_time < indefiniteValue; } in isFinite() 48 bool isIndefinite() const { return m_time == indefiniteValue; } in isIndefinite() 49 bool isUnresolved() const { return m_time == unresolvedValue; } in isUnresolved() 55 double m_time; variable
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | EventSendingController.cpp | 95 : m_time(0) in EventSendingController() 120 WKBundlePageSimulateMouseDown(page, button, m_position, m_clickCount, modifiers, m_time); in mouseDown() 130 WKBundlePageSimulateMouseUp(page, button, m_position, m_clickCount, modifiers, m_time); in mouseUp() 137 WKBundlePageSimulateMouseMotion(InjectedBundle::shared().page()->page(), m_position, m_time); in mouseMoveTo() 142 m_time += milliseconds / 1000.0; in leapForward() 147 if (m_time - m_clickTime < 1 && m_position == m_clickPosition && button == m_clickButton) { in updateClickCount() 149 m_clickTime = m_time; in updateClickCount() 154 m_clickTime = m_time; in updateClickCount()
|
D | EventSendingController.h | 63 double m_time; variable
|
/external/skia/src/ports/ |
D | SkTime_Unix.cpp | 19 time_t m_time; in GetDateTime() local 20 time(&m_time); in GetDateTime() 22 tstruct = localtime(&m_time); in GetDateTime()
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
D | MediaPlayerPrivateAVFoundation.h | 76 , m_time(0) in Notification() 83 , m_time(time) in Notification() 90 , m_time(0) in Notification() 97 double time() { return m_time; } in time() 102 double m_time; variable
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | TilesProfiler.cpp | 55 m_time = currentTimeMS(); in start() 78 double timeDelta = currentTime - m_time; in nextFrame() 79 m_time = currentTime; in nextFrame()
|
D | TilesProfiler.h | 84 double m_time; variable
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/ |
D | simple_water.vert | 8 uniform float m_time; 79 vec4 t1 = vec4(0.0, -m_time, 0.0,0.0); 80 vec4 t2 = vec4(0.0, m_time, 0.0,0.0);
|
/external/blktrace/btt/ |
D | trace_issue.c | 45 else if (q_iop->m_time != (__u64)-1) in handle_issue() 46 update_m2d(q_iop, tdelta(q_iop->m_time, d_iop->t.time)); in handle_issue()
|
D | trace_complete.c | 44 if (iop->m_time != (__u64)-1) in display_io_track() 45 __out(ofp, iop->m_time, IOP_M, iop->t.sector, t_sec(&iop->t),1); in display_io_track()
|
D | inlines.h | 241 static inline void update_q2m(struct io *iop, __u64 m_time) in update_q2m() argument 243 UPDATE_AVGS(q2m, iop, iop->pip, m_time); in update_q2m() 246 static inline void unupdate_q2m(struct io *iop, __u64 m_time) in unupdate_q2m() argument 248 UNUPDATE_AVGS(q2m, iop, iop->pip, m_time); in unupdate_q2m()
|
D | trace_queue.c | 36 q_iop->i_time = q_iop->g_time = q_iop->i_time = q_iop->m_time = in handle_queue()
|
D | trace_im.c | 65 q_iop->m_time = m_iop->t.time; in handle_m()
|
D | iostat.c | 273 else if (q_iop->m_time != (__u64)-1) in iostat_complete() 274 ADD_STAT(c_iop->dip, wait, tdelta(q_iop->m_time,c_iop->t.time)); in iostat_complete()
|
D | globals.h | 157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member
|