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

  /external/llvm/tools/llvm-size/
llvm-size.cpp 187 uint64_t total_text = 0; local
208 total_text += size;
215 total = total_text + total_data + total_bss;
222 total_text,
  /external/chromium_org/chrome/browser/download/
download_util.cc 212 string16 total_text = ui::FormatBytes(total); local
213 base::i18n::AdjustStringForLocaleDirection(&total_text);
218 total_text);
  /external/chromium/chrome/browser/download/
download_util.cc 690 string16 total_text = FormatBytes(total, amount_units, true); local
691 base::i18n::AdjustStringForLocaleDirection(&total_text);
696 total_text);
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 460 string16 total_text = FormatBytes(image_size, amount_units, true); local
461 base::i18n::AdjustStringForLocaleDirection(&total_text);
465 total_text);

Completed in 490 milliseconds