Searched refs:style (Results 51 – 75 of 96) sorted by relevance
1234
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 202 # first line (until the first dot) of a Javadoc-style comment as the brief 203 # description. If set to NO, the Javadoc-style will behave just like regular Qt- 204 # style comments (thus requiring an explicit @brief command for a brief 213 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the 214 # Javadoc-style will behave just like regular comments and it will not be 221 # line (until the first dot) of a Qt-style comment as the brief description. If 222 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus 835 # For LaTeX the style of the bibliography can be controlled using 1342 # To get valid HTML the header file that includes any scripts and style sheets 1368 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style [all …]
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | response_100k.html.bin | 6 <style> 11 </style> 16 <p style="color: red">
|
/Zephyr-latest/cmake/modules/ |
D | unittest.cmake | 42 # This add support for old style boilerplate include.
|
D | dts.cmake | 148 "Please choose one naming style, ${board_string}.dts is recommended."
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 170 font-style: italic; 177 font-style: normal; 181 font-style: normal; 196 font-style: italic; 931 list-style-type: none !important; 945 list-style-type: none !important; 1054 list-style: none;
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 149 with respect to code style, compiler warnings, static analyzers and 197 C-style mix of initializers and bare expressions. This fails to compile 205 style. In any case, both styles must never be mixed in the same
|
/Zephyr-latest/doc/services/pm/ |
D | device_runtime.rst | 54 SUSPENDED -> SUSPENDING [style=invis]; 55 SUSPENDING -> ACTIVE [style=invis];
|
D | power_domain.rst | 33 action [style=invis]
|
/Zephyr-latest/doc/releases/ |
D | index.rst | 89 style, typographical fixes and to upmerge the notes from maintenance release
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 15 bool "Use new-style _arch_switch instead of arch_swap"
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | popper.min.js | 7 …style,n),Object.keys(o).forEach((function(e){var t=o[e];!1===t?i.removeAttribute(e):i.setAttribute…
|
/Zephyr-latest/doc/safety/ |
D | safety_overview.rst | 119 a. :ref:`coding_guidelines` (including: static code analysis, coding style, etc.) 141 style for industrial software products. For safety the coding guidelines are essential and have 143 developers follow a unified development style to prevent **systematic errors** in the process of
|
/Zephyr-latest/arch/x86/core/ |
D | Kconfig.ia32 | 93 If enabled, use PAE-style page tables instead of 32-bit page tables.
|
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | README.rst | 10 priority level to implement "bottom half" style processing
|
/Zephyr-latest/doc/build/dts/ |
D | troubleshooting.rst | 8 See :ref:`dt-howtos` for other "HOWTO" style information. 282 It's usually easiest to run a style formatter on the results before opening
|
D | howtos.rst | 317 We'll use the ``&serial0`` style for the rest of these examples. 476 * the zephyr Git repository to look for example drivers using this style). 606 Since this style does not use ``DT_INST_FOREACH_STATUS_OKAY()``, the driver
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 4 -Wold-style-definition
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap.rst | 84 using MQTT-like wildcard style:
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | Kconfig | 96 This option enables MQTT-style wildcards in path. Disable it if
|
/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 47 please follow the style guidelines outlined :ref:`here <cmake-style>`.
|
/Zephyr-latest/doc/build/kconfig/ |
D | tips.rst | 689 This section gives some style recommendations and explains some common Kconfig 778 The recommended style in Zephyr is to skip redundant defaults for ``bool`` and 838 The first style, with the shorthand, is preferred in Zephyr. 882 See :ref:`coding_style` for style guidelines.
|
/Zephyr-latest/doc/develop/tools/ |
D | coccinelle.rst | 89 diff-like style.Lines of interest are indicated with ``-``. 481 in a diff-like style.
|
/Zephyr-latest/doc/security/ |
D | reporting.rst | 27 node [style = rounded];
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 203 - Run ``checkpatch`` for code style issues (can vote -1 on errors; see note) 204 - Gitlint: Git commit style based on project requirements
|
/Zephyr-latest/doc/contribute/documentation/ |
D | generation.rst | 174 another ``make html`` and the output layout and style is changed.
|
1234