Home
last modified time | relevance | path

Searched defs:comptype (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_sunau.py20 comptype = 'NONE' variable in SunauPCM8Test
37 comptype = 'NONE' variable in SunauPCM16Test
56 comptype = 'NONE' variable in SunauPCM32Test
81 comptype = 'ULAW' variable in SunauULAWTest
Dtest_wave.py23 comptype = 'NONE' variable in WavePCM8Test
40 comptype = 'NONE' variable in WavePCM16Test
67 comptype = 'NONE' variable in WavePCM24Test
94 comptype = 'NONE' variable in WavePCM32Test
Dtest_aifc.py26 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
Daudiotests.py52 comptype, compname): argument
/external/python/cpython2/Lib/
Dwave.py379 def setcomptype(self, comptype, compname): argument
Daifc.py657 def setcomptype(self, comptype, compname): argument
Dtarfile.py398 def __init__(self, name, mode, comptype, fileobj, bufsize): argument
1668 def not_compressed(comptype): argument