Home
last modified time | relevance | path

Searched refs:attrs (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/freetype/src/cache/
A Dftcbasic.c55 FTC_BasicAttrRec attrs; member
63 FTC_BasicAttrRec attrs; member
76 return FTC_BASIC_ATTR_COMPARE( &family->attrs, &query->attrs ); in ftc_basic_family_compare()
91 family->attrs = query->attrs; in ftc_basic_family_init()
309 query.attrs.scaler.width = type->width; in FTC_ImageCache_Lookup()
314 query.attrs.scaler.pixel = 1; in FTC_ImageCache_Lookup()
316 query.attrs.scaler.y_res = 0; in FTC_ImageCache_Lookup()
384 query.attrs.scaler = scaler[0]; in FTC_ImageCache_LookupScaler()
499 query.attrs.scaler.pixel = 1; in FTC_SBitCache_Lookup()
501 query.attrs.scaler.y_res = 0; in FTC_SBitCache_Lookup()
[all …]
/AliOS-Things-master/components/SDL2/test/nacl/
A Dcommon.js123 function createNaClModule(name, tool, path, width, height, attrs) { argument
133 if (attrs) {
134 for (var key in attrs) {
135 moduleEl.setAttribute(key, attrs[key]);
348 function domContentLoaded(name, tool, path, width, height, attrs) { argument
364 createNaClModule(name, tool, path, width, height, attrs);
440 var attrs = {};
441 if (body.dataset.attrs) {
442 var attr_list = body.dataset.attrs.split(' ');
447 attrs[key] = value;
[all …]
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c717 if (attrs == NULL || attr_num == 0) { in ble_stack_gatt_registe_service()
722 ss->attrs = (struct bt_gatt_attr *)attrs; in ble_stack_gatt_registe_service()
725 … if (UUID_EQUAL(attrs[i].uuid, UUID_GATT_PRIMARY) || UUID_EQUAL(attrs[i].uuid, UUID_GATT_SECONDARY) in ble_stack_gatt_registe_service()
734 ss->attrs[i + 1].read = gatt_read_handle; in ble_stack_gatt_registe_service()
744 ss->attrs[i].read = bt_gatt_attr_read_ccc; in ble_stack_gatt_registe_service()
746 ss->attrs[i].user_data = val; in ble_stack_gatt_registe_service()
750 ss->attrs[i].read = gatt_read_handle; in ble_stack_gatt_registe_service()
751 ss->attrs[i].write = gatt_write_handle; in ble_stack_gatt_registe_service()
755 ss->attrs[i].read = gatt_read_handle; in ble_stack_gatt_registe_service()
756 ss->attrs[i].write = gatt_write_handle; in ble_stack_gatt_registe_service()
[all …]
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_lfsx_file.c107 o->attrs[0].type = LFS_ATTR_MTIME; in MP_VFS_LFSx()
108 o->attrs[0].buffer = &o->mtime[0]; in MP_VFS_LFSx()
109 o->attrs[0].size = sizeof(o->mtime); in MP_VFS_LFSx()
110 o->cfg.attrs = &o->attrs[0]; in MP_VFS_LFSx()
111 o->cfg.attr_count = MP_ARRAY_SIZE(o->attrs); in MP_VFS_LFSx()
A Dvfs_lfs.c122 struct lfs2_attr attrs[1]; member
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11window.c810 XWindowAttributes attrs; in X11_SetWindowPosition() local
816 X11_XGetWindowAttributes(display, data->xwindow, &attrs); in X11_SetWindowPosition()
818 attrs.x, attrs.y, &orig_x, &orig_y, &childReturn); in X11_SetWindowPosition()
831 attrs.x, attrs.y, &x, &y, &childReturn); in X11_SetWindowPosition()
912 XWindowAttributes attrs; in X11_SetWindowSize() local
918 orig_w = attrs.width; in X11_SetWindowSize()
919 orig_h = attrs.height; in X11_SetWindowSize()
970 if ((attrs.width != orig_w) || (attrs.height != orig_h)) { in X11_SetWindowSize()
971 window->w = attrs.width; in X11_SetWindowSize()
972 window->h = attrs.height; in X11_SetWindowSize()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c827 if (tmp->attrs[0].handle > svc->attrs[0].handle) { in gatt_insert()
844 struct bt_gatt_attr *attrs = svc->attrs; in gatt_register() local
859 for (; attrs && count; attrs++, count--) { in gatt_register()
860 if (!attrs->handle) { in gatt_register()
862 attrs->handle = ++handle; in gatt_register()
865 handle = attrs->handle; in gatt_register()
869 attrs->handle); in gatt_register()
874 attrs, attrs->handle, bt_uuid_str(attrs->uuid), in gatt_register()
875 attrs->perm); in gatt_register()
1143 sc_indicate(svc->attrs[0].handle, in bt_gatt_service_register()
[all …]
A Dsdp.c544 search_uuid(&record->attrs[att_idx].val, in find_services()
785 if (func(&record->attrs[idx], idx, user_data) == in bt_sdp_foreach_attr()
1457 *((bt_u32_t *)(service->attrs[0].val.data)) = handle; in bt_sdp_register_service()
/AliOS-Things-master/components/littlefs/src/littlefs-v220/
A Dlfs.c430 const struct lfs_mattr *attrs, int attrcount);
693 const struct lfs_mattr *attrs, int attrcount, in lfs_dir_traverse() argument
717 tag = attrs[0].tag; in lfs_dir_traverse()
718 buffer = attrs[0].buffer; in lfs_dir_traverse()
719 attrs += 1; in lfs_dir_traverse()
735 dir, off, ptag, attrs, attrcount, in lfs_dir_traverse()
1503 source, 0, 0xffffffff, attrs, attrcount, in lfs_dir_compact()
1526 err = lfs_dir_split(lfs, dir, attrs, attrcount, in lfs_dir_compact()
1746 const struct lfs_mattr *attrs, int attrcount) { in lfs_dir_commit() argument
1778 dir->split = (lfs_tag_chunk(attrs[i].tag) & 1); in lfs_dir_commit()
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A Dlfs2.c459 const struct lfs2_mattr *attrs, int attrcount);
745 const struct lfs2_mattr *attrs, int attrcount, in lfs2_dir_traverse() argument
769 tag = attrs[0].tag; in lfs2_dir_traverse()
770 buffer = attrs[0].buffer; in lfs2_dir_traverse()
771 attrs += 1; in lfs2_dir_traverse()
787 dir, off, ptag, attrs, attrcount, in lfs2_dir_traverse()
1580 source, 0, 0xffffffff, attrs, attrcount, in lfs2_dir_compact()
1603 err = lfs2_dir_split(lfs2, dir, attrs, attrcount, in lfs2_dir_compact()
1825 const struct lfs2_mattr *attrs, int attrcount) { in lfs2_dir_commit() argument
1895 dir, dir->off, dir->etag, attrs, attrcount, in lfs2_dir_commit()
[all …]
A Dlfs2.h307 struct lfs2_attr *attrs; member
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dsdp.h289 struct bt_sdp_attribute *attrs; /* Base addr of attr array */ member
443 .attrs = _attrs, \
A Dgatt.h157 const struct bt_gatt_attr *attrs; member
165 struct bt_gatt_attr *attrs; member
463 .attrs = _attrs, \
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h338 struct bt_gatt_attr *attrs; member
345 int ble_stack_gatt_registe_service(gatt_service *s, gatt_attr_t attrs[], uint16_t attr_num);
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/ref_impl/
A Dmesh_hal_ble.c92 node->svc.attrs = (struct bt_gatt_attr *)svc->attrs; in bt_mesh_gatt_service_register()
/AliOS-Things-master/components/littlefs/src/littlefs-v220/include/
A Dlfs.h297 struct lfs_attr *attrs; member
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dmenuconfig.py536 attrs = 0
549 attrs |= curses.A_NORMAL if _IS_WINDOWS else curses.A_BOLD
551 attrs |= curses.A_STANDOUT
553 attrs |= curses.A_UNDERLINE
557 return _style_attr(fg_color, bg_color, attrs)
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A Dmenuconfig.py536 attrs = 0
549 attrs |= curses.A_NORMAL if _IS_WINDOWS else curses.A_BOLD
551 attrs |= curses.A_STANDOUT
553 attrs |= curses.A_UNDERLINE
557 return _style_attr(fg_color, bg_color, attrs)
/AliOS-Things-master/components/ble_host/
A DREADME.md217 int ble_stack_gatt_registe_service(gatt_service *s, gatt_attr_t attrs[], uint16_t attr_num)
226 | attrs | 属性列表 |
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Dsdp_api.h447 sdp_attribute_t *attrs; member
A Davrcp_api.h967 avrcp_media_attribute_t attrs[BTIF_AVRCP_NUM_MEDIA_ATTRIBUTES]; member
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c89113 out->attrs = DUK_PROPDESC_FLAGS_W; /* registers are mutable, non-deletable */
89163 out->attrs = DUK_PROPDESC_FLAGS_W; /* registers are mutable, non-deletable */
89220 (long) out->attrs, (long) out->has_this,
89271 duk_uint_t attrs; local
89303 (long) out->attrs, (long) out->has_this,
89311 out->attrs = attrs;
89320 (long) out->attrs, (long) out->has_this,
89378 out->attrs = 0; /* irrelevant when out->value == NULL */
89387 (long) out->attrs, (long) out->has_this,
89630 if (ref.value && (ref.attrs & DUK_PROPDESC_FLAG_WRITABLE)) {
[all …]

Completed in 353 milliseconds