Searched defs:compname (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/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 SunauPCM24Test 82 compname = 'not compressed' variable in SunauPCM32Test 107 compname = 'CCITT G.711 u-law' variable in SunauULAWTest
|
D | test_wave.py | 22 compname = 'not compressed' variable in WavePCM8Test 39 compname = 'not compressed' variable in WavePCM16Test 60 compname = 'not compressed' variable in WavePCM24Test 87 compname = 'not compressed' variable in WavePCM32Test
|
D | test_aifc.py | 27 compname = b'not compressed' variable in AifcPCM8Test 44 compname = b'not compressed' variable in AifcPCM16Test 63 compname = b'not compressed' variable in AifcPCM24Test 88 compname = b'not compressed' variable in AifcPCM32Test 113 compname = b'' variable in AifcULAWTest 134 compname = b'' variable in AifcALAWTest
|
D | audiotests.py | 29 comptype, compname): argument
|
/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/cpython2/Lib/ |
D | wave.py | 379 def setcomptype(self, comptype, compname): argument
|
D | aifc.py | 657 def setcomptype(self, comptype, compname): argument
|
/external/python/cpython3/Lib/ |
D | wave.py | 371 def setcomptype(self, comptype, compname): argument
|
D | aifc.py | 653 def setcomptype(self, comptype, compname): argument
|