| /third_party/boost/libs/log/test/common/ |
| D | char_definitions.hpp | 43 struct test_data< char > struct 45 static const char* abc() { return "abc"; } in abc() 46 static const char* ABC() { return "ABC"; } in ABC() 47 static const char* some_test_string() { return "some test string"; } in some_test_string() 48 static const char* zero_to_five() { return "012345"; } in zero_to_five() 49 static const char* def() { return "def"; } in def() 50 static const char* aaa() { return "aaa"; } in aaa() 51 static const char* abcd() { return "abcd"; } in abcd() 52 static const char* zz() { return "zz"; } in zz() 53 static const char* abcdefg0123456789() { return "abcdefg0123456789"; } in abcdefg0123456789() [all …]
|
| /third_party/skia/third_party/externals/brotli/python/tests/ |
| D | bro_test.py | 16 def _get_original_name(test_data): argument 22 def _check_decompression(self, test_data): argument 28 def _decompress_file(self, test_data): argument 33 def _decompress_pipe(self, test_data): argument 41 def _test_decompress_file(self, test_data): argument 45 def _test_decompress_pipe(self, test_data): argument 57 def _check_decompression(self, test_data, **kwargs): argument 67 def _compress_file(self, test_data, **kwargs): argument 77 def _compress_pipe(self, test_data, **kwargs): argument 89 def _test_compress_file(self, test_data, **kwargs): argument [all …]
|
| D | decompress_test.py | 12 def _get_original_name(test_data): argument 18 def _check_decompression(self, test_data): argument 24 def _decompress(self, test_data): argument 30 def _test_decompress(self, test_data): argument
|
| D | decompressor_test.py | 13 def _get_original_name(test_data): argument 27 def _check_decompression(self, test_data): argument 33 def _decompress(self, test_data): argument 42 def _test_decompress(self, test_data): argument
|
| D | compress_test.py | 16 def _check_decompression(self, test_data, **kwargs): argument 27 def _compress(self, test_data, **kwargs): argument 33 def _test_compress(self, test_data, **kwargs): argument
|
| D | compressor_test.py | 23 def _check_decompression(self, test_data): argument 33 def _test_single_process(self, test_data): argument 42 def _test_multiple_process(self, test_data): argument 53 def _test_multiple_process_and_flush(self, test_data): argument
|
| /third_party/boost/libs/mpl/test/ |
| D | multiset.cpp | 48 struct test_data struct 72 //count_test<test_data1>(); in MPL_TEST_CASE() argument 74 //count_test< test_data< multiset<> > >(); in MPL_TEST_CASE() argument
|
| /third_party/libsoup/tests/ |
| D | coding-test.c | 177 setup_coding_test (CodingTestData *data, gconstpointer test_data) in setup_coding_test() 214 teardown_coding_test (CodingTestData *data, gconstpointer test_data) in teardown_coding_test() 225 do_coding_test_plain (CodingTestData *data, gconstpointer test_data) in do_coding_test_plain() 232 do_coding_test_gzip (CodingTestData *data, gconstpointer test_data) in do_coding_test_gzip() 239 do_coding_test_gzip_with_junk (CodingTestData *data, gconstpointer test_data) in do_coding_test_gzip_with_junk() 252 do_coding_test_gzip_bad_server (CodingTestData *data, gconstpointer test_data) in do_coding_test_gzip_bad_server() 269 do_coding_test_deflate (CodingTestData *data, gconstpointer test_data) in do_coding_test_deflate() 279 do_coding_test_deflate_with_junk (CodingTestData *data, gconstpointer test_data) in do_coding_test_deflate_with_junk() 292 do_coding_test_deflate_bad_server (CodingTestData *data, gconstpointer test_data) in do_coding_test_deflate_bad_server() 304 do_coding_test_deflate_raw (CodingTestData *data, gconstpointer test_data) in do_coding_test_deflate_raw() [all …]
|
| /third_party/libpsl/tests/ |
| D | test-is-cookie-domain-acceptable.c | 52 static const struct test_data { in test_psl() struct 54 *request_domain, in test_psl() 55 *cookie_domain; in test_psl() 57 result; in test_psl() 58 } test_data[] = { in test_psl() local
|
| D | test-is-public-builtin.c | 54 static const struct test_data { in test_psl() struct 56 *domain; in test_psl() 58 result; in test_psl() 60 no_star_result; in test_psl() 61 } test_data[] = { in test_psl() local
|
| D | test-is-public.c | 54 static const struct test_data { in test_psl() struct 56 *domain; in test_psl() 58 result; in test_psl() 60 no_star_result; in test_psl() 61 } test_data[] = { in test_psl() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
| D | esextcGeometryShaderAdjacencyTests.cpp | 133 void GeometryShaderAdjacencyTests::configureTestDataLines(AdjacencyTestData& test_data, bool withGS… in configureTestDataLines() 181 void GeometryShaderAdjacencyTests::configureTestDataLineStrip(AdjacencyTestData& test_data, bool wi… in configureTestDataLineStrip() 229 void GeometryShaderAdjacencyTests::configureTestDataTriangles(AdjacencyTestData& test_data, bool wi… in configureTestDataTriangles() 280 void GeometryShaderAdjacencyTests::configureTestDataTriangleStrip(AdjacencyTestData& test_data, boo… in configureTestDataTriangleStrip() 329 void GeometryShaderAdjacencyTests::createGrid(AdjacencyTestData& test_data) in createGrid() 406 void GeometryShaderAdjacencyTests::createGridLineSegments(AdjacencyTestData& test_data) in createGridLineSegments() 522 void GeometryShaderAdjacencyTests::createGridLineStrip(AdjacencyTestData& test_data) in createGridLineStrip() 563 void GeometryShaderAdjacencyTests::createGridTriangles(AdjacencyTestData& test_data) in createGridTriangles() 607 void GeometryShaderAdjacencyTests::createGridTriangleStrip(AdjacencyTestData& test_data) in createGridTriangleStrip() 664 void GeometryShaderAdjacencyTests::setLinePointsNonindiced(AdjacencyTestData& test_data) in setLinePointsNonindiced() [all …]
|
| /third_party/glib/glib/tests/ |
| D | scannerapi.c | 30 gconstpointer test_data) in scanner_fixture_setup() 37 gconstpointer test_data) in scanner_fixture_teardown() 53 gconstpointer test_data) in test_scanner_warn() 61 gconstpointer test_data) in test_scanner_error() 86 gconstpointer test_data) in test_scanner_symbols() 109 gconstpointer test_data) in test_scanner_tokens()
|
| /third_party/boost/libs/test/test/test-organization-ts/ |
| D | parameterized_test-test.cpp | 78 int test_data[] = { 2, 2, 2 }; in BOOST_AUTO_TEST_CASE() local 98 int test_data[] = { 1, 2, 2 }; in BOOST_AUTO_TEST_CASE() local 118 int test_data[] = { 1, 1, 2 }; in BOOST_AUTO_TEST_CASE() local 138 int test_data[] = { 1, 1, 1 }; in BOOST_AUTO_TEST_CASE() local 158 int test_data[] = { 6, 6, 6 }; in BOOST_AUTO_TEST_CASE() local 179 int test_data[] = { 0, 3, 9 }; in BOOST_AUTO_TEST_CASE() local 199 int test_data[] = { 2, 3, 9 }; in BOOST_AUTO_TEST_CASE() local 219 int test_data[] = { 3, 2, 6 }; in BOOST_AUTO_TEST_CASE() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
| D | 37-1.c | 19 struct test_data { struct 24 struct test_data testdata[] = { argument
|
| /third_party/glib/gio/tests/ |
| D | mimeapps.c | 110 gconstpointer test_data) in setup() 198 gconstpointer test_data) in teardown() 205 gconstpointer test_data) in test_mime_api() 295 gconstpointer test_data) in test_mime_file() 415 gconstpointer test_data) in test_mime_default() 493 gconstpointer test_data) in test_mime_default_last_used() 590 gconstpointer test_data) in test_scheme_handler() 606 gconstpointer test_data) in test_mime_ignore_nonexisting() 616 gconstpointer test_data) in test_all()
|
| /third_party/boost/libs/spirit/test/qi/ |
| D | attribute1.cpp | 30 struct test_data struct 40 test_data, argument
|
| D | attribute2.cpp | 30 struct test_data struct 40 test_data, argument
|
| /third_party/boost/libs/spirit/test/karma/ |
| D | attribute.cpp | 26 struct test_data struct 36 test_data, argument
|
| /third_party/boost/libs/serialization/performance/ |
| D | performance_utf8_codecvt.cpp | 38 struct test_data struct 45 unsigned char test_data<2>::utf8_encoding[] = { argument
|
| D | performance_codecvt_null.cpp | 37 struct test_data struct 43 wchar_t test_data<2>::wchar_encoding[] = { argument
|
| /third_party/boost/libs/test/example/ |
| D | unit_test_example_12.cpp | 112 friend std::istream& operator>>( std::istream& istr, hash_function_test_data& test_data ) in operator >>() argument 126 void test( hash_function_test_data const& test_data ) in test() 159 hash_function_test_data test_data; in massive_hash_function_test() local
|
| /third_party/boost/libs/serialization/test/ |
| D | test_codecvt_null.cpp | 36 struct test_data struct 42 wchar_t test_data<2>::wchar_encoding[] = { argument
|
| /third_party/boost/libs/spirit/test/lex/ |
| D | regression_wide.cpp | 34 struct test_data struct 41 test_data data[] = argument
|
| /third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
| D | jpegparse.c | 154 _make_buffers_in (GList * buffer_in, guint8 * test_data, gsize test_data_size) in _make_buffers_in() 168 #define make_buffers_in(buffer_in, test_data) \ argument 172 _make_buffers_out (GList * buffer_out, guint8 * test_data, gsize test_data_size) in _make_buffers_out() 184 #define make_buffers_out(buffer_out, test_data) \ argument
|