Lines Matching defs:result
52 SkString result(trimmed, end - trimmed);
56 if (array->at(i) == result) {
60 array->push_back(std::move(result));
138 DiffRecord::Result result = static_cast<DiffRecord::Result>(resultInt);
139 if (failOnResultType[result]) {
144 printContents(fResultsOfType[result], DiffRecord::getResultDescription(result),
146 if (DiffRecord::kCouldNotCompare_Result == result) {
558 "\n --failonresult <result>: After comparing all file pairs, exit with nonzero"
560 "\n result) if any file pairs yielded this result."
567 "\n --listfilenames: list all filenames for each result type in stdout"
645 SkDebugf("ignoring unrecognized result <%s>\n", argv[i]);