Home
last modified time | relevance | path

Searched refs:compname (Results 1 – 22 of 22) sorted by relevance

/external/vulkan-validation-layers/cmake/
DFindXCB.cmake17 string(TOUPPER ${comp} compname)
18 string(REPLACE "-" "_" compname ${compname})
26 find_path(${compname}_INCLUDE_DIR NAMES ${headername}
32 find_library(${compname}_LIBRARY NAMES ${libname}
40 REQUIRED_VARS ${compname}_INCLUDE_DIR ${compname}_LIBRARY)
41 mark_as_advanced(${compname}_INCLUDE_DIR ${compname}_LIBRARY)
43 list(APPEND XCB_INCLUDE_DIRS ${${compname}_INCLUDE_DIR})
44 list(APPEND XCB_LIBRARIES ${${compname}_LIBRARY})
/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
Daudiotests.py52 comptype, compname): argument
58 self.assertEqual(f.getcompname(), compname)
62 (nchannels, sampwidth, framerate, nframes, comptype, compname))
76 f.setcomptype(self.comptype, self.compname)
95 self.nframes, self.comptype, self.compname)
211 self.sndfilenframes, self.comptype, self.compname)
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
/external/python/cpython3/Lib/test/
Dtest_sunau.py23 compname = 'not compressed' variable in SunauPCM8Test
40 compname = 'not compressed' variable in SunauPCM16Test
59 compname = 'not compressed' variable in SunauPCM24Test
84 compname = 'not compressed' variable in SunauPCM32Test
109 compname = 'CCITT G.711 u-law' variable in SunauULAWTest
Daudiotests.py30 comptype, compname): argument
36 self.assertEqual(f.getcompname(), compname)
40 (nchannels, sampwidth, framerate, nframes, comptype, compname))
46 self.assertEqual(params.compname, compname)
60 f.setcomptype(self.comptype, self.compname)
76 self.nframes, self.comptype, self.compname)
96 f.setcomptype(self.comptype, self.compname)
116 f.setcomptype(self.comptype, self.compname)
260 self.sndfilenframes, self.comptype, self.compname)
Dtest_wave.py24 compname = 'not compressed' variable in WavePCM8Test
41 compname = 'not compressed' variable in WavePCM16Test
62 compname = 'not compressed' variable in WavePCM24Test
89 compname = 'not compressed' variable in WavePCM32Test
Dtest_aifc.py28 compname = b'not compressed' variable in AifcPCM8Test
45 compname = b'not compressed' variable in AifcPCM16Test
64 compname = b'not compressed' variable in AifcPCM24Test
89 compname = b'not compressed' variable in AifcPCM32Test
114 compname = b'' variable in AifcULAWTest
135 compname = b'' variable in AifcALAWTest
184 self.assertEqual(params.compname, f.getcompname())
/external/python/cpython3/Lib/
Dwave.py381 def setcomptype(self, comptype, compname): argument
387 self._compname = compname
396 nchannels, sampwidth, framerate, nframes, comptype, compname = params
403 self.setcomptype(comptype, compname)
Daifc.py265 _aifc_params.compname.__doc__ = ("""\
658 def setcomptype(self, comptype, compname): argument
665 self._compname = compname
679 nchannels, sampwidth, framerate, nframes, comptype, compname = params
689 self.setcomptype(comptype, compname)
Dsunau.py404 nchannels, sampwidth, framerate, nframes, comptype, compname = params
409 self.setcomptype(comptype, compname)
/external/python/cpython2/Lib/
Dwave.py379 def setcomptype(self, comptype, compname): argument
385 self._compname = compname
394 nchannels, sampwidth, framerate, nframes, comptype, compname = params
401 self.setcomptype(comptype, compname)
Daifc.py668 def setcomptype(self, comptype, compname): argument
674 self._compname = compname
688 nchannels, sampwidth, framerate, nframes, comptype, compname = info
697 self.setcomptype(comptype, compname)
Dsunau.py377 nchannels, sampwidth, framerate, nframes, comptype, compname = params
382 self.setcomptype(comptype, compname)
/external/autotest/client/cros/audio/
Dcheck_quality.py241 compname = header[5]
243 if comptype != 'NONE' or compname != 'not compressed':
/external/python/cpython2/Doc/library/
Dwave.rst102 compname)``, equivalent to output of the :meth:`get\*` methods.
185 compname)``, with values valid for the :meth:`set\*` methods. Sets all
Dsunau.rst154 compname)``, equivalent to output of the :meth:`get\*` methods.
235 compname)``, with values valid for the :meth:`set\*` methods. Set all
Daifc.rst194 .. method:: aifc.setparams(nchannels, sampwidth, framerate, comptype, compname)
/external/python/cpython3/Doc/library/
Dsunau.rst150 framerate, nframes, comptype, compname)``, equivalent to output of the
235 compname)``, with values valid for the :meth:`set\*` methods. Set all
Dwave.rst104 framerate, nframes, comptype, compname)``, equivalent to output of the
210 compname)``, with values valid for the :meth:`set\*` methods. Sets all
Daifc.rst94 framerate, nframes, comptype, compname)``, equivalent to output of the
197 .. method:: aifc.setparams(nchannels, sampwidth, framerate, comptype, compname)