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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
collections.py 607 other_count = other[elem]
608 newcount = other_count if count < other_count else count
627 other_count = other[elem]
628 newcount = count if count < other_count else other_count
  /external/python/cpython2/Lib/
collections.py 682 other_count = other[elem]
683 newcount = other_count if count < other_count else count
702 other_count = other[elem]
703 newcount = count if count < other_count else other_count
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
collections.py 670 other_count = other[elem]
671 newcount = other_count if count < other_count else count
690 other_count = other[elem]
691 newcount = count if count < other_count else other_count
  /development/ndk/platforms/android-21/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ethtool.h 247 * @other_count: Valid values are in the range 1 to the max_other.
261 __u32 other_count; member in struct:ethtool_channels
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/linux/
ethtool.h 176 __u32 other_count; member in struct:ethtool_channels

Completed in 285 milliseconds

1 2