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

  /external/chromium/chrome/browser/
memory_details.cc 273 int other_count = 0; local
316 other_count++;
320 other_count++;
324 other_count++;
328 other_count++;
332 other_count++;
336 other_count++;
349 UMA_HISTOGRAM_COUNTS_100("Memory.OtherProcessCount", other_count);
  /external/chromium_org/chrome/browser/
memory_details.cc 383 int other_count = 0; local
426 other_count++;
430 other_count++;
434 other_count++;
438 other_count++;
450 other_count++;
454 other_count++;
476 UMA_HISTOGRAM_COUNTS_100("Memory.OtherProcessCount", other_count);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 633 other_count = other[elem]
634 newcount = other_count if count < other_count else count
653 other_count = other[elem]
654 newcount = count if count < other_count else other_count
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 633 other_count = other[elem]
634 newcount = other_count if count < other_count else count
653 other_count = other[elem]
654 newcount = count if count < other_count else other_count

Completed in 351 milliseconds