Searched refs:str4 (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/ets_utils/js_api_module/xml/test/ |
H A D | test_xml.cpp | 1122 std::string str4 = "<!--Hello, World!--> <company>John & Hans</company> <title>Happy</title>"; in HWTEST_F() local 1127 std::string strXml = str1 + str2 + str3 + str4 + str5 + str6 + str7 + str8; in HWTEST_F() 1166 std::string str4 = " <!--Hello, World!--> <company>John & Hans</company> <title>Happy</title>"; in HWTEST_F() local 1171 std::string strXml = str1 + str2 + str3 + str4 + str5 + str6 + str7 + str8; in HWTEST_F() 1206 std::string str4 = "<!--Hello, World!--> <company>John & Hans</company> <title>Happy</title>"; in HWTEST_F() local 1211 std::string strXml = str1 + str2 + str3 + str4 + str5 + str6 + str7 + str8; in HWTEST_F() 1250 std::string str4 = " <!--Hello, World!--> <company>John & Hans</company> <title>Happy</title>"; in HWTEST_F() local 1255 std::string strXml = str1 + str2 + str3 + str4 + str5 + str6 + str7 + str8; in HWTEST_F() 1290 std::string str4 = "<!--Hello, World!--> <company>John & Hans</company> <title>Happy</title>"; in HWTEST_F() local 1295 std::string strXml = str1 + str2 + str3 + str4 in HWTEST_F() 1334 std::string str4 = "<!--Hello, World!--> <company>John & Hans</company> <title>Happy</title>"; HWTEST_F() local 1377 std::string str4 = " <!--Hello, World!--> <company>John & Hans</company> <title>Happy</title>"; HWTEST_F() local 1417 std::string str4 = "<!--Hello, World!--> <company>John & Hans</company> <title>Happy</title>"; HWTEST_F() local 1461 std::string str4 = "<!--Hello, World!--> <company>John & Hans</company> <title>Happy</title>"; HWTEST_F() local 1504 std::string str4 = "<!--Hello, World!--> <company>John & Hans</company> <title>Happy</title>"; HWTEST_F() local 1548 std::string str4 = " <!--Hello, World!--> <company>John & Hans</company> <title>Happy</title>"; HWTEST_F() local 1588 std::string str4 = " <!--Hello, World!--> <company>John & Hans</company> <title>Happy</title>"; HWTEST_F() local 2306 std::string str4 = " <todo>Work\\r\\n</todo>"; HWTEST_F() local 2804 std::string str4 = " <todo>Work\\r\\n</todo>"; HWTEST_F() local 2871 std::string str4 = " <todo>Work\\r\\n</todo>"; HWTEST_F() local 2920 std::string str4 = " <todo>Work\\r\\n</todo>"; HWTEST_F() local [all...] |
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_file_test.cpp | 657 string str4 = "123 w"; in HWTEST_F() local 671 EXPECT_TRUE(StringExistsInFile(filename, str4, false)); in HWTEST_F() 672 EXPECT_FALSE(StringExistsInFile(filename, str4, true)); in HWTEST_F()
|
/commonlibrary/c_utils/base/test/benchmarktest/file_benchmark_test/ |
H A D | file_benchmark_test.cpp | 804 string str4 = "123 w"; in BENCHMARK_F() local 825 AssertTrue((StringExistsInFile(filename, str4, false)), in BENCHMARK_F() 826 "StringExistsInFile(filename, str4, false) did not equal true as expected.", state); in BENCHMARK_F() 827 AssertFalse((StringExistsInFile(filename, str4, true)), in BENCHMARK_F() 828 "StringExistsInFile(filename, str4, true) did not equal false as expected.", state); in BENCHMARK_F()
|
Completed in 11 milliseconds