Home
last modified time | relevance | path

Searched refs:test_strings (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/libs/log/test/run/
Dform_c_decor.cpp38 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()
Dform_xml_decor.cpp38 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()
Dform_csv_decor.cpp38 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()
Dform_char_decor.cpp40 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()
Dform_max_size_decor.cpp47 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/
Dboost_test_string.output5 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
Dboost_test_string.run-fail.cpp20 BOOST_AUTO_TEST_CASE( test_strings ) in BOOST_AUTO_TEST_CASE() argument
/third_party/boost/libs/utility/test/
Dstring_ref_test_io.cpp29 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()
Dstring_view_test_io.cpp29 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()
Dstring_ref_test1.cpp88 const char *test_strings [] = { variable
98 const char **p = &test_strings[0]; in main()
Dstring_view_test1.cpp97 const char *test_strings [] = { variable
107 const char **p = &test_strings[0]; in main()
Dstring_ref_test2.cpp297 const char *test_strings [] = { variable
309 const char **p = &test_strings[0]; in main()
Dstring_view_test2.cpp384 const char *test_strings [] = { variable
396 const char **p = &test_strings[0]; in main()
/third_party/python/Lib/test/
Dtest_imp.py64 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:
Dtest_strtod.py285 test_strings = [
429 for s in test_strings:
Dtest_raise.py480 def test_strings(self): member in TestRemovedFunctionality
Dtest_unparse.py168 def test_strings(self): member in UnparseTestCase
Dtest_gdb.py357 def test_strings(self): member in PrettyPrintTests
Dtest_float.py809 test_strings = [
843 for s in test_strings:
/third_party/boost/libs/spirit/test/x3/
Dchar1.cpp146 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__.py18 test_strings = ( variable
/third_party/abseil-cpp/absl/strings/
Dstring_view_benchmark.cc329 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()
Dcord_test.cc270 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/
Dstring_view_benchmark.cc329 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()
Dcord_test.cc328 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()

12