Searched refs:m_timer (Results 1 – 9 of 9) sorted by relevance
/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_benchmark.h | 25 Timer m_timer; variable 35 m_timer.start(); in BenchmarkLooper()
|
D | catch_benchmark.cpp | 24 auto elapsed = m_timer.getElapsedNanoseconds(); in needsMoreIterations()
|
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/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_OSX.mm | 46 NSTimer* m_timer; // timer for rendering our OpenGL content field 550 …m_timer = [NSTimer scheduledTimerWithTimeInterval:(1.0 / KFPS) target:self selector:@selector(rend… 674 [m_timer invalidate];
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2549 Timer m_timer; member in Catch::Section 2578 Timer m_timer; member in Catch::BenchmarkLooper 2588 m_timer.start(); in BenchmarkLooper() 6461 auto elapsed = m_timer.getElapsedNanoseconds(); in needsMoreIterations() 10738 m_timer.start(); in Section() 10743 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
|
/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()
|