HomeSort by relevance Sort by last modified time
    Searched refs:kMaxFiles (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 64 kMaxFiles = 128,
118 char fFilesFound[kMaxFiles][kMaxLength];
119 int fDirsFound[kMaxFiles];
120 int fError[kMaxFiles];
304 if (data->fFoundCount < kMaxFiles) {
312 for (int index = 0; index < kMaxFiles; ++index) {
322 for (int index = 0; index < kMaxFiles; ++index) {
715 if (maxIdx < kMaxFiles) {
PathOpsSkpClipTest.cpp 230 kMaxFiles = 128,
529 if (pixelError > 0 && worstCount < kMaxFiles) {
533 if (time > 0 && slowCount < kMaxFiles) {
    [all...]
  /external/skia/tests/
SkpSkGrTest.cpp 64 kMaxFiles = 128,
118 char fFilesFound[kMaxFiles][kMaxLength];
119 int fDirsFound[kMaxFiles];
120 int fError[kMaxFiles];
304 if (data->fFoundCount < kMaxFiles) {
312 for (int index = 0; index < kMaxFiles; ++index) {
322 for (int index = 0; index < kMaxFiles; ++index) {
715 if (maxIdx < kMaxFiles) {
PathOpsSkpClipTest.cpp 230 kMaxFiles = 128,
529 if (pixelError > 0 && worstCount < kMaxFiles) {
533 if (time > 0 && slowCount < kMaxFiles) {
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_test.cc 997 const int kMaxFiles = config::kNumLevels + config::kL0_StopWritesTrigger;
1001 for (int i = 0; i < 5 * kMaxFiles; i++) {
1003 ASSERT_LE(TotalTableFiles(), kMaxFiles);
    [all...]

Completed in 244 milliseconds