/AliOS-Things-master/components/amp/ui/render/include/ |
A D | view_bind.h | 28 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 D | view_model.h | 24 char *props; member 38 int vm_data_register(widget_desc_t * widget, char *props, char *name);
|
A D | render.h | 86 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 D | test_bjson.js | 51 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 D | xz_dec_lzma2.c | 798 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 D | xz_private.h | 119 uint8_t props);
|
/AliOS-Things-master/components/ota/tools/xz/src/ |
A D | xz_dec_lzma2.c | 798 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 D | SDL_wasapi_win32.c | 79 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 D | pcfread.c | 400 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 D | README.txt | 18 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 D | xz_private.h | 119 uint8_t props);
|
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 1026 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 D | bdflib.c | 1315 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 D | bdf.h | 220 bdf_property_t* props; /* Font properties themselves. */ member
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11modes.c | 304 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 D | hci_api.h | 179 uint16_t props,
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 308 uint8_t props;
|
A D | ble.h | 313 uint16_t props; member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_core.c | 8570 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 D | repl.js | 647 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 D | repl.js | 639 var props = Object.getOwnPropertyNames(obj); 641 for (j = 0; j < props.length; j++) { 642 var prop = props[j];
|
A D | qjscalc.js | 35 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 D | hci.h | 1043 u16_t props; member 1128 u16_t props; member
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | jquery.js | 12 ….nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName… 21 …props:"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 D | gatt.c | 182 print_chrc_props(e->char_c.props); in event_gatt_discovery()
|