/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_embeddertest.cpp | 39 void CommonTest(CFX_SkiaDeviceDriver* driver, const State& state) { in CommonTest() function 148 Harness(&CommonTest, {State::Change::kNo, State::Save::kYes, in TEST() 150 Harness(&CommonTest, in TEST() 153 Harness(&CommonTest, {State::Change::kNo, State::Save::kYes, State::Clip::kNo, in TEST() 155 Harness(&CommonTest, {State::Change::kYes, State::Save::kNo, State::Clip::kNo, in TEST() 157 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/ |
D | gtest-typed-test_test.cc | 49 class CommonTest : public Test { class 70 CommonTest() : value_(1) {} in CommonTest() function in CommonTest 72 ~CommonTest() override { EXPECT_EQ(3, value_); } in ~CommonTest() 89 T* CommonTest<T>::shared_ = nullptr; 97 TYPED_TEST_SUITE(CommonTest, TwoTypes); 99 TYPED_TEST(CommonTest, ValuesAreCorrect) { in TYPED_TEST() argument 119 TYPED_TEST(CommonTest, ValuesAreStillCorrect) { in TYPED_TEST() argument 268 class DerivedTest : public CommonTest<T> {
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | gtest-typed-test_test.cc | 48 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/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | common_test.mm | 30 @interface CommonTest : XCTestCase interface 34 @implementation CommonTest implementation in XCTAssertNotNil
|
/external/python/cpython2/Lib/test/ |
D | test_unicode.py | 40 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 …]
|
D | test_userlist.py | 6 class UserListTest(list_tests.CommonTest):
|
D | test_list.py | 4 class ListTest(list_tests.CommonTest):
|
D | test_macpath.py | 69 class MacCommonTest(test_genericpath.CommonTest):
|
D | test_userstring.py | 10 string_tests.CommonTest,
|
D | list_tests.py | 10 class CommonTest(seq_tests.CommonTest): class 466 super(CommonTest, self).test_iadd()
|
D | test_tuple.py | 5 class TupleTest(seq_tests.CommonTest):
|
D | test_ntpath.py | 309 class NtCommonTest(test_genericpath.CommonTest):
|
D | test_genericpath.py | 161 class CommonTest(GenericTest): class
|
D | test_string.py | 8 string_tests.CommonTest,
|
D | test_posixpath.py | 493 class PosixCommonTest(test_genericpath.CommonTest):
|
D | test_str.py | 11 string_tests.CommonTest,
|
/external/python/cpython3/Lib/test/ |
D | test_userstring.py | 10 string_tests.CommonTest,
|
D | test_userlist.py | 7 class UserListTest(list_tests.CommonTest):
|
D | test_unicode.py | 52 class UnicodeTest(string_tests.CommonTest, 179 string_tests.CommonTest.test_count(self) 205 string_tests.CommonTest.test_find(self) 236 string_tests.CommonTest.test_rfind(self) 264 string_tests.CommonTest.test_index(self) 288 string_tests.CommonTest.test_rindex(self) 384 string_tests.CommonTest.test_split(self) 401 string_tests.CommonTest.test_rsplit(self) 478 string_tests.CommonTest.test_replace(self) 773 string_tests.CommonTest.test_lower(self) [all …]
|
D | test_list.py | 7 class ListTest(list_tests.CommonTest):
|
D | list_tests.py | 13 class CommonTest(seq_tests.CommonTest): class
|
D | test_tuple.py | 18 class TupleTest(seq_tests.CommonTest):
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | common_test.py | 28 class CommonTest(test_util.TensorFlowTestCase): class
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common_unittest.cc | 69 TEST(CommonTest, IntMinMaxConstants) { in TEST() argument
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a4.rst | 389 common TestCase for some tests: test_genericpath.CommonTest.
|