HomeSort by relevance Sort by last modified time
    Searched defs:test_info (Results 26 - 50 of 68) sorted by null

12 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 464 def test_info(self): member in class:TestUrlopen
test_urllib.py 120 def test_info(self): member in class:urlopen_FileTests
    [all...]
test_mailbox.py 1320 def test_info(self): member in class:TestMaildirMessage
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 464 def test_info(self): member in class:TestUrlopen
test_urllib.py 120 def test_info(self): member in class:urlopen_FileTests
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 81 const testing::TestInfo* const test_info = member in class:SessionRestoreTest::testing
83 if (strcmp(test_info->name(), "NoSessionRestoreNewWindowChromeOS") != 0) {
    [all...]
  /external/chromium_org/skia/ext/
vector_canvas_unittest.cc 231 const testing::TestInfo& test_info = local
237 AppendASCII(test_info.test_case_name()).
238 AppendASCII(test_info.name());
  /external/chromium_org/testing/gtest/test/
gtest-param-test_test.cc 798 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());
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 798 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());
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 798 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());
    [all...]
  /external/chromium_org/base/test/launcher/
test_launcher.cc 787 const testing::TestInfo* test_info = test_case->GetTestInfo(j); local
788 std::string test_name = test_info->test_case_name();
790 test_name.append(test_info->name());
826 if (!launcher_delegate_->ShouldRunTest(test_case, test_info))
    [all...]
  /external/chromium_org/chrome/browser/apps/
web_view_interactive_browsertest.cc 295 const testing::TestInfo* const test_info = member in class:WebViewInteractiveTest::testing
298 if (!strncmp(test_info->name(), prefix, strlen(prefix))) {
    [all...]
web_view_browsertest.cc 343 const testing::TestInfo* const test_info = member in class:WebViewTest::testing
346 if (!strncmp(test_info->name(), "GeolocationAPI",
735 const testing::TestInfo* const test_info = member in class:WebViewTest::testing
739 return !strcmp(test_info->name(),
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-param-util.h 490 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/libjingle/source/talk/session/media/
planarfunctions_unittest.cc 505 const testing::TestInfo* const test_info = member in class:cricket::PlanarFunctionsTest::testing
507 std::string test_name(test_info->name());
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-param-util.h 490 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/
gtest-param-util.h 490 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/
gtest-param-util.h 490 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/
gtest-param-util.h 490 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/
gtest-param-util.h 508 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));
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 60 const ::testing::TestInfo* const test_info = member in class:android::CpuConsumerTest::testing
64 test_info->name(),
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 374 const ::testing::TestInfo* const test_info = member in class:android::camera2::tests::testing
377 << test_info->test_case_name() << "."
378 << test_info->name()
camera2.cpp 400 const ::testing::TestInfo* const test_info = member in class:android::camera2::tests::testing
403 << test_info->test_case_name() << "."
404 << test_info->name()
536 const ::testing::TestInfo* const test_info = member in class:android::camera2::tests::testing
539 << test_info->test_case_name() << "."
540 << test_info->name()
CameraMultiStreamTests.cpp 496 const ::testing::TestInfo* const test_info = member in class:android::camera2::tests::testing
499 << test_info->test_case_name() << "."
500 << test_info->name()
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 490 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));

Completed in 1537 milliseconds

12 3