/Zephyr-latest/tests/benchmarks/mbedtls/src/ |
D | benchmark.c | 292 char title[TITLE_LEN]; in main() local 400 snprintk(title, sizeof(title), in main() 407 TIME_AND_TSC(title, in main() 424 snprintk(title, sizeof(title), in main() 432 TIME_AND_TSC(title, in main() 449 snprintk(title, sizeof(title), "AES-GCM-%d", in main() 457 TIME_AND_TSC(title, in main() 475 snprintk(title, sizeof(title), "AES-CCM-%d", in main() 483 TIME_AND_TSC(title, in main() 501 snprintk(title, sizeof(title), "ChaCha20-Poly1305"); in main() [all …]
|
/Zephyr-latest/ |
D | .gitlint | 4 ignore=title-trailing-punctuation, T3, title-max-length, T1, body-hard-tab, B3, B1 19 [title-max-length-no-revert] 28 [title-starts-with-subsystem] 31 [title-must-not-contain-word] 32 # Comma-separated list of words that should not occur in the title. Matching is case 34 # will not cause a violation, but "WIP: my title" will. 37 [title-match-regex] 39 # commit-msg title must be matched to. 41 # (e.g. title-must-not-contain-word). 52 # Whether to ignore this rule on merge commits (which typically only have a title)
|
/Zephyr-latest/doc/_static/css/ |
D | gcs.css | 31 .gs-result .gs-title, .gs-result .gs-title * { 36 .gs-result .gs-title:visited, .gs-result .gs-title:visited * { 63 color: var(--admonition-attention-title-color) !important; 64 background-color: var(--admonition-attention-title-background-color) !important; 90 color: var(--admonition-tip-title-color) !important; 91 background-color: var(--admonition-tip-title-background-color) !important;
|
D | dark.css | 70 --admonition-note-title-background-color: #305070; 71 --admonition-note-title-color: #bfefff; 74 --admonition-attention-title-background-color: #665022; 75 --admonition-attention-title-color: #ffeeaf; 78 --admonition-danger-title-background-color: #633; 79 --admonition-danger-title-color: #fcc; 82 --admonition-tip-title-background-color: #336648; 83 --admonition-tip-title-color: #dfd;
|
D | light.css | 68 --admonition-note-title-background-color: #6ab0de; 69 --admonition-note-title-color: #fff; 72 --admonition-attention-title-background-color: #f0b37e; 73 --admonition-attention-title-color: #fff; 76 --admonition-danger-title-background-color: #e9a499; 77 --admonition-danger-title-color: #fff; 80 --admonition-tip-title-background-color: #1abc9c; 81 --admonition-tip-title-color: #fff;
|
D | custom.css | 126 border-color: var(--admonition-note-title-background-color); 470 .rst-content .admonition .admonition-title, 471 .rst-content .admonition.note .admonition-title, 472 .rst-content .admonition.seealso .admonition-title { 473 background-color: var(--admonition-note-title-background-color); 474 color: var(--admonition-note-title-color); 485 .rst-content .admonition.attention .admonition-title, 486 .rst-content .admonition.caution .admonition-title, 487 .rst-content .admonition.warning .admonition-title { 488 background-color: var(--admonition-attention-title-background-color); [all …]
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-darkmode-toggle.js | 36 static title = "Toggle Light/Dark Mode" field in DoxygenAwesomeDarkModeToggle 62 toggleButton.title = DoxygenAwesomeDarkModeToggle.title
|
/Zephyr-latest/scripts/ |
D | dump_bugs_pickle.py | 46 title = bug.title.strip()
|
/Zephyr-latest/doc/_static/latex/ |
D | title.tex | 1 % LaTeX documentation title page 28 \Huge \textbf{\@title}\\
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 34 admonitionTitle.className = 'admonition-title'; 63 * @param {String} title Title. 66 function renderKconfigPropLiteral(parent, title, content) { argument 70 const termText = document.createTextNode(title); 91 * @param {String} title Title. 96 function renderKconfigPropList(parent, title, elements, linkElements) { argument 104 const termText = document.createTextNode(title); 208 /* title (name and permalink) */ 209 const title = document.createElement('dt'); 210 title.className = 'sig sig-object'; [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | mpl_internal.h | 51 char title[CONFIG_BT_MPL_TRACK_TITLE_MAX]; member 66 char title[CONFIG_BT_MPL_GROUP_TITLE_MAX]; member
|
D | Kconfig.mpl | 49 int "Max length of the title of a track" 54 the title of any track in the media player. 65 int "Max length of the title of a group of tracks" 70 the title of any group in the media player.
|
D | mpl.c | 88 .title = "Interlude #1 (Song for Alison)", 97 .title = "Interlude #2 (For Bobbye)", 105 .title = "Interlude #3 (Levanto Seventy)", 113 .title = "Interlude #4 (Vesper Dreams)", 121 .title = "Interlude #5 (Shasti)", 132 .title = "Track 2.1", 140 .title = "Track 2.2", 148 .title = "Track 2.3", 159 .title = "Track 3.1", 167 .title = "Track 3.2", [all …]
|
D | media_proxy_internal.h | 43 void (*track_title)(const char *title);
|
/Zephyr-latest/doc/_static/js/ |
D | scorer.js | 45 title: 15, property in Scorer
|
/Zephyr-latest/scripts/gitlint/ |
D | zephyr_commit_rules.py | 95 def validate(self, title, _commit): argument 99 if not pattern.search(title): 100 return [RuleViolation(self.id, violation_message, title)]
|
/Zephyr-latest/scripts/release/ |
D | list_backports.py | 190 def sanitize_title(title): argument 193 return title 197 title = Backport.sanitize_title(i.title) 206 obj['title'] = Backport.sanitize_title(i.title)
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 414 title = vnd[0] 416 title = vnd_lookup.vendor(vnd).strip() 418 title += f' ({vnd})' 419 underline = '=' * len(title) 519 title = f'{compatible}{on_bus_title}' 520 underline = '#' * len(title) 684 title = f'{level_string} node properties' 685 underline = '=' * len(title)
|
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 1701 def _input_dialog(title, initial_text, info_text=None): argument 1720 _resize_input_dialog(win, title, info_lines) 1741 _draw_input_dialog(win, title, info_lines, s, i, hscroll) 1750 _resize_input_dialog(win, title, info_lines) 1767 def _resize_input_dialog(win, title, info_lines): argument 1778 len(title) + 4, 1787 def _draw_input_dialog(win, title, info_lines, s, i, hscroll): argument 1801 _draw_frame(win, title) 1921 def _key_dialog(title, text, keys): argument 1948 _draw_key_dialog(win, title, text) [all …]
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 002_enhancement.md | 4 title: ''
|
D | 004_feature_request.md | 4 title: ''
|
D | 008_bin-blobs.md | 4 title: ''
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | api_overview.py | 70 title = cdef.get_title() 81 reference = nodes.reference(text=title, refuri=str(url))
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 117 new_section += nodes.title(text=node["name"]) 145 see_also_section += nodes.title(text="See also") 235 new_section += nodes.title(text=node["full_name"]) 240 sidebar += nodes.title(text="Board Overview") 375 title = nodes.title("", "", link) 376 section += title 490 admonition += nodes.title(text="Related code samples")
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/ |
D | board-catalog.css | 58 background-color: var(--admonition-note-title-background-color); 59 color: var(--admonition-note-title-color); 130 color: var(--admonition-note-title-background-color);
|