Home
last modified time | relevance | path

Searched refs:setfmt (Results 1 – 7 of 7) sorted by relevance

/external/toybox/toys/posix/
Ddate.c52 char *setfmt;
170 if (TT.setfmt) { in date_main()
171 char *s = strptime(TT.showdate, TT.setfmt+(*TT.setfmt=='+'), &tm); in date_main()
/external/python/cpython2/Tools/framer/framer/
Dfunction.py26 def setfmt(self, code): member in Argument
88 self.args[i].setfmt(code)
/external/python/cpython2/Doc/library/
Dossaudiodev.rst114 #. :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/cpython3/Doc/library/
Dossaudiodev.rst116 #. :meth:`setfmt` to set the output format
183 correspondence is obvious: for example, :meth:`setfmt` corresponds to the
232 .. method:: oss_audio_device.setfmt(format)
299 should be as specified in the :meth:`setfmt`, :meth:`channels`, and
304 device driver (i.e., the same as the return values of :meth:`setfmt`,
313 fmt = dsp.setfmt(fmt)
/external/python/cpython2/Lib/test/
Dtest_ossaudiodev.py102 if (dsp.setfmt(fmt) == fmt and
/external/python/cpython3/Lib/test/
Dtest_ossaudiodev.py103 if (dsp.setfmt(fmt) == fmt and
/external/toybox/generated/
Dglobals.h1043 char *setfmt; member