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

  /packages/apps/Browser/tests/src/com/android/browser/
WebStorageSizeManagerUnitTests.java 77 private long bytes(double megabytes) {
78 return (new Double(megabytes * 1024 * 1024)).longValue();
  /external/webkit/Source/WebCore/inspector/front-end/
utilities.js 658 var megabytes = kilobytes / 1024;
660 return WebInspector.UIString("%.2fMB", megabytes);
662 return WebInspector.UIString("%.0fMB", megabytes);
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 412 float megabytes = (float) bytes / (1024.0F * 1024.0F); local
413 int truncated = (int) Math.ceil(megabytes * 10.0F);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 95 milliseconds