/external/python/cpython2/Lib/test/ |
D | test_sunau.py | 20 comptype = 'NONE' variable in SunauPCM8Test 37 comptype = 'NONE' variable in SunauPCM16Test 56 comptype = 'NONE' variable in SunauPCM32Test 81 comptype = 'ULAW' variable in SunauULAWTest
|
D | test_wave.py | 23 comptype = 'NONE' variable in WavePCM8Test 40 comptype = 'NONE' variable in WavePCM16Test 67 comptype = 'NONE' variable in WavePCM24Test 94 comptype = 'NONE' variable in WavePCM32Test
|
D | test_aifc.py | 26 comptype = 'NONE' variable in AifcPCM8Test 43 comptype = 'NONE' variable in AifcPCM16Test 62 comptype = 'NONE' variable in AifcPCM24Test 87 comptype = 'NONE' variable in AifcPCM32Test 112 comptype = 'ulaw' variable in AifcULAWTest
|
D | audiotests.py | 52 comptype, compname): argument
|
/external/python/cpython3/Lib/test/ |
D | test_sunau.py | 22 comptype = 'NONE' variable in SunauPCM8Test 39 comptype = 'NONE' variable in SunauPCM16Test 58 comptype = 'NONE' variable in SunauPCM24Test 83 comptype = 'NONE' variable in SunauPCM32Test 108 comptype = 'ULAW' variable in SunauULAWTest
|
D | test_wave.py | 23 comptype = 'NONE' variable in WavePCM8Test 40 comptype = 'NONE' variable in WavePCM16Test 61 comptype = 'NONE' variable in WavePCM24Test 88 comptype = 'NONE' variable in WavePCM32Test
|
D | test_aifc.py | 25 comptype = b'NONE' variable in AifcPCM8Test 42 comptype = b'NONE' variable in AifcPCM16Test 61 comptype = b'NONE' variable in AifcPCM24Test 86 comptype = b'NONE' variable in AifcPCM32Test 111 comptype = b'ulaw' variable in AifcULAWTest 132 comptype = b'alaw' 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 | tarfile.py | 398 def __init__(self, name, mode, comptype, fileobj, bufsize): argument 1668 def not_compressed(comptype): 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
|
D | tarfile.py | 338 def __init__(self, name, mode, comptype, fileobj, bufsize): argument 1604 def not_compressed(comptype): argument
|