HomeSort by relevance Sort by last modified time
    Searched defs:reloadCount (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/android/benchmark/
main.cpp 40 int reloadCount = 0;
53 reloadCount = atoi(optarg);
54 if (reloadCount < 0)
55 reloadCount = 0;
56 LOGD("Reloading %d times", reloadCount);
64 android::benchmark(argv[optind], reloadCount, width, height);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataAdapter.java 219 public int reloadCount;
242 info.reloadCount = Math.min(MAX_LOAD_COUNT, n - i);
344 if (info.reloadCount > 0) {
345 info.items = mSource.getMediaItem(info.reloadStart, info.reloadCount);

Completed in 179 milliseconds