Searched defs:fFilesFound (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DSkpSkGrTest.cpp113 sk_bzero(fFilesFound, sizeof(fFilesFound));
118 char fFilesFound[kMaxFiles][kMaxLength]; member in struct:SkpSkGrThreadState
304 strcpy(data->fFilesFound[dCount], data->fResult.fFilename);
317 strcpy(data->fFilesFound[smallestIndex], data->fResult.fFilename);
643 SkDebugf("%d %s %d\n", state.fDirsFound[index], state.fFilesFound[index],
648 TestResult::Test(state.fDirsFound[index], state.fFilesFound[index], kEncodeFiles,
714 strcpy(max.fFilesFound[maxIdx], state.fFilesFound[index]);
722 strcpy(max.fFilesFound[maxId
[all...]
/external/skia/tests/
H A DSkpSkGrTest.cpp113 sk_bzero(fFilesFound, sizeof(fFilesFound));
118 char fFilesFound[kMaxFiles][kMaxLength]; member in struct:SkpSkGrThreadState
306 strcpy(data->fFilesFound[dCount], data->fResult.fFilename);
319 strcpy(data->fFilesFound[smallestIndex], data->fResult.fFilename);
645 SkDebugf("%d %s %d\n", state.fDirsFound[index], state.fFilesFound[index],
650 TestResult::Test(state.fDirsFound[index], state.fFilesFound[index], kEncodeFiles,
717 strcpy(max.fFilesFound[maxIdx], state.fFilesFound[index]);
725 strcpy(max.fFilesFound[maxId
[all...]

Completed in 82 milliseconds