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

  /external/skia/tests/
PathOpsSkpClipTest.cpp 55 kMaxFiles = 128,
120 char fFilesFound[kMaxFiles][kMaxLength];
121 int fDirsFound[kMaxFiles];
122 int fError[kMaxFiles];
287 if (data->fFoundCount < kMaxFiles) {
295 for (int index = 0; index < kMaxFiles; ++index) {
305 for (int index = 0; index < kMaxFiles; ++index) {
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) {
712 if (maxIdx < kMaxFiles) {
  /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 120 milliseconds