Searched refs:aifc (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_aifc.py5 import aifc namespace
20 except (aifc.Error, AttributeError):
29 #This file contains chunk types aifc doesn't recognize.
30 self.f = aifc.open(self.sndfilepath)
33 f = self.f = aifc.open(self.sndfilepath)
43 f = self.f = aifc.open(self.sndfilepath)
59 f = self.f = aifc.open(self.sndfilepath)
60 fout = self.fout = aifc.open(TESTFN, 'wb')
61 fout.aifc()
66 fout = self.fout = aifc
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsndhdr.py59 import aifc namespace
63 fmt = 'aifc'
70 a = aifc.openfp(f, 'r')
71 except (EOFError, aifc.Error):
H A Daifc.py57 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
541 # set through the aifc() method, reset through the
594 def aifc(self): member in class:Aifc_write
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
H A Dmorse.py81 import aifc namespace
82 dev = aifc.open(a, 'w')

Completed in 30 milliseconds