/third_party/boost/libs/log/test/run/ |
D | form_c_decor.cpp | 38 struct test_strings; 42 struct test_strings< char > : public test_data< char > struct 54 struct test_strings< wchar_t > : public test_data< wchar_t > struct 83 typedef test_strings< CharT > data; in BOOST_AUTO_TEST_CASE_TEMPLATE() 109 typedef test_strings< CharT > data; in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | form_xml_decor.cpp | 38 struct test_strings; 42 struct test_strings< char > : public test_data< char > struct 51 struct test_strings< wchar_t > : public test_data< wchar_t > struct 67 typedef test_strings< CharT > data; in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | form_csv_decor.cpp | 38 struct test_strings; 42 struct test_strings< char > : public test_data< char > struct 51 struct test_strings< wchar_t > : public test_data< wchar_t > struct 67 typedef test_strings< CharT > data; in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | form_char_decor.cpp | 40 struct test_strings; 44 struct test_strings< char > : public test_data< char > struct 84 struct test_strings< wchar_t > : public test_data< wchar_t > struct 131 typedef test_strings< CharT > data; in BOOST_AUTO_TEST_CASE_TEMPLATE() 157 typedef test_strings< CharT > data; in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | form_max_size_decor.cpp | 47 struct test_strings; 51 struct test_strings< char > : public test_data< char > struct 60 struct test_strings< wchar_t > : public test_data< wchar_t > struct 76 typedef test_strings< CharT > data; in BOOST_AUTO_TEST_CASE_TEMPLATE() 143 typedef test_strings< char > data; in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/test/doc/examples/ |
D | boost_test_string.output | 5 test.cpp:25: error: in "test_strings": check a == b has failed [test1 != test2] 6 test.cpp:27: error: in "test_strings": check std::string("test1") == b has failed [test1 != test2] 7 test.cpp:28: error: in "test_strings": check std::string("test1") < a has failed 13 test.cpp:29: error: in "test_strings": check b < a has failed
|
D | boost_test_string.run-fail.cpp | 20 BOOST_AUTO_TEST_CASE( test_strings ) in BOOST_AUTO_TEST_CASE() argument
|
/third_party/boost/libs/utility/test/ |
D | string_ref_test_io.cpp | 29 static const char* test_strings[] = variable 48 boost::string_ref str = test_strings[0]; in context() 51 str = test_strings[1]; in context() 54 str = test_strings[2]; in context()
|
D | string_view_test_io.cpp | 29 static const char* test_strings[] = variable 48 boost::string_view str = test_strings[0]; in context() 51 str = test_strings[1]; in context() 54 str = test_strings[2]; in context()
|
D | string_ref_test1.cpp | 88 const char *test_strings [] = { variable 98 const char **p = &test_strings[0]; in main()
|
D | string_view_test1.cpp | 97 const char *test_strings [] = { variable 107 const char **p = &test_strings[0]; in main()
|
D | string_ref_test2.cpp | 297 const char *test_strings [] = { variable 309 const char **p = &test_strings[0]; in main()
|
D | string_view_test2.cpp | 384 const char *test_strings [] = { variable 396 const char **p = &test_strings[0]; in main()
|
/third_party/python/Lib/test/ |
D | test_imp.py | 64 self.test_strings = mod.test_strings 68 for modname, encoding, teststr in self.test_strings: 74 for mod, encoding, _ in self.test_strings: 83 for mod, encoding, _ in self.test_strings:
|
D | test_strtod.py | 285 test_strings = [ 429 for s in test_strings:
|
D | test_raise.py | 480 def test_strings(self): member in TestRemovedFunctionality
|
D | test_unparse.py | 168 def test_strings(self): member in UnparseTestCase
|
D | test_gdb.py | 357 def test_strings(self): member in PrettyPrintTests
|
D | test_float.py | 809 test_strings = [ 843 for s in test_strings:
|
/third_party/boost/libs/spirit/test/x3/ |
D | char1.cpp | 146 auto const test_strings = in main() 153 std::all_of(test_strings.begin(), test_strings.end(), [&](auto const test_str) -> bool { in main()
|
/third_party/python/Lib/test/encoded_modules/ |
D | __init__.py | 18 test_strings = ( variable
|
/third_party/abseil-cpp/absl/strings/ |
D | string_view_benchmark.cc | 329 std::vector<std::string> test_strings(indices.size()); in StringViewMapBenchmark() local 331 test_strings[i] = keys[indices[i]]; in StringViewMapBenchmark() 344 sum += h[test_strings[i]]; in StringViewMapBenchmark()
|
D | cord_test.cc | 270 for (std::pair<absl::string_view, absl::string_view> test_strings : in TEST() 272 absl::Cord tmp(test_strings.first); in TEST() 274 ASSERT_EQ(std::string(z), test_strings.first); in TEST() 275 tmp = test_strings.second; in TEST() 277 ASSERT_EQ(std::string(z), test_strings.second); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | string_view_benchmark.cc | 329 std::vector<std::string> test_strings(indices.size()); in StringViewMapBenchmark() local 331 test_strings[i] = keys[indices[i]]; in StringViewMapBenchmark() 344 sum += h[test_strings[i]]; in StringViewMapBenchmark()
|
D | cord_test.cc | 328 for (std::pair<absl::string_view, absl::string_view> test_strings : in TEST_P() 330 absl::Cord tmp(test_strings.first); in TEST_P() 332 ASSERT_EQ(std::string(z), test_strings.first); in TEST_P() 333 tmp = test_strings.second; in TEST_P() 335 ASSERT_EQ(std::string(z), test_strings.second); in TEST_P()
|