Searched refs:setfmt (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Tools/framer/framer/ |
D | function.py | 26 def setfmt(self, code): member in Argument 88 self.args[i].setfmt(code)
|
/external/python/cpython3/Doc/library/ |
D | ossaudiodev.rst | 116 #. :meth:`setfmt` to set the output format 182 correspondence is obvious: for example, :meth:`setfmt` corresponds to the 231 .. method:: oss_audio_device.setfmt(format) 298 should be as specified in the :meth:`setfmt`, :meth:`channels`, and 303 device driver (i.e., the same as the return values of :meth:`setfmt`, 312 fmt = dsp.setfmt(fmt)
|
/external/python/cpython2/Doc/library/ |
D | ossaudiodev.rst | 114 #. :meth:`setfmt` to set the output format 167 correspondence is obvious: for example, :meth:`setfmt` corresponds to the 216 .. method:: oss_audio_device.setfmt(format) 283 should be as specified in the :meth:`setfmt`, :meth:`channels`, and 288 device driver (i.e., the same as the return values of :meth:`setfmt`, 297 fmt = dsp.setfmt(fmt)
|
/external/python/cpython2/Lib/test/ |
D | test_ossaudiodev.py | 102 if (dsp.setfmt(fmt) == fmt and
|
/external/python/cpython3/Lib/test/ |
D | test_ossaudiodev.py | 103 if (dsp.setfmt(fmt) == fmt and
|