Searched defs:compname (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_sunau.py | 21 compname = 'not compressed' variable in SunauPCM8Test 38 compname = 'not compressed' variable in SunauPCM16Test 57 compname = 'not compressed' variable in SunauPCM32Test 82 compname = 'CCITT G.711 u-law' variable in SunauULAWTest
|
D | test_wave.py | 24 compname = 'not compressed' variable in WavePCM8Test 41 compname = 'not compressed' variable in WavePCM16Test 68 compname = 'not compressed' variable in WavePCM24Test 95 compname = 'not compressed' variable in WavePCM32Test
|
D | test_aifc.py | 27 compname = 'not compressed' variable in AifcPCM8Test 44 compname = 'not compressed' variable in AifcPCM16Test 63 compname = 'not compressed' variable in AifcPCM24Test 88 compname = 'not compressed' variable in AifcPCM32Test 113 compname = '' variable in AifcULAWTest
|
D | audiotests.py | 52 comptype, compname): argument
|
/external/python/cpython3/Lib/test/ |
D | test_sunau.py | 23 compname = 'not compressed' variable in SunauPCM8Test 40 compname = 'not compressed' variable in SunauPCM16Test 59 compname = 'not compressed' variable in SunauPCM24Test 84 compname = 'not compressed' variable in SunauPCM32Test 109 compname = 'CCITT G.711 u-law' variable in SunauULAWTest
|
D | test_wave.py | 24 compname = 'not compressed' variable in WavePCM8Test 41 compname = 'not compressed' variable in WavePCM16Test 62 compname = 'not compressed' variable in WavePCM24Test 89 compname = 'not compressed' variable in WavePCM32Test
|
D | test_aifc.py | 26 compname = b'not compressed' variable in AifcPCM8Test 43 compname = b'not compressed' variable in AifcPCM16Test 62 compname = b'not compressed' variable in AifcPCM24Test 87 compname = b'not compressed' variable in AifcPCM32Test 112 compname = b'' variable in AifcULAWTest 133 compname = b'' variable in AifcALAWTest
|
D | audiotests.py | 29 comptype, compname): argument
|
/external/python/cpython2/Lib/ |
D | wave.py | 379 def setcomptype(self, comptype, compname): argument
|
D | aifc.py | 668 def setcomptype(self, comptype, compname): argument
|
/external/python/cpython3/Lib/ |
D | wave.py | 381 def setcomptype(self, comptype, compname): argument
|
D | aifc.py | 658 def setcomptype(self, comptype, compname): argument
|