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

1 2 3 4 5 6 7

  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/function/
caller_is.py 42 def invoke(self, name, nframes = 1):
43 if nframes < 0:
44 raise ValueError("nframes must be >= 0")
46 while nframes > 0:
50 nframes = nframes - 1
75 def invoke(self, name, nframes = 1):
76 if nframes < 0:
77 raise ValueError("nframes must be >= 0")
79 while nframes > 0
    [all...]
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/function/
caller_is.py 42 def invoke(self, name, nframes = 1):
43 if nframes < 0:
44 raise ValueError("nframes must be >= 0")
46 while nframes > 0:
50 nframes = nframes - 1
75 def invoke(self, name, nframes = 1):
76 if nframes < 0:
77 raise ValueError("nframes must be >= 0")
79 while nframes > 0
    [all...]
  /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)
  /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
  /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
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 93 * \param nframes Number of frames to pre-allocate; default value -1 will allocate each frame as it comes
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
  /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/gdb/darwin-x86/lib/python2.7/plat-mac/
Audio_mac.py 52 nframes = len(data) / self._nchannels / self._sampwidth
53 if len(data) != nframes * self._nchannels * self._sampwidth:
56 self.getfilled() + nframes > \
70 nframes)
  /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

Completed in 851 milliseconds

1 2 3 4 5 6 7