Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_sunau.py21 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
Dtest_wave.py24 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
Dtest_aifc.py27 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
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
/external/ltp/testcases/kernel/fs/dmapi/
Dattr.c142 dm_stat_t *GetDirEntry(void *attrlist, char *compname) in GetDirEntry()