HomeSort by relevance Sort by last modified time
    Searched refs:g_test_status (Results 1 - 2 of 2) sorted by null

  /system/nvram/core/tests/
gtest_stubs.cpp 21 bool g_test_status = false; member in namespace:testing
31 g_test_status = true;
33 test_failures += g_test_status ? 0 : 1;
35 fprintf(stderr, "[ %s ] %s\n", decl->name, g_test_status ? "PASS" : "FAIL");
gtest_stubs.h 31 extern bool g_test_status;
35 testing::g_test_status = false; \
44 testing::g_test_status = false; \

Completed in 184 milliseconds