/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sunau.py | 82 setcomptype(type, name) 350 def setcomptype(self, type, name): member in class:Au_write 373 self.setcomptype(comptype, compname)
|
wave.py | 49 setcomptype(type, name) 282 set through the setcomptype() or setparams() method 284 set through the setcomptype() or setparams() method 374 def setcomptype(self, comptype, compname): member in class:Wave_write 396 self.setcomptype(comptype, compname)
|
aifc.py | 102 setcomptype(type, name) 541 # set through the setcomptype() or setparams() method 543 # set through the setcomptype() or setparams() method 655 def setcomptype(self, comptype, compname): member in class:Aifc_write 684 self.setcomptype(comptype, compname) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sunau.py | 82 setcomptype(type, name) 350 def setcomptype(self, type, name): member in class:Au_write 373 self.setcomptype(comptype, compname)
|
wave.py | 49 setcomptype(type, name) 282 set through the setcomptype() or setparams() method 284 set through the setcomptype() or setparams() method 374 def setcomptype(self, comptype, compname): member in class:Wave_write 396 self.setcomptype(comptype, compname)
|
aifc.py | 102 setcomptype(type, name) 541 # set through the setcomptype() or setparams() method 543 # set through the setcomptype() or setparams() method 655 def setcomptype(self, comptype, compname): member in class:Aifc_write 684 self.setcomptype(comptype, compname) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_aifc.py | 79 fout.setcomptype('ULAW', 'foo')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_aifc.py | 79 fout.setcomptype('ULAW', 'foo')
|