HomeSort by relevance Sort by last modified time
    Searched full:aifc (Results 1 - 25 of 29) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 6 import aifc namespace
21 except (aifc.Error, AttributeError):
30 #This file contains chunk types aifc doesn't recognize.
31 self.f = aifc.open(self.sndfilepath)
34 f = self.f = aifc.open(self.sndfilepath)
44 f = self.f = aifc.open(self.sndfilepath)
60 f = self.f = aifc.open(self.sndfilepath)
61 fout = self.fout = aifc.open(TESTFN, 'wb')
62 fout.aifc()
67 fout = self.fout = aifc.open(TESTFN, 'rb'
    [all...]
test_pyclbr.py 181 cm('aifc', ignore=('openfp',)) # set with = in module
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 6 import aifc namespace
21 except (aifc.Error, AttributeError):
30 #This file contains chunk types aifc doesn't recognize.
31 self.f = aifc.open(self.sndfilepath)
34 f = self.f = aifc.open(self.sndfilepath)
44 f = self.f = aifc.open(self.sndfilepath)
60 f = self.f = aifc.open(self.sndfilepath)
61 fout = self.fout = aifc.open(TESTFN, 'wb')
62 fout.aifc()
67 fout = self.fout = aifc.open(TESTFN, 'rb'
    [all...]
test_pyclbr.py 181 cm('aifc', ignore=('openfp',)) # set with = in module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sndhdr.py 59 import aifc namespace
62 if h[8:12] == 'AIFC':
63 fmt = 'aifc'
70 a = aifc.openfp(f, 'r')
71 except (EOFError, aifc.Error):
aifc.py 13 | | AIFC |
21 An AIFF file has the string "AIFF" instead of "AIFC".
57 f = aifc.open(file, 'r')
90 f = aifc.open(file, 'w')
97 aifc() -- create an AIFF-C file
133 changed by calling aiff() or aifc() before the first writeframes or
304 elif formdata == 'AIFC':
553 # set through the aifc() method, reset through the
606 def aifc(self): member in class:Aifc_write
859 self._file.write('AIFC')
    [all...]
audiodev.py 244 import aifc namespace
245 af = aifc.open(fn, 'r')
sunau.py 57 aifc module)
59 exist (for compatibility with the aifc module)
wave.py 24 aifc module)
26 exist (for compatibility with the aifc module)
mimetypes.py 408 '.aifc' : 'audio/x-aiff',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sndhdr.py 59 import aifc namespace
62 if h[8:12] == 'AIFC':
63 fmt = 'aifc'
70 a = aifc.openfp(f, 'r')
71 except (EOFError, aifc.Error):
aifc.py 13 | | AIFC |
21 An AIFF file has the string "AIFF" instead of "AIFC".
57 f = aifc.open(file, 'r')
90 f = aifc.open(file, 'w')
97 aifc() -- create an AIFF-C file
133 changed by calling aiff() or aifc() before the first writeframes or
304 elif formdata == 'AIFC':
553 # set through the aifc() method, reset through the
606 def aifc(self): member in class:Aifc_write
859 self._file.write('AIFC')
    [all...]
audiodev.py 244 import aifc namespace
245 af = aifc.open(fn, 'r')
sunau.py 57 aifc module)
59 exist (for compatibility with the aifc module)
wave.py 24 aifc module)
26 exist (for compatibility with the aifc module)
mimetypes.py 408 '.aifc' : 'audio/x-aiff',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
Audio_mac.py 105 import aifc namespace
109 af = aifc.open(fn, 'r')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
audio.py 21 'aifc':'x-aiff',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
audio.py 21 'aifc':'x-aiff',
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFilePlayer.c 254 /* Read the file header, and check if it's indeed an AIFC file */
263 if (SDL_SwapBE32(chunkHeader.formType) != 'AIFC') {
265 if (result) return 0; /*THROW_RESULT("AudioFilePlayer::OpenFile(): file format is not 'AIFC'");*/
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
python.php 102 '__builtin__', '__future__', '__main__', '_winreg', 'aifc', 'AL', 'al', 'anydbm',
  /external/chromium_org/tools/python/google/httpd_config/
mime.types 445 audio/x-aiff aif aiff aifc
  /libcore/luni/src/main/java/libcore/net/
MimeUtils.java 232 add("audio/x-aiff", "aifc");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libaudiofile.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libaudiofile.a     [all...]

Completed in 1305 milliseconds

1 2