Searched refs:style (Results 1 – 6 of 6) sorted by relevance
/sof-2.7.6/tools/tune/eq/ |
D | gui.m | 56 "style", "edit", ... 59 "style", "text", 63 "style", "edit", ... 66 "style", "text", 70 "style", "edit", ... 73 "style", "text", 77 "style", "edit", ... 80 "style", "text", 84 "style", "pushbutton", ... 90 "style", "pushbutton", ... [all …]
|
/sof-2.7.6/tools/scripts/ |
D | pretty-macro.sh | 10 -v style="${1}" \
|
/sof-2.7.6/tools/coredumper/ |
D | sof-coredump-reader.py | 426 [self.leadingZero(string, style) 427 for string, style in [ 432 [self.findSub(txt, styleMask, string, style) 433 for string, style in [ 439 for iter, style in enumerate(styleMask): 440 if thisstyle != style: 441 thisstyle = style 457 def enstyle(self, style, txt): argument 458 return style + txt + rs.all
|
/sof-2.7.6/tools/topology/topology1/m4/ |
D | debug.m4 | 6 edge [color=Blue, style=dashed]'
|
/sof-2.7.6/scripts/kconfig/ |
D | menuconfig.py | 1276 style = _style["selection" if i == _sel_node_i else "list"] 1278 style = _style["inv-selection" if i == _sel_node_i else "inv-list"] 1280 _safe_addstr(_menu_win, i - _menu_scroll, 0, _node_str(node), style) 2666 def _styled_win(style): argument 2672 _set_style(win, style) 2675 def _set_style(win, style): argument 2678 win.bkgdset(" ", _style[style])
|
/sof-2.7.6/scripts/docker_build/sof_builder/ |
D | Dockerfile | 2 # Use of this source code is governed by a BSD-style license that can be
|