Searched refs:listeners (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/tests/camera2/
H A Dmain.cpp36 ::testing::TestEventListeners& listeners = local
37 ::testing::UnitTest::GetInstance()->listeners();
39 listeners.Append(new TestForkerEventListener());
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1000 TestEventListeners* listeners() { return &listeners_; } function in class:testing::internal::UnitTestImpl
1292 // The list of event listeners that can be used to track events inside
2154 unit_test_->listeners()->repeater()->OnTestPartResult(result);
3791 TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater();
3793 // Notifies the unit test event listeners that a test is about to start.
3919 TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater();
4382 // This class forwards events to other event listeners.
4413 // The list of listeners that receive events.
4440 // This defines a member that forwards the call to all listeners.
4449 // This defines a member that forwards the call to all listeners i
5234 TestEventListeners& UnitTest::listeners() { function in class:testing::UnitTest
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18444 // TestEventListeners lets users add listeners to track events in Google Test.
18461 // output. Can be removed from the listeners list to shut down default
18471 // listeners list by users who want to shut down the default XML output
18507 // listeners in the list.
18511 // The actual list of listeners.
18629 // Returns the list of event listeners that can be used to track events
18631 TestEventListeners& listeners();

Completed in 82 milliseconds