Searched refs:kResultCount (Results 1 - 4 of 4) sorted by relevance

/external/skia/tools/
H A Dskdiff.cpp14 /*static*/ char const * const DiffRecord::ResultNames[DiffRecord::kResultCount] = {
24 for (int result = 0; result < DiffRecord::kResultCount; ++result) {
29 return DiffRecord::kResultCount;
32 static char const * const ResultDescriptions[DiffRecord::kResultCount] = {
H A Dskdiff.h99 kResultCount // NOT A VALID VALUE--used to set up arrays. Must be last. enumerator in enum:DiffRecord::Result
101 static char const * const ResultNames[DiffRecord::kResultCount];
104 * If there is no Result with this name, returns kResultCount.
H A Dskdiff_image.cpp132 bool failOnResultType[DiffRecord::kResultCount];
133 for (int i = 0; i < DiffRecord::kResultCount; i++) {
154 if (type != DiffRecord::kResultCount) {
H A Dskdiff_main.cpp73 for (int i = 0; i < DiffRecord::kResultCount; ++i) {
88 FileArray fResultsOfType[DiffRecord::kResultCount];
91 StringArray fFailedBaseNames[DiffRecord::kResultCount];
146 void print(bool listFilenames, bool failOnResultType[DiffRecord::kResultCount],
150 for (int resultInt = 0; resultInt < DiffRecord::kResultCount; ++resultInt) {
172 for (int resultInt = 0; resultInt < DiffRecord::kResultCount; ++resultInt) {
637 bool failOnResultType[DiffRecord::kResultCount];
638 for (int i = 0; i < DiffRecord::kResultCount; i++) {
658 if (type != DiffRecord::kResultCount) {
835 for (int i = 0; i < DiffRecord::kResultCount;
[all...]

Completed in 323 milliseconds