/external/chromium_org/native_client_sdk/src/examples/tutorial/testing/ |
testing.cc | 53 virtual void OnTestEnd(const ::testing::TestInfo& test_info) {
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/ |
main.cc | 47 virtual void OnTestEnd(const ::testing::TestInfo& test_info) {
|
/external/chromium/testing/gtest/samples/ |
sample9_unittest.cc | 84 virtual void OnTestEnd(const TestInfo& test_info) {
|
sample10_unittest.cc | 86 virtual void OnTestEnd(const TestInfo& /* test_info */) { 133 // leak checker's OnTestEnd() method are processed by the text and XML 134 // printers *before* their OnTestEnd() methods are called, such that
|
/external/chromium_org/testing/gtest/samples/ |
sample9_unittest.cc | 84 virtual void OnTestEnd(const TestInfo& test_info) {
|
sample10_unittest.cc | 86 virtual void OnTestEnd(const TestInfo& /* test_info */) { 132 // leak checker's OnTestEnd() method are processed by the text and XML 133 // printers *before* their OnTestEnd() methods are called, such that
|
/external/gtest/samples/ |
sample9_unittest.cc | 84 virtual void OnTestEnd(const TestInfo& test_info) {
|
sample10_unittest.cc | 86 virtual void OnTestEnd(const TestInfo& /* test_info */) { 133 // leak checker's OnTestEnd() method are processed by the text and XML 134 // printers *before* their OnTestEnd() methods are called, such that
|
/external/libvpx/libvpx/third_party/googletest/src/samples/ |
sample9_unittest.cc | 84 virtual void OnTestEnd(const TestInfo& test_info) {
|
sample10_unittest.cc | 86 virtual void OnTestEnd(const TestInfo& /* test_info */) { 133 // leak checker's OnTestEnd() method are processed by the text and XML 134 // printers *before* their OnTestEnd() methods are called, such that
|
/external/protobuf/gtest/samples/ |
sample9_unittest.cc | 84 virtual void OnTestEnd(const TestInfo& test_info) {
|
sample10_unittest.cc | 86 virtual void OnTestEnd(const TestInfo& test_info) { 133 // leak checker's OnTestEnd() method are processed by the text and XML 134 // printers *before* their OnTestEnd() methods are called, such that
|
/hardware/libhardware/tests/camera2/ |
TestForkerEventListener.cpp | 87 void TestForkerEventListener::OnTestEnd(const ::testing::TestInfo& test_info) { 104 // dynamically (e.g. by skipping OnTestPartResult after OnTestEnd )
|
/ndk/sources/third_party/googletest/googletest/samples/ |
sample9_unittest.cc | 84 virtual void OnTestEnd(const TestInfo& test_info) {
|
sample10_unittest.cc | 86 virtual void OnTestEnd(const TestInfo& /* test_info */) { 132 // leak checker's OnTestEnd() method are processed by the text and XML 133 // printers *before* their OnTestEnd() methods are called, such that
|
/external/valgrind/unittest/ |
old_test_suite.cc | 83 virtual void OnTestEnd(const ::testing::TestInfo& test_info) {
|
/external/chromium/testing/gtest/test/ |
gtest-listener_test.cc | 93 virtual void OnTestEnd(const TestInfo& /*test_info*/) { 94 g_events->push_back(GetFullMethodName("OnTestEnd")); 241 "2nd.OnTestEnd", 242 "1st.OnTestEnd", 250 "2nd.OnTestEnd", 251 "1st.OnTestEnd", 279 "2nd.OnTestEnd", 280 "1st.OnTestEnd", 288 "2nd.OnTestEnd", 289 "1st.OnTestEnd", [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest-listener_test.cc | 92 virtual void OnTestEnd(const TestInfo& /*test_info*/) { 93 g_events->push_back(GetFullMethodName("OnTestEnd")); 238 "2nd.OnTestEnd", 239 "1st.OnTestEnd", 247 "2nd.OnTestEnd", 248 "1st.OnTestEnd", 276 "2nd.OnTestEnd", 277 "1st.OnTestEnd", 285 "2nd.OnTestEnd", 286 "1st.OnTestEnd", [all...] |
/external/gtest/test/ |
gtest-listener_test.cc | 93 virtual void OnTestEnd(const TestInfo& /*test_info*/) { 94 g_events->push_back(GetFullMethodName("OnTestEnd")); 241 "2nd.OnTestEnd", 242 "1st.OnTestEnd", 250 "2nd.OnTestEnd", 251 "1st.OnTestEnd", 279 "2nd.OnTestEnd", 280 "1st.OnTestEnd", 288 "2nd.OnTestEnd", 289 "1st.OnTestEnd", [all...] |
/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest-listener_test.cc | 93 virtual void OnTestEnd(const TestInfo& /*test_info*/) { 94 g_events->push_back(GetFullMethodName("OnTestEnd")); 241 "2nd.OnTestEnd", 242 "1st.OnTestEnd", 250 "2nd.OnTestEnd", 251 "1st.OnTestEnd", 279 "2nd.OnTestEnd", 280 "1st.OnTestEnd", 288 "2nd.OnTestEnd", 289 "1st.OnTestEnd", [all...] |
/external/protobuf/gtest/test/ |
gtest-listener_test.cc | 102 virtual void OnTestEnd(const TestInfo& /*test_info*/) { 103 g_events->PushBack(GetFullMethodName("OnTestEnd")); 250 "2nd.OnTestEnd", 251 "1st.OnTestEnd", 259 "2nd.OnTestEnd", 260 "1st.OnTestEnd", 288 "2nd.OnTestEnd", 289 "1st.OnTestEnd", 297 "2nd.OnTestEnd", 298 "1st.OnTestEnd", [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-listener_test.cc | 92 virtual void OnTestEnd(const TestInfo& /*test_info*/) { 93 g_events->push_back(GetFullMethodName("OnTestEnd")); 238 "2nd.OnTestEnd", 239 "1st.OnTestEnd", 247 "2nd.OnTestEnd", 248 "1st.OnTestEnd", 276 "2nd.OnTestEnd", 277 "1st.OnTestEnd", 285 "2nd.OnTestEnd", 286 "1st.OnTestEnd", [all...] |
/cts/tests/tests/nativeopengl/standalone/jni/ |
GLTestHelper.cpp | 80 virtual void OnTestEnd(const TestInfo& test_info) { 141 virtual void OnTestEnd(const TestInfo& test_info) {
|
/external/protobuf/gtest/include/gtest/ |
gtest.h | 804 virtual void OnTestEnd(const TestInfo& test_info) = 0; 838 virtual void OnTestEnd(const TestInfo& /*test_info*/) {} [all...] |
/external/chromium/testing/gtest/include/gtest/ |
gtest.h | [all...] |