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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
UIUtils.js 480 var kilobytes = bytes / 1024;
481 if (kilobytes < 100)
482 return WebInspector.UIString("%.1f\u2009KB", kilobytes);
483 if (kilobytes < 1024)
484 return WebInspector.UIString("%.0f\u2009KB", kilobytes);
486 var megabytes = kilobytes / 1024;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java 61 * @return A string suitable for display in bytes, kilobytes or megabytes
73 return context.getString(R.string.kilobytes, count);
  /external/icu/icu4c/source/common/
Android.mk 186 # Using -Os over -O3 actually cuts down the final executable size by a few dozen kilobytes
  /external/icu/icu4c/source/i18n/
Android.mk 165 # Using -Os over -O3 actually cuts down the final executable size by a few dozen kilobytes
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 231 kilobytes. The alternative, I<SPUD>, contains a partition table that
358 # It's possible to save a few more kilobytes by including the
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 45 packed form, these codebooks occupy only a few kilobytes; the extent

Completed in 224 milliseconds