Home
last modified time | relevance | path

Searched refs:props (Results 1 – 25 of 33) sorted by relevance

12

/AliOS-Things-master/components/amp/ui/render/include/
A Dview_bind.h28 int view_data_bind(widget_desc_t *widget, char *props, char* name);
30 int view_data_unbind(widget_desc_t *widget, char *props, char *name);
A Dview_model.h24 char *props; member
38 int vm_data_register(widget_desc_t * widget, char *props, char *name);
A Drender.h86 char *props; member
362 int amp_data_bind(widget_desc_t *widget, char *props, char* value);
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_bjson.js51 var s, i, props, prop;
74 props = Object.keys(a);
76 for(i = 0; i < props.length; i++) {
79 prop = props[i];
/AliOS-Things-master/components/ota/2ndboot/updater/xz/linux/lib/xz/
A Dxz_dec_lzma2.c798 static bool lzma_props(struct xz_dec_lzma2 *s, uint8_t props) in lzma_props() argument
800 if (props > (4 * 5 + 4) * 9 + 8) in lzma_props()
804 while (props >= 9 * 5) { in lzma_props()
805 props -= 9 * 5; in lzma_props()
812 while (props >= 9) { in lzma_props()
813 props -= 9; in lzma_props()
817 s->lzma.lc = props; in lzma_props()
1130 XZ_EXTERN enum xz_ret xz_dec_lzma2_reset(struct xz_dec_lzma2 *s, uint8_t props) in xz_dec_lzma2_reset() argument
1133 if (props > 39) in xz_dec_lzma2_reset()
1136 s->dict.size = 2 + (props & 1); in xz_dec_lzma2_reset()
[all …]
A Dxz_private.h119 uint8_t props);
/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_dec_lzma2.c798 static bool lzma_props(struct xz_dec_lzma2 *s, uint8_t props) in lzma_props() argument
800 if (props > (4 * 5 + 4) * 9 + 8) in lzma_props()
804 while (props >= 9 * 5) { in lzma_props()
805 props -= 9 * 5; in lzma_props()
812 while (props >= 9) { in lzma_props()
813 props -= 9; in lzma_props()
817 s->lzma.lc = props; in lzma_props()
1130 XZ_EXTERN enum xz_ret xz_dec_lzma2_reset(struct xz_dec_lzma2 *s, uint8_t props) in xz_dec_lzma2_reset() argument
1133 if (props > 39) in xz_dec_lzma2_reset()
1136 s->dict.size = 2 + (props & 1); in xz_dec_lzma2_reset()
[all …]
/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi_win32.c79 IPropertyStore *props = NULL; in GetWasapiDeviceName() local
80 if (SUCCEEDED(IMMDevice_OpenPropertyStore(device, STGM_READ, &props))) { in GetWasapiDeviceName()
83 if (SUCCEEDED(IPropertyStore_GetValue(props, &SDL_PKEY_Device_FriendlyName, &var))) { in GetWasapiDeviceName()
87 IPropertyStore_Release(props); in GetWasapiDeviceName()
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfread.c400 PCF_ParseProperty props = 0; in pcf_get_properties() local
450 if ( FT_NEW_ARRAY( props, nprops ) ) in pcf_get_properties()
457 if ( FT_STREAM_READ_FIELDS( pcf_property_msb_header, props + i ) ) in pcf_get_properties()
462 if ( FT_STREAM_READ_FIELDS( pcf_property_header, props + i ) ) in pcf_get_properties()
513 FT_Long name_offset = props[i].name; in pcf_get_properties()
528 properties[i].isString = props[i].isString; in pcf_get_properties()
530 if ( props[i].isString ) in pcf_get_properties()
532 FT_Long value_offset = props[i].value; in pcf_get_properties()
549 properties[i].value.l = props[i].value; in pcf_get_properties()
558 FT_FREE( props ); in pcf_get_properties()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/vstudio/
A DREADME.txt18 You must enter some information in zlib.props before attempting to
19 build with this 'solution'. Please read and edit zlib.props first.
20 You will probably not be familiar with the contents of zlib.props -
/AliOS-Things-master/components/ota/tools/xz/include/
A Dxz_private.h119 uint8_t props);
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c1026 uint16_t props = (characteristic_flags[i] & 0x7f) | ATT_PROPERTY_DYNAMIC; in mp_bluetooth_gatts_register_service() local
1030 …tt_db_util_add_characteristic_uuid16(get_uuid16(characteristic_uuids[i]), props, read_permission, … in mp_bluetooth_gatts_register_service()
1034 …handles[handle_index] = att_db_util_add_characteristic_uuid128(buffer, props, read_permission, wri… in mp_bluetooth_gatts_register_service()
1040 if (props & (ATT_PROPERTY_NOTIFY | ATT_PROPERTY_INDICATE)) { in mp_bluetooth_gatts_register_service()
1052 props = (descriptor_flags[descriptor_index] & 0x7f) | ATT_PROPERTY_DYNAMIC; in mp_bluetooth_gatts_register_service()
1056 …til_add_descriptor_uuid16(get_uuid16(descriptor_uuids[descriptor_index]), props, read_permission, … in mp_bluetooth_gatts_register_service()
1060 …handles[handle_index] = att_db_util_add_descriptor_uuid128(buffer, props, read_permission, write_p… in mp_bluetooth_gatts_register_service()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c1315 fp = font->props + hn->data; in _bdf_add_property()
1361 if ( FT_NEW_ARRAY( font->props, 1 ) ) in _bdf_add_property()
1366 if ( FT_RENEW_ARRAY( font->props, in _bdf_add_property()
1372 fp = font->props + font->props_size; in _bdf_add_property()
1383 fp = font->props + font->props_used; in _bdf_add_property()
2181 if ( FT_NEW_ARRAY( p->font->props, p->cnt ) ) in _bdf_parse_start()
2555 if ( font->props[i].format == BDF_ATOM ) in bdf_free_font()
2556 FT_FREE( font->props[i].value.atom ); in bdf_free_font()
2559 FT_FREE( font->props ); in bdf_free_font()
2619 return hn ? ( font->props + hn->data ) : 0; in bdf_get_font_property()
A Dbdf.h220 bdf_property_t* props; /* Font properties themselves. */ member
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11modes.c304 Atom *props = X11_XRRListOutputProperties(dpy, output, &nprop); in SetXRandRDisplayName() local
313 if (props[i] == EDID) { in SetXRandRDisplayName()
314 if (X11_XRRGetOutputProperty(dpy, output, props[i], 0, 100, False, in SetXRandRDisplayName()
333 if (props) { in SetXRandRDisplayName()
334 X11_XFree(props); in SetXRandRDisplayName()
/AliOS-Things-master/components/ble_host/include/
A Dhci_api.h179 uint16_t props,
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h308 uint8_t props;
A Dble.h313 uint16_t props; member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_core.c8570 cp->props |= BT_HCI_LE_ADV_PROP_ANON; in le_ext_adv_param_set()
8578 cp->props |= BT_HCI_LE_ADV_PROP_CONN; in le_ext_adv_param_set()
8590 cp->props |= BT_HCI_LE_ADV_PROP_SCAN; in le_ext_adv_param_set()
8624 u16_t props = 0; in le_ext_adv_param_set() local
8654 props |= BT_HCI_LE_ADV_PROP_LEGACY; in le_ext_adv_param_set()
8662 props |= BT_HCI_LE_ADV_PROP_ANON; in le_ext_adv_param_set()
8670 props |= BT_HCI_LE_ADV_PROP_CONN; in le_ext_adv_param_set()
8677 props |= BT_HCI_LE_ADV_PROP_SCAN; in le_ext_adv_param_set()
8682 props |= BT_HCI_LE_ADV_PROP_SCAN; in le_ext_adv_param_set()
8688 props |= BT_HCI_LE_ADV_PROP_DIRECT; in le_ext_adv_param_set()
[all …]
/AliOS-Things-master/components/amp/jslib/src/
A Drepl.js647 var props = Object.getOwnPropertyNames(obj);
649 for (j = 0; j < props.length; j++) {
650 var prop = props[j];
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drepl.js639 var props = Object.getOwnPropertyNames(obj);
641 for (j = 0; j < props.length; j++) {
642 var prop = props[j];
A Dqjscalc.js35 function add_props(obj, props) { argument
37 tab = Reflect.ownKeys(props);
40 desc = Object.getOwnPropertyDescriptor(props, prop);
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci.h1043 u16_t props; member
1128 u16_t props; member
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js12 ….nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName…
21props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey curre… class in o
42 …=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k]…
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dgatt.c182 print_chrc_props(e->char_c.props); in event_gatt_discovery()

Completed in 114 milliseconds

12