/external/vulkan-validation-layers/cmake/ |
D | FindXCB.cmake | 17 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/cpython3/Lib/test/ |
D | test_sunau.py | 21 compname = 'not compressed' variable in SunauPCM8Test 38 compname = 'not compressed' variable in SunauPCM16Test 57 compname = 'not compressed' variable in SunauPCM24Test 82 compname = 'not compressed' variable in SunauPCM32Test 107 compname = 'CCITT G.711 u-law' variable in SunauULAWTest
|
D | test_wave.py | 22 compname = 'not compressed' variable in WavePCM8Test 39 compname = 'not compressed' variable in WavePCM16Test 60 compname = 'not compressed' variable in WavePCM24Test 87 compname = 'not compressed' variable in WavePCM32Test
|
D | audiotests.py | 29 comptype, compname): argument 35 self.assertEqual(f.getcompname(), compname) 39 (nchannels, sampwidth, framerate, nframes, comptype, compname)) 45 self.assertEqual(params.compname, compname) 59 f.setcomptype(self.comptype, self.compname) 75 self.nframes, self.comptype, self.compname) 95 f.setcomptype(self.comptype, self.compname) 115 f.setcomptype(self.comptype, self.compname) 259 self.sndfilenframes, self.comptype, self.compname)
|
D | test_aifc.py | 27 compname = b'not compressed' variable in AifcPCM8Test 44 compname = b'not compressed' variable in AifcPCM16Test 63 compname = b'not compressed' variable in AifcPCM24Test 88 compname = b'not compressed' variable in AifcPCM32Test 113 compname = b'' variable in AifcULAWTest 134 compname = b'' variable in AifcALAWTest 181 self.assertEqual(params.compname, f.getcompname())
|
/external/python/cpython2/Lib/test/ |
D | test_sunau.py | 21 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
|
D | test_wave.py | 24 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
|
D | audiotests.py | 52 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)
|
D | test_aifc.py | 27 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/ |
D | wave.py | 371 def setcomptype(self, comptype, compname): argument 377 self._compname = compname 386 nchannels, sampwidth, framerate, nframes, comptype, compname = params 393 self.setcomptype(comptype, compname)
|
D | aifc.py | 265 _aifc_params.compname.__doc__ = ("""\ 653 def setcomptype(self, comptype, compname): argument 660 self._compname = compname 674 nchannels, sampwidth, framerate, nframes, comptype, compname = params 684 self.setcomptype(comptype, compname)
|
D | sunau.py | 401 nchannels, sampwidth, framerate, nframes, comptype, compname = params 406 self.setcomptype(comptype, compname)
|
/external/python/cpython2/Lib/ |
D | wave.py | 379 def setcomptype(self, comptype, compname): argument 385 self._compname = compname 394 nchannels, sampwidth, framerate, nframes, comptype, compname = params 401 self.setcomptype(comptype, compname)
|
D | aifc.py | 657 def setcomptype(self, comptype, compname): argument 663 self._compname = compname 677 nchannels, sampwidth, framerate, nframes, comptype, compname = info 686 self.setcomptype(comptype, compname)
|
D | sunau.py | 377 nchannels, sampwidth, framerate, nframes, comptype, compname = params 382 self.setcomptype(comptype, compname)
|
/external/autotest/client/cros/audio/ |
D | check_quality.py | 239 compname = header[5] 241 if comptype != 'NONE' or compname != 'not compressed':
|
/external/python/cpython2/Doc/library/ |
D | wave.rst | 102 compname)``, equivalent to output of the :meth:`get\*` methods. 185 compname)``, with values valid for the :meth:`set\*` methods. Sets all
|
D | sunau.rst | 154 compname)``, equivalent to output of the :meth:`get\*` methods. 235 compname)``, with values valid for the :meth:`set\*` methods. Set all
|
D | aifc.rst | 194 .. method:: aifc.setparams(nchannels, sampwidth, framerate, comptype, compname)
|
/external/python/cpython3/Doc/library/ |
D | sunau.rst | 155 framerate, nframes, comptype, compname)``, equivalent to output of the 240 compname)``, with values valid for the :meth:`set\*` methods. Set all
|
D | wave.rst | 109 framerate, nframes, comptype, compname)``, equivalent to output of the 215 compname)``, with values valid for the :meth:`set\*` methods. Sets all
|
D | aifc.rst | 100 framerate, nframes, comptype, compname)``, equivalent to output of the 203 .. method:: aifc.setparams(nchannels, sampwidth, framerate, comptype, compname)
|