Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_aifc.py5 import aifc
20 except (aifc.Error, AttributeError):
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.open(TESTFN, 'rb')
72 f = self.f = aifc.open(self.sndfilepath)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsndhdr.py59 import aifc
70 a = aifc.openfp(f, 'r')
71 except (EOFError, aifc.Error):
Daifc.py594 def aifc(self): member in Aifc_write
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dmorse.py81 import aifc
82 dev = aifc.open(a, 'w')