Searched refs:m_time (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/ |
| H A D | widget.cpp | 23 QTime m_time; in Widget() local 24 m_time.setHMS(0, 0, 0, 0); in Widget() 25 …QString timestr = m_time.addSecs(startTime.secsTo(QDateTime::currentDateTime())).toString("hh:mm:s… in Widget()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/ |
| H A D | glwidget.cpp | 151 if (const int elapsed = m_time.elapsed()) { in paintGL() 162 m_time.start(); in paintGL()
|
| H A D | glwidget.h | 41 QTime m_time; in QT_FORWARD_DECLARE_CLASS() local
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/ |
| H A D | glwidget.h | 109 QTime m_time; in QT_FORWARD_DECLARE_CLASS() local
|
| H A D | glwidget.cpp | 393 if (const int elapsed = m_time.elapsed()) { in paintGL() 409 m_time.start(); in paintGL()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/ |
| H A D | glwidget.h | 109 QTime m_time; in QT_FORWARD_DECLARE_CLASS() local
|
| H A D | glwidget.cpp | 393 if (const int elapsed = m_time.elapsed()) { in paintGL() 409 m_time.start(); in paintGL()
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/ |
| H A D | bootgraph.py | 399 m_time, m_proc, m_pid, m_msg, m_dur = \ 401 t = float(m_time) 412 if(m_time and m_pid and m_msg): 413 t = aslib.FTraceLine(m_time, m_msg, m_dur)
|
| H A D | sleepgraph.py | 3094 m_time = m.group('time') 3101 if(m_time and m_pid and m_msg): 3102 t = FTraceLine(m_time, m_msg, m_param3) 3210 m_time = m.group('time') 3218 if(m_time and m_pid and m_msg): 3219 t = FTraceLine(m_time, m_msg, m_param3)
|
| /OK3568_Linux_fs/kernel/fs/befs/ |
| H A D | ChangeLog | 324 copying m_time.
|