Searched refs:m_timer (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/ |
D | RNBSocket.h | 35 m_timer(true) // Make a thread safe timer in RNBSocket() 56 DNBTimer &Timer() { return m_timer; } in Timer() 74 DNBTimer m_timer; variable
|
D | ChangeLog | 93 * RNBContext.h (class RNBContext): Removed the m_timer member.
|
/external/catch2/include/internal/ |
D | catch_section.cpp | 19 m_timer.start(); in Section() 24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
|
D | catch_section.h | 34 Timer m_timer; variable
|
/external/eigen/demos/opengl/ |
D | quaternion_demo.cpp | 271 m_alpha += double(m_timer.interval()) * 1e-3; in animate() 343 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); in keyPressEvent() 344 m_timer.start(1000/30); in keyPressEvent() 357 disconnect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); in stopAnimation() 358 m_timer.stop(); in stopAnimation() 546 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); in resetCamera() 547 m_timer.start(1000/30); in resetCamera()
|
D | quaternion_demo.h | 62 QTimer m_timer; variable
|
/external/bcc/tests/cc/ |
D | catch.hpp | 2316 Timer m_timer; member in Catch::Section 7850 m_timer.start(); in Section() 7855 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2899 Timer m_timer; member in Catch::Section 12970 m_timer.start(); in Section() 12975 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 2921 Timer m_timer; member in Catch::Section 13113 m_timer.start(); in Section() 13118 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
|