Searched refs:getcomptype (Results 1 - 20 of 20) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsunau.py51 getcomptype() -- returns compression type ('NONE' or 'ULAW')
226 def getcomptype(self): member in class:Au_read
245 self.getcomptype(), self.getcompname()
356 def getcomptype(self): member in class:Au_write
378 self.getcomptype(), self.getcompname()
H A Dwave.py18 getcomptype() -- returns compression type ('NONE' for linear samples)
110 available through the getcomptype() method
112 available through the getcomptype() method
202 def getcomptype(self): member in class:Wave_read
211 self.getcomptype(), self.getcompname()
382 def getcomptype(self): member in class:Wave_write
H A Daifc.py69 getcomptype() -- returns compression type ('NONE' for AIFF files)
271 # available through the getcomptype() method
273 # available through the getcomptype() method
380 def getcomptype(self): member in class:Aifc_read
392 self.getcomptype(), self.getcompname()
663 def getcomptype(self): member in class:Aifc_write
961 print "comptype =", f.getcomptype()
H A Dtarfile.py410 comptype = fileobj.getcomptype()
629 def getcomptype(self): member in class:_StreamProxy
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsunau.py51 getcomptype() -- returns compression type ('NONE' or 'ULAW')
226 def getcomptype(self): member in class:Au_read
245 self.getcomptype(), self.getcompname()
356 def getcomptype(self): member in class:Au_write
378 self.getcomptype(), self.getcompname()
H A Dwave.py18 getcomptype() -- returns compression type ('NONE' for linear samples)
110 available through the getcomptype() method
112 available through the getcomptype() method
202 def getcomptype(self): member in class:Wave_read
211 self.getcomptype(), self.getcompname()
382 def getcomptype(self): member in class:Wave_write
H A Daifc.py69 getcomptype() -- returns compression type ('NONE' for AIFF files)
271 # available through the getcomptype() method
273 # available through the getcomptype() method
380 def getcomptype(self): member in class:Aifc_read
392 self.getcomptype(), self.getcompname()
663 def getcomptype(self): member in class:Aifc_write
961 print "comptype =", f.getcomptype()
H A Dtarfile.py410 comptype = fileobj.getcomptype()
629 def getcomptype(self): member in class:_StreamProxy
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsunau.py51 getcomptype() -- returns compression type ('NONE' or 'ULAW')
226 def getcomptype(self): member in class:Au_read
245 self.getcomptype(), self.getcompname()
356 def getcomptype(self): member in class:Au_write
378 self.getcomptype(), self.getcompname()
H A Dwave.py18 getcomptype() -- returns compression type ('NONE' for linear samples)
110 available through the getcomptype() method
112 available through the getcomptype() method
202 def getcomptype(self): member in class:Wave_read
211 self.getcomptype(), self.getcompname()
382 def getcomptype(self): member in class:Wave_write
H A Daifc.py69 getcomptype() -- returns compression type ('NONE' for AIFF files)
271 # available through the getcomptype() method
273 # available through the getcomptype() method
380 def getcomptype(self): member in class:Aifc_read
392 self.getcomptype(), self.getcompname()
663 def getcomptype(self): member in class:Aifc_write
961 print "comptype =", f.getcomptype()
H A Dtarfile.py410 comptype = fileobj.getcomptype()
629 def getcomptype(self): member in class:_StreamProxy
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsunau.py51 getcomptype() -- returns compression type ('NONE' or 'ULAW')
226 def getcomptype(self): member in class:Au_read
245 self.getcomptype(), self.getcompname()
356 def getcomptype(self): member in class:Au_write
378 self.getcomptype(), self.getcompname()
H A Dwave.py18 getcomptype() -- returns compression type ('NONE' for linear samples)
110 available through the getcomptype() method
112 available through the getcomptype() method
202 def getcomptype(self): member in class:Wave_read
211 self.getcomptype(), self.getcompname()
382 def getcomptype(self): member in class:Wave_write
H A Daifc.py69 getcomptype() -- returns compression type ('NONE' for AIFF files)
271 # available through the getcomptype() method
273 # available through the getcomptype() method
380 def getcomptype(self): member in class:Aifc_read
392 self.getcomptype(), self.getcompname()
663 def getcomptype(self): member in class:Aifc_write
961 print "comptype =", f.getcomptype()
H A Dtarfile.py410 comptype = fileobj.getcomptype()
629 def getcomptype(self): member in class:_StreamProxy
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_aifc.py39 self.assertEqual(f.getcomptype(), 'NONE')
90 self.assertEqual(fout.getcomptype(), 'ULAW')
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_aifc.py39 self.assertEqual(f.getcomptype(), 'NONE')
90 self.assertEqual(fout.getcomptype(), 'ULAW')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_aifc.py39 self.assertEqual(f.getcomptype(), 'NONE')
90 self.assertEqual(fout.getcomptype(), 'ULAW')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_aifc.py39 self.assertEqual(f.getcomptype(), 'NONE')
90 self.assertEqual(fout.getcomptype(), 'ULAW')

Completed in 400 milliseconds