Home
last modified time | relevance | path

Searched refs:total_text (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-size/
Dllvm-size.cpp187 uint64_t total_text = 0; in PrintObjectSectionSizes() local
208 total_text += size; in PrintObjectSectionSizes()
215 total = total_text + total_data + total_bss; in PrintObjectSectionSizes()
222 total_text, in PrintObjectSectionSizes()
/external/chromium_org/chrome/browser/download/
Ddownload_item_model.cc312 base::string16 total_text = ui::FormatBytes(total); in GetTabProgressStatusText() local
313 base::i18n::AdjustStringForLocaleDirection(&total_text); in GetTabProgressStatusText()
317 IDS_DOWNLOAD_TAB_PROGRESS_SIZE, received_size, total_text); in GetTabProgressStatusText()
/external/chromium/chrome/browser/download/
Ddownload_util.cc690 string16 total_text = FormatBytes(total, amount_units, true); in GetProgressStatusText() local
691 base::i18n::AdjustStringForLocaleDirection(&total_text); in GetProgressStatusText()
696 total_text); in GetProgressStatusText()
/external/chromium/chrome/browser/ui/webui/chromeos/
Dimageburner_ui.cc460 string16 total_text = FormatBytes(image_size, amount_units, true); in GetBurnProgressText() local
461 base::i18n::AdjustStringForLocaleDirection(&total_text); in GetBurnProgressText()
465 total_text); in GetBurnProgressText()