Searched defs:m_time (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebTransformKeyframe.h50 double m_time; member in class:blink::WebTransformKeyframe
H A DWebFilterKeyframe.h52 double time() const { return m_time; }
57 double m_time; member in class:blink::WebFilterKeyframe
/external/chromium_org/third_party/skia/src/ports/
H A DSkTime_Unix.cpp19 time_t m_time; local
20 time(&m_time);
22 tstruct = localtime(&m_time);
/external/skia/src/ports/
H A DSkTime_Unix.cpp19 time_t m_time; local
20 time(&m_time);
22 tstruct = localtime(&m_time);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationClock.h46 , m_time(0)
59 double m_time; member in class:blink::AnimationClock
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParamTimeline.h81 , m_time(time)
90 double time() const { return m_time; }
98 double m_time; member in class:blink::AudioParamTimeline::ParamEvent
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h186 return m_time;
216 lldb_private::TimeValue m_time; member in class:ObjectContainerBSDArchive::Archive
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTime.h37 SMILTime() : m_time(0) { }
38 SMILTime(double time) : m_time(time) { }
43 double value() const { return m_time; }
45 bool isFinite() const { return std::isfinite(m_time); }
46 bool isIndefinite() const { return std::isinf(m_time); }
47 bool isUnresolved() const { return std::isnan(m_time); }
50 double m_time; member in class:blink::SMILTime
66 : m_time(time)
71 const SMILTime& time() const { return m_time; }
75 SMILTime m_time; member in class:blink::SMILTimeWithOrigin
[all...]
/external/deqp/framework/common/
H A DtcuThreadUtil.hpp116 Message (deUint64 time, const char* message) : m_time(time), m_message(message) {}
118 deUint64 getTime (void) const { return m_time; }
124 deUint64 m_time; member in class:tcu::ThreadUtil::Message
/external/blktrace/btt/
H A Dinlines.h241 static inline void update_q2m(struct io *iop, __u64 m_time) argument
243 UPDATE_AVGS(q2m, iop, iop->pip, m_time);
246 static inline void unupdate_q2m(struct io *iop, __u64 m_time) argument
248 UNUPDATE_AVGS(q2m, iop, iop->pip, m_time);
H A Dglobals.h157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member in struct:io
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c1057 UINT32 m_time; local
1064 m_time = s_time/60;
1065 h_time = m_time/60;
1068 s_time -= m_time*60;
1069 m_time -= h_time*60;
1074 *p_out++ = (INT8)((m_time / 10) + '0');
1075 *p_out++ = (INT8)((m_time % 10) + '0');
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c1034 UINT32 m_time; local
1041 m_time = s_time/60;
1042 h_time = m_time/60;
1045 s_time -= m_time*60;
1046 m_time -= h_time*60;
1051 *p_out++ = (INT8)((m_time / 10) + '0');
1052 *p_out++ = (INT8)((m_time % 10) + '0');

Completed in 1807 milliseconds