Searched refs:style (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/lib/zlib/ |
| H A D | sub.mk | 7 cflags-remove-y += -Wold-style-definition
|
| /optee_os/lib/libutils/isoc/ |
| H A D | sub.mk | 4 cflags-remove-bget_malloc.c-y += -Wold-style-definition -Wredundant-decls
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | .uncrustify.cfg | 1 # Configuration options for Uncrustify specifying the Mbed TLS code style. 3 # Note: The code style represented by this file has not yet been introduced 32 # Braces on the same line (Egyptian-style braces)
|
| H A D | CONTRIBUTING.md | 18 - The code should be written in a clean and readable style, and must follow [our coding standards](…
|
| H A D | ChangeLog | 1118 builds that couldn't compile the GCC-style assembly implementation 1211 * The C code follows a new coding style. This is transparent for users but 1214 https://mbed-tls.readthedocs.io/en/latest/kb/how-to/rewrite-branch-for-coding-style/ 3436 decryption that could lead to a Bleichenbacher-style padding oracle 4317 potential Bleichenbacher/BERserk-style attack. 5082 Bleichenbacher-style attack in the RSA and RSA-PSK key exchanges
|
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | guiconfig.py | 369 style = ttk.Style() 375 _treeview_rowheight = font.Font(font=style.lookup("Treeview", "font")) \ 378 style.configure("Treeview", rowheight=_treeview_rowheight) 387 style.map( 389 **{option: [elm for elm in style.map("Treeview", query_opt=option) 407 style = ttk.Style() 408 if "clam" in style.theme_names(): 409 style.theme_use("clam")
|
| H A 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])
|
| /optee_os/mk/ |
| H A D | compile.mk | 48 -Wold-style-definition -Wstrict-aliasing=2 \
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 54 **Secure coding style** – Uses a construct called UsefulBuf as a 186 There is a simple makefile for the UNIX style command line binary that 213 support UNIX style command line and make, you should be able to make a
|