HomeSort by relevance Sort by last modified time
    Searched full:reloadcount (Results 1 - 3 of 3) 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);
  /external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 190 EXPORT void benchmark(const char* url, int reloadCount, int width, int height) {
298 if (reloadCount)
300 } while (reloadCount--);

Completed in 701 milliseconds