HomeSort by relevance Sort by last modified time
    Searched defs:nframes (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_wave.py 9 nframes = 100 variable
29 self.f.setnframes(nframes)
30 output = '\0' * nframes * nchannels * sampwidth
38 self.assertEqual(nframes, self.f.getnframes())
39 self.assertEqual(self.f.readframes(nframes), output)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_wave.py 9 nframes = 100 variable
29 self.f.setnframes(nframes)
30 output = '\0' * nframes * nchannels * sampwidth
38 self.assertEqual(nframes, self.f.getnframes())
39 self.assertEqual(self.f.readframes(nframes), output)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_wave.py 9 nframes = 100 variable
29 self.f.setnframes(nframes)
30 output = '\0' * nframes * nchannels * sampwidth
38 self.assertEqual(nframes, self.f.getnframes())
39 self.assertEqual(self.f.readframes(nframes), output)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wave.py 9 nframes = 100 variable
29 self.f.setnframes(nframes)
30 output = '\0' * nframes * nchannels * sampwidth
38 self.assertEqual(nframes, self.f.getnframes())
39 self.assertEqual(self.f.readframes(nframes), output)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wave.py 9 nframes = 100 variable
29 self.f.setnframes(nframes)
30 output = '\0' * nframes * nchannels * sampwidth
38 self.assertEqual(nframes, self.f.getnframes())
39 self.assertEqual(self.f.readframes(nframes), output)
  /bionic/libc/kernel/uapi/linux/can/
bcm.h 36 __u32 nframes; member in struct:bcm_msg_head
  /development/ndk/platforms/android-21/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /external/kernel-headers/original/uapi/linux/can/
bcm.h 63 * @nframes: number of frames appended to the message head.
72 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/can/
bcm.h 27 * @nframes: number of frames appended to the message head.
36 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/
bcm.h 26 * @nframes: number of frames appended to the message head.
35 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head

Completed in 1672 milliseconds

1 2 3 4 5 6