Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/utilities/unity/
Dunity.c172 static void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style);
246 static void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style) in UnityPrintNumberByStyle() argument
248 if ((style & UNITY_DISPLAY_RANGE_INT) == UNITY_DISPLAY_RANGE_INT) in UnityPrintNumberByStyle()
252 else if ((style & UNITY_DISPLAY_RANGE_UINT) == UNITY_DISPLAY_RANGE_UINT) in UnityPrintNumberByStyle()
254 … UnityPrintNumberUnsigned((_U_UINT)number & UnitySizeMask[((_U_UINT)style & (_U_UINT)0x0F) - 1]); in UnityPrintNumberByStyle()
258 UnityPrintNumberHex((_U_UINT)number, (style & 0x000FU) << 1); in UnityPrintNumberByStyle()
554 const UNITY_DISPLAY_STYLE_T style) in UnityAssertEqualNumber() argument
562 UnityPrintNumberByStyle(expected, style); in UnityAssertEqualNumber()
564 UnityPrintNumberByStyle(actual, style); in UnityAssertEqualNumber()
580 const UNITY_DISPLAY_STYLE_T style) in UnityAssertEqualIntArray() argument
[all …]
Dunity_internals.h439 const UNITY_DISPLAY_STYLE_T style);
446 const UNITY_DISPLAY_STYLE_T style);
477 const UNITY_DISPLAY_STYLE_T style);
/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/
Dguiconfig.py375 style = ttk.Style()
381 _treeview_rowheight = font.Font(font=style.lookup("Treeview", "font")) \
384 style.configure("Treeview", rowheight=_treeview_rowheight)
393 style.map(
395 **{option: [elm for elm in style.map("Treeview", query_opt=option)
413 style = ttk.Style()
414 if "clam" in style.theme_names():
415 style.theme_use("clam")
Dmenuconfig.py1380 style = _style["selection" if i == _sel_node_i else "list"]
1382 style = _style["inv-selection" if i == _sel_node_i else "inv-list"]
1384 _safe_addstr(_menu_win, i - _menu_scroll, 0, _node_str(node), style)
2837 def _styled_win(style): argument
2843 _set_style(win, style)
2847 def _set_style(win, style): argument
2850 win.bkgdset(" ", _style[style])
/hal_nxp-3.6.0/mcux/mcux-sdk/
DCONTRIBUTING.md111 3. Use C89-style single line comments, /* */. The C99-style single line comment, //, is not allowe…
167 6. Do code your change, commit the change in local branch. The coding style and commit preparation …
DREADME_CN.md7 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https:…
DREADME.md7 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https:…