Searched defs:test_info (Results 26 - 50 of 67) sorted by relevance

123

/external/chromium_org/content/public/test/
H A Dtest_launcher.cc123 const testing::TestInfo* test_info) OVERRIDE;
176 const testing::TestInfo* test_info) {
178 std::string(test_case->name()) + "." + test_info->name());
180 if (StartsWithASCII(test_info->name(), kManualTestPrefix, true) &&
185 if (StartsWithASCII(test_info->name(), kPreTestPrefix, true)) {
174 ShouldRunTest( const testing::TestCase* test_case, const testing::TestInfo* test_info) argument
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dyuvscaler_unittest.cc159 const testing::TestInfo* const test_info = member in class:YuvScalerTest::testing
161 std::string test_name(test_info->name());
H A Dplanarfunctions_unittest.cc505 const testing::TestInfo* const test_info = member in class:cricket::PlanarFunctionsTest::testing
507 std::string test_name(test_info->name());
/external/chromium_org/testing/gtest/test/
H A Dgtest-param-test_test.cc798 const ::testing::TestInfo* const test_info = member in class:testing
801 EXPECT_STREQ("ZeroToFiveSequence/NamingTest", test_info->test_case_name());
805 EXPECT_STREQ(index_stream.GetString().c_str(), test_info->name());
807 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
827 const ::testing::TestInfo* const test_info = member in class:testing
830 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test.cc237 const ::testing::TestInfo* const test_info = member in class:webrtc::testing::bwe::testing
240 string(test_info->test_case_name()) + "_" + string(test_info->name());
347 const ::testing::TestInfo* const test_info = member in class:webrtc::testing::bwe::testing
349 return string(test_info->name());
/external/gtest/test/
H A Dgtest-param-test_test.cc798 const ::testing::TestInfo* const test_info = member in class:testing
801 EXPECT_STREQ("ZeroToFiveSequence/NamingTest", test_info->test_case_name());
805 EXPECT_STREQ(index_stream.GetString().c_str(), test_info->name());
807 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
827 const ::testing::TestInfo* const test_info = member in class:testing
830 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc762 const ::testing::TestInfo* const test_info = member in class:testing
765 EXPECT_STREQ("ZeroToFiveSequence/NamingTest", test_info->test_case_name());
769 EXPECT_STREQ(msg.GetString().c_str(), test_info->name());
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.cc912 const testing::TestInfo* test_info = test_case->GetTestInfo(j); local
914 test_info->test_case_name(), test_info->name());
927 if (!launcher_delegate_->ShouldRunTest(test_case, test_info))
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc81 const testing::TestInfo* const test_info = member in class:SessionRestoreTest::testing
83 if (strcmp(test_info->name(), "NoSessionRestoreNewWindowChromeOS") != 0) {
/external/chromium_org/skia/ext/
H A Dvector_canvas_unittest.cc231 const testing::TestInfo& test_info = local
237 AppendASCII(test_info.test_case_name()).
238 AppendASCII(test_info.name());
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h490 linked_ptr<TestInfo> test_info = *test_it; local
500 test_case_name += test_info->test_case_base_name;
507 test_name_stream << test_info->test_base_name << "/" << i;
516 test_info->test_meta_factory->CreateTestFactory(*param_it));
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h490 linked_ptr<TestInfo> test_info = *test_it; local
500 test_case_name_stream << test_info->test_case_base_name;
507 test_name_stream << test_info->test_base_name << "/" << i;
516 test_info->test_meta_factory->CreateTestFactory(*param_it));
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h490 linked_ptr<TestInfo> test_info = *test_it; local
500 test_case_name += test_info->test_case_base_name;
507 test_name_stream << test_info->test_base_name << "/" << i;
516 test_info->test_meta_factory->CreateTestFactory(*param_it));
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h490 linked_ptr<TestInfo> test_info = *test_it; local
500 test_case_name_stream << test_info->test_case_base_name;
507 test_name_stream << test_info->test_base_name << "/" << i;
516 test_info->test_meta_factory->CreateTestFactory(*param_it));
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h490 linked_ptr<TestInfo> test_info = *test_it; local
500 test_case_name_stream << test_info->test_case_base_name;
507 test_name_stream << test_info->test_base_name << "/" << i;
516 test_info->test_meta_factory->CreateTestFactory(*param_it));
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h508 linked_ptr<TestInfo> test_info = *test_it; local
518 test_case_name_stream << test_info->test_case_base_name.c_str();
525 test_name_stream << test_info->test_base_name.c_str() << "/" << i;
535 test_info->test_meta_factory->CreateTestFactory(*param_it));
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_interactive_browsertest.cc321 const testing::TestInfo* const test_info = member in class:WebViewInteractiveTest::testing
324 if (!strncmp(test_info->name(), prefix, strlen(prefix))) {
H A Dweb_view_browsertest.cc289 const testing::TestInfo* const test_info = member in class:WebViewTest::testing
292 if (!strncmp(test_info->name(), "GeolocationAPI",
682 const testing::TestInfo* const test_info = member in class:WebViewTest::testing
686 return !strcmp(test_info->name(),
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h631 // test_info: the TestInfo object
634 TestInfo* test_info) {
648 GetTestCase(test_info->test_case_name(),
649 test_info->type_param(),
651 tear_down_tc)->AddTestInfo(test_info);
632 AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc, TestInfo* test_info) argument
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h739 static void ClearTestResult(TestInfo* test_info) { argument
740 test_info->result_.Clear();
864 void AddTestInfo(TestInfo * test_info);
886 static bool TestPassed(const TestInfo* test_info) { argument
887 return test_info->should_run() && test_info->result()->Passed();
891 static bool TestFailed(const TestInfo* test_info) { argument
892 return test_info->should_run() && test_info->result()->Failed();
897 static bool TestReportableDisabled(const TestInfo* test_info) { argument
902 TestDisabled(const TestInfo* test_info) argument
907 TestReportable(const TestInfo* test_info) argument
912 ShouldRunTest(const TestInfo* test_info) argument
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h653 // test_info: the TestInfo object
656 TestInfo* test_info) {
670 GetTestCase(test_info->test_case_name(),
671 test_info->type_param(),
673 tear_down_tc)->AddTestInfo(test_info);
1152 void OnTestStart(const TestInfo& test_info) { argument
1153 SendLn(std::string("event=TestStart&name=") + test_info.name());
1156 void OnTestEnd(const TestInfo& test_info) { argument
1158 FormatBool((test_info.result())->Passed()) +
1160 StreamableToString((test_info
654 AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc, TestInfo* test_info) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h709 static void ClearTestResult(TestInfo* test_info) { argument
710 test_info->result_.Clear();
824 void AddTestInfo(TestInfo * test_info);
846 static bool TestPassed(const TestInfo* test_info) { argument
847 return test_info->should_run() && test_info->result()->Passed();
851 static bool TestFailed(const TestInfo* test_info) { argument
852 return test_info->should_run() && test_info->result()->Failed();
856 static bool TestDisabled(const TestInfo* test_info) { argument
861 ShouldRunTest(const TestInfo* test_info) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h632 // test_info: the TestInfo object
635 TestInfo* test_info) {
649 GetTestCase(test_info->test_case_name(),
650 test_info->type_param(),
652 tear_down_tc)->AddTestInfo(test_info);
633 AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc, TestInfo* test_info) argument
/external/gtest/include/gtest/
H A Dgtest.h715 static void ClearTestResult(TestInfo* test_info) { argument
716 test_info->result_.Clear();
840 void AddTestInfo(TestInfo * test_info);
862 static bool TestPassed(const TestInfo* test_info) { argument
863 return test_info->should_run() && test_info->result()->Passed();
867 static bool TestFailed(const TestInfo* test_info) { argument
868 return test_info->should_run() && test_info->result()->Failed();
873 static bool TestReportableDisabled(const TestInfo* test_info) { argument
878 TestDisabled(const TestInfo* test_info) argument
883 TestReportable(const TestInfo* test_info) argument
888 ShouldRunTest(const TestInfo* test_info) argument
[all...]
/external/gtest/src/
H A Dgtest-internal-inl.h653 // test_info: the TestInfo object
656 TestInfo* test_info) {
670 GetTestCase(test_info->test_case_name(),
671 test_info->type_param(),
673 tear_down_tc)->AddTestInfo(test_info);
1178 void OnTestStart(const TestInfo& test_info) { argument
1179 SendLn(std::string("event=TestStart&name=") + test_info.name());
1182 void OnTestEnd(const TestInfo& test_info) { argument
1184 FormatBool((test_info.result())->Passed()) +
1186 StreamableToString((test_info
654 AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc, TestInfo* test_info) argument
[all...]

Completed in 864 milliseconds

123