Home
last modified time | relevance | path

Searched refs:m_timer (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DRNBSocket.h35 m_timer(true) // Make a thread safe timer in RNBSocket()
56 DNBTimer &Timer() { return m_timer; } in Timer()
74 DNBTimer m_timer; variable
DChangeLog93 * RNBContext.h (class RNBContext): Removed the m_timer member.
/external/catch2/include/internal/
Dcatch_section.cpp19 m_timer.start(); in Section()
24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
Dcatch_section.h34 Timer m_timer; variable
/external/eigen/demos/opengl/
Dquaternion_demo.cpp271 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()
Dquaternion_demo.h62 QTimer m_timer; variable
/external/bcc/tests/cc/
Dcatch.hpp2316 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/
Dcatch.hpp2899 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/
Dcatch.hpp2921 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()