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

  /external/chromium_org/ui/base/text/
bytes_formatting.cc 106 base::string16 FormatBytes(int64 bytes) {
  /external/chromium_org/tools/binary_size/
run_binary_size_analysis.py 63 def FormatBytes(byte_count):
341 child_json = {'name': kind + ' (' + FormatBytes(size) + ')',
353 return {'name': name + ' (' + FormatBytes(tree['size']) + ')',
390 entry = {'size': FormatBytes(size),
430 entry = {'size': FormatBytes(record['size']),
456 entry = {'size': FormatBytes(record['size']),
    [all...]

Completed in 353 milliseconds