Home
last modified time | relevance | path

Searched refs:CommonTest (Results 1 – 25 of 37) sorted by relevance

12

/external/google-breakpad/src/testing/gtest/test/
Dgtest-typed-test_test.cc44 class CommonTest : public Test { class
65 CommonTest() : value_(1) {} in CommonTest() function in CommonTest
67 virtual ~CommonTest() { EXPECT_EQ(3, value_); } in ~CommonTest()
84 T* CommonTest<T>::shared_ = NULL;
95 TYPED_TEST_CASE(CommonTest, TwoTypes);
97 TYPED_TEST(CommonTest, ValuesAreCorrect) { in TYPED_TEST() argument
117 TYPED_TEST(CommonTest, ValuesAreStillCorrect) { in TYPED_TEST() argument
237 class DerivedTest : public CommonTest<T> {
/external/pdfium/core/fxge/skia/
Dfx_skia_device_unittest.cpp37 void CommonTest(CFX_SkiaDeviceDriver* driver, const State& state) { in CommonTest() function
149 Harness(&CommonTest, {State::Change::kNo, State::Save::kYes, in TEST()
151 Harness(&CommonTest, in TEST()
154 Harness(&CommonTest, {State::Change::kNo, State::Save::kYes, State::Clip::kNo, in TEST()
156 Harness(&CommonTest, {State::Change::kYes, State::Save::kNo, State::Clip::kNo, in TEST()
158 Harness(&CommonTest, {State::Change::kNo, State::Save::kNo, State::Clip::kNo, in TEST()
164 Harness(&CommonTest, in TEST()
167 Harness(&CommonTest, {State::Change::kNo, State::Save::kYes, in TEST()
/external/googletest/googletest/test/
Dgtest-typed-test_test.cc48 class CommonTest : public Test { class
69 CommonTest() : value_(1) {} in CommonTest() function in CommonTest
71 ~CommonTest() override { EXPECT_EQ(3, value_); } in ~CommonTest()
88 T* CommonTest<T>::shared_ = nullptr;
99 TYPED_TEST_SUITE(CommonTest, TwoTypes);
101 TYPED_TEST(CommonTest, ValuesAreCorrect) { in TYPED_TEST() argument
121 TYPED_TEST(CommonTest, ValuesAreStillCorrect) { in TYPED_TEST() argument
275 class DerivedTest : public CommonTest<T> {
/external/python/cpython2/Lib/test/
Dtest_unicode.py40 string_tests.CommonTest,
120 string_tests.CommonTest.test_count(self)
141 string_tests.CommonTest.test_rfind(self)
148 string_tests.CommonTest.test_index(self)
161 string_tests.CommonTest.test_rindex(self)
187 string_tests.CommonTest.test_split(self)
207 string_tests.CommonTest.test_strip(self)
211 string_tests.CommonTest.test_replace(self)
283 string_tests.CommonTest.test_capitalize(self)
469 string_tests.CommonTest.test_lower(self)
[all …]
Dtest_userlist.py6 class UserListTest(list_tests.CommonTest):
Dtest_list.py4 class ListTest(list_tests.CommonTest):
Dtest_macpath.py69 class MacCommonTest(test_genericpath.CommonTest):
Dlist_tests.py10 class CommonTest(seq_tests.CommonTest): class
466 super(CommonTest, self).test_iadd()
Dtest_userstring.py10 string_tests.CommonTest,
Dtest_tuple.py5 class TupleTest(seq_tests.CommonTest):
Dtest_ntpath.py309 class NtCommonTest(test_genericpath.CommonTest):
Dtest_genericpath.py161 class CommonTest(GenericTest): class
Dtest_string.py8 string_tests.CommonTest,
/external/python/cpython3/Lib/test/
Dtest_userstring.py10 string_tests.CommonTest,
Dtest_userlist.py7 class UserListTest(list_tests.CommonTest):
Dtest_unicode.py49 class UnicodeTest(string_tests.CommonTest,
176 string_tests.CommonTest.test_count(self)
202 string_tests.CommonTest.test_find(self)
233 string_tests.CommonTest.test_rfind(self)
261 string_tests.CommonTest.test_index(self)
285 string_tests.CommonTest.test_rindex(self)
381 string_tests.CommonTest.test_split(self)
398 string_tests.CommonTest.test_rsplit(self)
475 string_tests.CommonTest.test_replace(self)
753 string_tests.CommonTest.test_lower(self)
[all …]
Dtest_list.py6 class ListTest(list_tests.CommonTest):
Dtest_macpath.py148 class MacCommonTest(test_genericpath.CommonTest, unittest.TestCase):
Dlist_tests.py12 class CommonTest(seq_tests.CommonTest): class
Dtest_tuple.py7 class TupleTest(seq_tests.CommonTest):
Dtest_ntpath.py459 class NtCommonTest(test_genericpath.CommonTest, unittest.TestCase):
/external/tensorflow/tensorflow/python/debug/lib/
Dcommon_test.py28 class CommonTest(test_util.TensorFlowTestCase): class
/external/tensorflow/tensorflow/contrib/quantize/python/
Dcommon_test.py37 class CommonTest(test_util.TensorFlowTestCase): class
/external/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc69 TEST(CommonTest, IntMinMaxConstants) { in TEST() argument
/external/python/cpython2/Misc/NEWS.d/
D2.7a4.rst389 common TestCase for some tests: test_genericpath.CommonTest.

12