Home
last modified time | relevance | path

Searched refs:count_str (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/pp/
Dopannotate.cpp137 string count_str(count_array_t const & count, in count_str() function
189 string str = count_str(sample->counts, samples->samples_count()); in asm_list_annotation()
232 str = count_str(prev_sample->counts, samples->samples_count()); in asm_list_annotation()
234 str = count_str(sample->counts, samples->samples_count()); in asm_list_annotation()
265 string annot = count_str(symbol->sample.counts, in symbol_annotation()
272 str += count_str(symbol->sample.counts, samples->samples_count()); in symbol_annotation()
520 str += count_str(counts, samples->samples_count()); in source_line_annotation()
548 str += count_str(symbols[i]->sample.counts, in source_symbol_annotation()
557 str += "total: " + count_str(counts, samples->samples_count()); in source_symbol_annotation()
572 << count_str(total_file_count, samples->samples_count()) in output_per_file_info()
/external/chromium/chrome/browser/chromeos/login/
Dwizard_accessibility_handler.cc92 string16 count_str = base::IntToString16(count); in AppendIndexOfCount() local
95 count_str), str); in AppendIndexOfCount()