Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 76) sorted by relevance

1234

/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c292 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.gitlint4 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/
Dgcs.css31 .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;
Ddark.css70 --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;
Dlight.css68 --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;
Dcustom.css126 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/
Ddoxygen-awesome-darkmode-toggle.js36 static title = "Toggle Light/Dark Mode" field in DoxygenAwesomeDarkModeToggle
62 toggleButton.title = DoxygenAwesomeDarkModeToggle.title
/Zephyr-latest/scripts/
Ddump_bugs_pickle.py46 title = bug.title.strip()
/Zephyr-latest/doc/_static/latex/
Dtitle.tex1 % LaTeX documentation title page
28 \Huge \textbf{\@title}\\
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs34 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/
Dmpl_internal.h51 char title[CONFIG_BT_MPL_TRACK_TITLE_MAX]; member
66 char title[CONFIG_BT_MPL_GROUP_TITLE_MAX]; member
DKconfig.mpl49 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.
Dmpl.c88 .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 …]
Dmedia_proxy_internal.h43 void (*track_title)(const char *title);
/Zephyr-latest/doc/_static/js/
Dscorer.js45 title: 15, property in Scorer
/Zephyr-latest/scripts/gitlint/
Dzephyr_commit_rules.py95 def validate(self, title, _commit): argument
99 if not pattern.search(title):
100 return [RuleViolation(self.id, violation_message, title)]
/Zephyr-latest/scripts/release/
Dlist_backports.py190 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/
Dgen_devicetree_rest.py414 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/
Dmenuconfig.py1701 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/
D002_enhancement.md4 title: ''
D004_feature_request.md4 title: ''
D008_bin-blobs.md4 title: ''
/Zephyr-latest/doc/_extensions/zephyr/
Dapi_overview.py70 title = cdef.get_title()
81 reference = nodes.reference(text=title, refuri=str(url))
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py117 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/
Dboard-catalog.css58 background-color: var(--admonition-note-title-background-color);
59 color: var(--admonition-note-title-color);
130 color: var(--admonition-note-title-background-color);

1234