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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
UIUtils.js 742 var kilobytes = bytes / 1024;
743 if (kilobytes < 100)
744 return WebInspector.UIString("%.1f\u2009KB", kilobytes);
745 if (kilobytes < 1024)
746 return WebInspector.UIString("%.0f\u2009KB", kilobytes);
748 var megabytes = kilobytes / 1024;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java 62 * @return A string suitable for display in bytes, kilobytes or megabytes
74 return context.getString(R.string.kilobytes, count);
  /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
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 346 milliseconds