Home
last modified time | relevance | path

Searched full:attributes (Results 1 – 25 of 53) sorted by relevance

123

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/
H A Dnconf.gui.c11 attributes_t attributes[ATTR_MAX+1] = {0}; variable
54 /* available attributes:
72 attributes[name] = attr | COLOR_PAIR(name); } while (0) in normal_color_theme()
103 #define mkattrn(name, attr) { attributes[name] = attr; } in no_colors_theme()
146 /* this changes the windows attributes !!! */
297 set_menu_fore(menu, attributes[DIALOG_MENU_FORE]); in btn_dialog()
298 set_menu_back(menu, attributes[DIALOG_MENU_BACK]); in btn_dialog()
300 (void) wattrset(win, attributes[DIALOG_BOX]); in btn_dialog()
304 (void) wattrset(msg_win, attributes[DIALOG_TEXT]); in btn_dialog()
408 (void) wattrset(form_win, attributes[INPUT_FIELD]); in dialog_inputbox()
[all …]
H A Dnconf.h62 extern attributes_t attributes[];
78 /* this changes the windows attributes !!! */
H A Dnconf.c373 (void) wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]); in print_function_line()
377 (void) wattrset(main_window, attributes[FUNCTION_TEXT]); in print_function_line()
384 (void) wattrset(main_window, attributes[NORMAL]); in print_function_line()
959 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
962 attributes[MAIN_HEADING]); in show_menu()
964 (void) wattrset(main_window, attributes[MAIN_MENU_BOX]); in show_menu()
966 (void) wattrset(main_window, attributes[MAIN_MENU_HEADING]); in show_menu()
968 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
1534 set_menu_fore(curses_menu, attributes[MAIN_MENU_FORE]); in main()
1535 set_menu_back(curses_menu, attributes[MAIN_MENU_BACK]); in main()
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt39 define attributes for this config option. Attributes can be the type of
45 Menu attributes
48 A menu entry can have a number of attributes. Not all of them are
297 attributes as options.
351 This defines a choice group and accepts any of the above attributes as
388 attributes.
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dindex.rst92 certain pieces of data, known as *Attributes*, to another device
95 ATT protocol to exchange attributes encapsulated as
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/
H A Ddfs_nfs.c407 args.attributes.mode.set_it = TRUE; in nfs_mkdir()
408 args.attributes.mode.set_mode3_u.mode = mode; in nfs_mkdir()
409 args.attributes.uid.set_it = FALSE; in nfs_mkdir()
410 args.attributes.gid.set_it = FALSE; in nfs_mkdir()
411 args.attributes.size.set_it = FALSE; in nfs_mkdir()
412 args.attributes.atime.set_it = DONT_CHANGE; in nfs_mkdir()
413 args.attributes.mtime.set_it = DONT_CHANGE; in nfs_mkdir()
H A Dnfs.x125 fattr3 attributes; variable
138 wcc_attr attributes; variable
406 sattr3 attributes; member
H A Dnfs.h173 fattr3 attributes; member
188 wcc_attr attributes; member
511 sattr3 attributes; member
H A Dnfs_xdr.c278 if (!xdr_fattr3(xdrs, &objp->post_op_attr_u.attributes)) in xdr_post_op_attr()
308 if (!xdr_wcc_attr(xdrs, &objp->pre_op_attr_u.attributes)) in xdr_pre_op_attr()
885 if (!xdr_sattr3(xdrs, &objp->attributes)) in xdr_MKDIR3args()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatt_read_test.c555 /* Read two seven-byte attributes; one response. */ in TEST_CASE()
569 /* Read two attributes; two responses. */ in TEST_CASE()
689 /* Read two attributes. */ in TEST_CASE()
703 /* Read two attributes (swap order). */ in TEST_CASE()
717 /* Read five attributes. */ in TEST_CASE()
H A Dble_att_svr_test.c983 /*** Two attributes. */ in TEST_CASE()
1130 /*** No attributes. */ in TEST_CASE()
1244 /*** No attributes. */ in TEST_CASE()
1279 /*** One entry, two attributes. */ in TEST_CASE()
1296 /*** Entry 1: four attributes; entry 2 (invalid value): one attribute; in TEST_CASE()
1383 /*** No attributes. */ in ble_att_svr_test_misc_read_type()
1531 /*** No attributes. */ in TEST_CASE()
1626 /* Register two writable attributes. */ in TEST_CASE()
1734 /*** Successful two part write to two attributes. */ in TEST_CASE()
1754 /*** Successful out of order write to two attributes. */ in TEST_CASE()
H A Dble_gatt_write_test.c513 /*** 2 attributes. */ in TEST_CASE()
527 /*** 3 attributes. */ in TEST_CASE()
545 /*** Long attributes. */ in TEST_CASE()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/example/
H A Dflash-interface-example.c344 // setup NAND flash attributes. in setup_flash_storage()
356 dev->attr = &g_my_flash_storage; // NAND flash attributes in my_InitDevice()
375 /* setup nand storage attributes */ in my_init_filesystem()
H A Dstatic-mem-allocate.c115 /* setup flash storage attributes */ in init_uffs_fs()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml265 The maximum number of attributes that can be read with a single
270 The maximum number of attributes that can be written with a single
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/
H A Duffs_os.c53 NULL, // default security attributes in uffs_SemCreate()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gatt_priv.h172 /** Total number of ATT attributes. */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_fs.h78 UBOOL attr_loaded; //!< attributes loaded ?
/nrf52832-nimble/rt-thread/include/libc/
H A Dlibc_signal.h42 void *sigev_notify_attributes; /* Notification Attributes, really pthread_attr_t */
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_mempool.h177 * Initializes an extended memory pool. Extended attributes (e.g., callbacks)
/nrf52832-nimble/rt-thread/components/utilities/zmodem/
H A Dsz.c146 /* get file attributes */ in zsend_files()
H A Drz.c298 /* get fullpath && file attributes */ in zget_file_info()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DUPGRADING77 or to move buffers to dedicated memory using compiler attributes
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/fileio/
H A Dfileio.h455 // Functions to set and get attributes of a file, eg FAT attributes
/nrf52832-nimble/rt-thread/components/libc/libdl/
H A Ddlelf.h266 /* specific section attributes */

123