Searched refs:style (Results 1 – 9 of 9) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/utilities/unity/ |
| D | unity.c | 283 static void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style); 357 static void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style) in UnityPrintNumberByStyle() argument 359 if ((style & UNITY_DISPLAY_RANGE_INT) == UNITY_DISPLAY_RANGE_INT) in UnityPrintNumberByStyle() 363 else if ((style & UNITY_DISPLAY_RANGE_UINT) == UNITY_DISPLAY_RANGE_UINT) in UnityPrintNumberByStyle() 365 … UnityPrintNumberUnsigned((_U_UINT)number & UnitySizeMask[((_U_UINT)style & (_U_UINT)0x0F) - 1]); in UnityPrintNumberByStyle() 369 UnityPrintNumberHex((_U_UINT)number, (style & 0x000FU) << 1); in UnityPrintNumberByStyle() 665 const UNITY_DISPLAY_STYLE_T style) in UnityAssertEqualNumber() argument 673 UnityPrintNumberByStyle(expected, style); in UnityAssertEqualNumber() 675 UnityPrintNumberByStyle(actual, style); in UnityAssertEqualNumber() 691 const UNITY_DISPLAY_STYLE_T style) in UnityAssertEqualIntArray() argument [all …]
|
| D | unity_internals.h | 439 const UNITY_DISPLAY_STYLE_T style); 446 const UNITY_DISPLAY_STYLE_T style); 477 const UNITY_DISPLAY_STYLE_T style);
|
| /hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | guiconfig.py | 375 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")
|
| D | menuconfig.py | 1380 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-latest/mcux/mcux-sdk/ |
| D | CONTRIBUTING.md | 111 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 …
|
| D | README_CN.md | 7 [](https:…
|
| D | README.md | 7 [](https:…
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/ |
| D | README.md | 4 [](https:… 133 The set of style settings used for clang-format is defined in the `.clang-format` file, placed in a…
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/ |
| D | ChangeLogKSDK.txt | 320 - eRPC: Optimized code style of callback functions.
|