Searched defs:total_text (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp187 uint64_t total_text = 0; local
208 total_text += size;
215 total = total_text + total_data + total_bss;
222 total_text,
/external/chromium/chrome/browser/download/
H A Ddownload_util.cc690 string16 total_text = FormatBytes(total, amount_units, true); local
691 base::i18n::AdjustStringForLocaleDirection(&total_text);
696 total_text);
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dimageburner_ui.cc460 string16 total_text = FormatBytes(image_size, amount_units, true); local
461 base::i18n::AdjustStringForLocaleDirection(&total_text);
465 total_text);

Completed in 80 milliseconds