Searched refs:commentStrings (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | EncodeTest.cpp | 183 std::vector<std::string> commentStrings; in testPngComments() local 184 pushComment(commentStrings, "key", "text"); in testPngComments() 185 pushComment(commentStrings, "test", "something"); in testPngComments() 186 pushComment(commentStrings, "have some", "spaces in both"); in testPngComments() 190 commentStrings.push_back(longKey); in testPngComments() 193 commentStrings.push_back(longKey + "x"); in testPngComments() 195 commentStrings.push_back(""); in testPngComments() 199 for(auto& str : commentStrings) { in testPngComments() 205 commentSizes.data(), commentStrings.size()); in testPngComments()
|
/external/skia/tests/ |
D | EncodeTest.cpp | 188 std::vector<std::string> commentStrings; in testPngComments() local 189 pushComment(commentStrings, "key", "text"); in testPngComments() 190 pushComment(commentStrings, "test", "something"); in testPngComments() 191 pushComment(commentStrings, "have some", "spaces in both"); in testPngComments() 195 commentStrings.push_back(longKey); in testPngComments() 198 commentStrings.push_back(longKey + "x"); in testPngComments() 200 commentStrings.push_back(""); in testPngComments() 204 for(auto& str : commentStrings) { in testPngComments() 210 commentSizes.data(), commentStrings.size()); in testPngComments()
|