Home
last modified time | relevance | path

Searched defs:comptype (Results 1 – 14 of 14) 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/cpython3/Lib/test/
Dtest_sunau.py22 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
Dtest_wave.py23 comptype = 'NONE' variable in WavePCM8Test
40 comptype = 'NONE' variable in WavePCM16Test
61 comptype = 'NONE' variable in WavePCM24Test
88 comptype = 'NONE' variable in WavePCM32Test
Dtest_aifc.py25 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
Daudiotests.py29 comptype, compname): argument
/external/python/cpython2/Lib/
Dwave.py379 def setcomptype(self, comptype, compname): argument
Daifc.py668 def setcomptype(self, comptype, compname): argument
Dtarfile.py398 def __init__(self, name, mode, comptype, fileobj, bufsize): argument
1668 def not_compressed(comptype): argument
/external/python/cpython3/Lib/
Dwave.py381 def setcomptype(self, comptype, compname): argument
Daifc.py658 def setcomptype(self, comptype, compname): argument
Dtarfile.py338 def __init__(self, name, mode, comptype, fileobj, bufsize): argument
1604 def not_compressed(comptype): argument