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

  /external/chromium_org/chrome/browser/
memory_details.cc 428 int other_count = 0; local
476 other_count++;
480 other_count++;
484 other_count++;
488 other_count++;
500 other_count++;
504 other_count++;
524 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
  /bionic/libc/kernel/uapi/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /development/ndk/platforms/android-L/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /external/kernel-headers/original/uapi/linux/
ethtool.h 314 * @other_count: Valid values are in the range 1 to the max_other.
328 __u32 other_count; member in struct:ethtool_channels
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels

Completed in 468 milliseconds