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

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_data_provider.cc 244 std::map<std::string, int> total_counts; local
252 ++total_counts[desired_name];
258 if (total_counts[name] != 1) {
  /external/oprofile/pp/
opreport.cpp 157 count_array_t total_counts; member in struct:__anon24411::summary_container
178 total_counts[i] += app.add_profile(*it, i);
181 total_counts[i]
306 ? summaries.total_counts[i] : app.counts[i];
327 if ((app.counts[0] * 100.0) / summaries.total_counts[0]
333 output_count(summaries.total_counts[j], app.counts[j]);

Completed in 213 milliseconds