Home
last modified time | relevance | path

Searched refs:tooLongRecord (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DEncodeTest.cpp224 std::string tooLongRecord = "tExt" + longKey + "x"; // A snippet whose key is too long in testPngComments() local
235 tooLongRecord.begin(), tooLongRecord.end()); in testPngComments()