/hardware/libhardware/tests/camera2/ |
TestForkerEventListener.h | 36 virtual void OnTestStart(const ::testing::TestInfo& test_info); 43 virtual void OnTestEnd(const ::testing::TestInfo& test_info);
|
TestForkerEventListener.cpp | 87 void TestForkerEventListener::OnTestEnd(const ::testing::TestInfo& test_info) { 94 exit(test_info.result()->Passed() 99 test_info.test_case_name(), test_info.name(),
|
CameraStreamTests.cpp | 89 const ::testing::TestInfo* const test_info = member in class:android::camera2::tests::testing 92 << test_info->test_case_name() << "." 93 << test_info->name()
|
CameraModuleTests.cpp | 75 const ::testing::TestInfo* const test_info = member in class:android::camera2::tests::testing 78 << test_info->test_case_name() << "." 79 << test_info->name()
|
/external/google-breakpad/src/testing/gtest/samples/ |
sample9_unittest.cc | 64 virtual void OnTestStart(const TestInfo& test_info) { 67 test_info.test_case_name(), 68 test_info.name()); 84 virtual void OnTestEnd(const TestInfo& test_info) { 87 test_info.test_case_name(), 88 test_info.name()); 145 const TestInfo& test_info = *test_case.GetTestInfo(j); local 148 if (test_info.result()->Failed() && 149 strcmp(test_info.name(), "Fails") != 0) {
|
/external/protobuf/gtest/samples/ |
sample9_unittest.cc | 64 virtual void OnTestStart(const TestInfo& test_info) { 67 test_info.test_case_name(), 68 test_info.name()); 84 virtual void OnTestEnd(const TestInfo& test_info) { 87 test_info.test_case_name(), 88 test_info.name()); 145 const TestInfo& test_info = *test_case.GetTestInfo(j); local 148 if (test_info.result()->Failed() && 149 strcmp(test_info.name(), "Fails") != 0) {
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/ |
sample9_unittest.cc | 64 virtual void OnTestStart(const TestInfo& test_info) { 67 test_info.test_case_name(), 68 test_info.name()); 84 virtual void OnTestEnd(const TestInfo& test_info) { 87 test_info.test_case_name(), 88 test_info.name()); 145 const TestInfo& test_info = *test_case.GetTestInfo(j); local 148 if (test_info.result()->Failed() && 149 strcmp(test_info.name(), "Fails") != 0) {
|
/ndk/sources/third_party/googletest/googletest/samples/ |
sample9_unittest.cc | 64 virtual void OnTestStart(const TestInfo& test_info) { 67 test_info.test_case_name(), 68 test_info.name()); 84 virtual void OnTestEnd(const TestInfo& test_info) { 87 test_info.test_case_name(), 88 test_info.name()); 145 const TestInfo& test_info = *test_case.GetTestInfo(j); local 148 if (test_info.result()->Failed() && 149 strcmp(test_info.name(), "Fails") != 0) {
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_shuffle_test_.cc | 87 virtual void OnTestStart(const TestInfo& test_info) { 88 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
|
gtest-unittest-api_test.cc | 221 const TestInfo* const test_info = test_case->GetTestInfo(0); local 222 EXPECT_STREQ("Dummy2", test_info->name()); 223 EXPECT_STREQ("DISABLED_Test", test_info->test_case_name()); 224 EXPECT_TRUE(IsNull(test_info->value_param())); 225 EXPECT_TRUE(IsNull(test_info->type_param())); 226 EXPECT_FALSE(test_info->should_run());
|
/external/gtest/test/ |
gtest_shuffle_test_.cc | 86 virtual void OnTestStart(const TestInfo& test_info) { 87 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
|
gtest-unittest-api_test.cc | 221 const TestInfo* const test_info = test_case->GetTestInfo(0); local 222 EXPECT_STREQ("Dummy2", test_info->name()); 223 EXPECT_STREQ("DISABLED_Test", test_info->test_case_name()); 224 EXPECT_TRUE(IsNull(test_info->value_param())); 225 EXPECT_TRUE(IsNull(test_info->type_param())); 226 EXPECT_FALSE(test_info->should_run());
|
/external/protobuf/gtest/test/ |
gtest_shuffle_test_.cc | 87 virtual void OnTestStart(const TestInfo& test_info) { 88 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
|
gtest-unittest-api_test.cc | 221 const TestInfo* const test_info = test_case->GetTestInfo(0); local 222 EXPECT_STREQ("Dummy2", test_info->name()); 223 EXPECT_STREQ("DISABLED_Test", test_info->test_case_name()); 224 EXPECT_STREQ("", test_info->comment()); 225 EXPECT_STREQ("", test_info->test_case_comment()); 226 EXPECT_FALSE(test_info->should_run());
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_shuffle_test_.cc | 86 virtual void OnTestStart(const TestInfo& test_info) { 87 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
|
gtest-unittest-api_test.cc | 221 const TestInfo* const test_info = test_case->GetTestInfo(0); local 222 EXPECT_STREQ("Dummy2", test_info->name()); 223 EXPECT_STREQ("DISABLED_Test", test_info->test_case_name()); 224 EXPECT_TRUE(IsNull(test_info->value_param())); 225 EXPECT_TRUE(IsNull(test_info->type_param())); 226 EXPECT_FALSE(test_info->should_run());
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_shuffle_test_.cc | 86 virtual void OnTestStart(const TestInfo& test_info) { 87 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
|
gtest-unittest-api_test.cc | 221 const TestInfo* const test_info = test_case->GetTestInfo(0); local 222 EXPECT_STREQ("Dummy2", test_info->name()); 223 EXPECT_STREQ("DISABLED_Test", test_info->test_case_name()); 224 EXPECT_TRUE(IsNull(test_info->value_param())); 225 EXPECT_TRUE(IsNull(test_info->type_param())); 226 EXPECT_FALSE(test_info->should_run());
|
/external/autotest/client/tests/monotonic_time/src/ |
time_test.c | 137 typedef struct test_info { struct 139 void (*func)(struct test_info *); /* the test */ 150 void show_warps(struct test_info *test) 158 void _name##_test(struct test_info *test) \ 184 struct test_info _name##_test_info = { \ 195 struct test_info *tests[] = { 205 void show_progress(struct test_info *test) 222 struct test_info *test = arg; 231 int run_test(cpu_set_t *cpus, long duration, struct test_info *test)
|
/external/autotest/puppylab/ |
results_mocker.py | 111 test_info = { 119 templates.success_job_template % test_info) 122 templates.success_job_template % test_info) 125 templates.success_test_template % test_info)
|
/external/gtest/include/gtest/ |
gtest.h | 715 static void ClearTestResult(TestInfo* test_info) { 716 test_info->result_.Clear(); 840 void AddTestInfo(TestInfo * test_info); 862 static bool TestPassed(const TestInfo* test_info) { 863 return test_info->should_run() && test_info->result()->Passed(); 867 static bool TestFailed(const TestInfo* test_info) { 868 return test_info->should_run() && test_info->result()->Failed(); 873 static bool TestReportableDisabled(const TestInfo* test_info) { [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
gtest.h | 715 static void ClearTestResult(TestInfo* test_info) { 716 test_info->result_.Clear(); 840 void AddTestInfo(TestInfo * test_info); 862 static bool TestPassed(const TestInfo* test_info) { 863 return test_info->should_run() && test_info->result()->Passed(); 867 static bool TestFailed(const TestInfo* test_info) { 868 return test_info->should_run() && test_info->result()->Failed(); 873 static bool TestReportableDisabled(const TestInfo* test_info) { [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest.h | 709 static void ClearTestResult(TestInfo* test_info) { 710 test_info->result_.Clear(); 824 void AddTestInfo(TestInfo * test_info); 846 static bool TestPassed(const TestInfo* test_info) { 847 return test_info->should_run() && test_info->result()->Passed(); 851 static bool TestFailed(const TestInfo* test_info) { 852 return test_info->should_run() && test_info->result()->Failed(); 856 static bool TestDisabled(const TestInfo* test_info) { [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest.h | 709 static void ClearTestResult(TestInfo* test_info) { 710 test_info->result_.Clear(); 824 void AddTestInfo(TestInfo * test_info); 846 static bool TestPassed(const TestInfo* test_info) { 847 return test_info->should_run() && test_info->result()->Passed(); 851 static bool TestFailed(const TestInfo* test_info) { 852 return test_info->should_run() && test_info->result()->Failed(); 856 static bool TestDisabled(const TestInfo* test_info) { [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest.h | 709 static void ClearTestResult(TestInfo* test_info) { 710 test_info->result_.Clear(); 824 void AddTestInfo(TestInfo * test_info); 846 static bool TestPassed(const TestInfo* test_info) { 847 return test_info->should_run() && test_info->result()->Passed(); 851 static bool TestFailed(const TestInfo* test_info) { 852 return test_info->should_run() && test_info->result()->Failed(); 856 static bool TestDisabled(const TestInfo* test_info) { [all...] |