Home
last modified time | relevance | path

Searched refs:devmode (Results 1 – 18 of 18) sorted by relevance

/third_party/python/Doc/library/
Ddevelopment.rst21 devmode.rst
Dfaulthandler.rst43 The :ref:`Python Development Mode <devmode>` calls :func:`faulthandler.enable`
Dexceptions.rst771 (:pep:`565`). Enabling the :ref:`Python Development Mode <devmode>` shows
788 Development Mode <devmode>` shows this warning.
814 Development Mode <devmode>` shows this warning.
841 Development Mode <devmode>` shows this warning.
Dasyncio-dev.rst28 * Using the :ref:`Python Development Mode <devmode>`.
Dsys.rst481 :const:`dev_mode` :option:`-X dev <-X>` (:ref:`Python Development Mode <devmode>`)
500 Mode <devmode>` and the ``utf8_mode`` attribute for the new :option:`-X`
Dasyncio-eventloop.rst1232 The new :ref:`Python Development Mode <devmode>` can now also be used
Dstdtypes.rst1602 Mode <devmode>`, or use a :ref:`debug build <debug-build>` to check
2733 Mode <devmode>`, or use a :ref:`debug build <debug-build>` to check *errors*.
/third_party/alsa-utils/alsaconf/po/
Dru.po39 " -d|--devmode mode\n"
60 " -d|--devmode режим\n"
Dja.po35 " -d|--devmode mode\n"
56 " -d|--devmode モード\n"
Deu.po39 " -d|--devmode mode\n"
64 " -d|--devmode modua\n"
/third_party/alsa-utils/alsaconf/
Dalsaconf.in104 …Pu:g:d:rs:c:R --long legacy,modinfo,log:,help,probe:,listprobe,uid:,gid:,devmode:,strict,sound:,co…
141 -d|--devmode)
/third_party/libdrm/
Dxf86drm.c785 mode_t devmode = DRM_DEV_MODE, serv_mode; in drmOpenDevice() local
801 devmode = serv_mode ? serv_mode : DRM_DEV_MODE; in drmOpenDevice()
802 devmode &= ~(S_IXUSR|S_IXGRP|S_IXOTH); in drmOpenDevice()
819 mknod(buf, S_IFCHR | devmode, dev); in drmOpenDevice()
825 chmod(buf, devmode); in drmOpenDevice()
866 mknod(buf, S_IFCHR | devmode, dev); in drmOpenDevice()
869 chmod(buf, devmode); in drmOpenDevice()
/third_party/python/Doc/using/
Dcmdline.rst468 * ``-X dev``: enable :ref:`Python Development Mode <devmode>`, introducing
926 :ref:`Python Development Mode <devmode>`, introducing additional runtime
Dconfigure.rst245 See also the :ref:`Python Development Mode <devmode>` and the
/third_party/python/Doc/c-api/
Dinit_config.rst285 If non-zero, enables the :ref:`Python Development Mode <devmode>`:
631 If non-zero, enable the :ref:`Python Development Mode <devmode>`.
/third_party/python/Doc/whatsnew/
D3.7.rst105 * :ref:`New Python Development Mode <whatsnew37-devmode>`
481 .. _whatsnew37-devmode:
488 :ref:`Python Development Mode <devmode>`. When in development mode, Python performs
490 See :ref:`Python Development Mode <devmode>` documentation for the full
D3.9.rst135 <devmode>` which helps to prepare your code to make it compatible with the
234 * In the :ref:`Python Development Mode <devmode>` and in :ref:`debug build <debug-build>`, the
/third_party/NuttX/
DReleaseNotes14621 - IEEE 802.15.4 MAC: Notify radio layer of changes in devmode. From