/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_central/ |
A D | ble_central_client_app.c | 667 uint16_t properties; in ble_central_gcs_handle_discovery_result() local 778 properties = p_result_table->result_data.char_uuid16_disc_data.properties; in ble_central_gcs_handle_discovery_result() 786 properties & GATT_CHAR_PROP_READ, in ble_central_gcs_handle_discovery_result() 797 properties & GATT_CHAR_PROP_READ, in ble_central_gcs_handle_discovery_result() 806 properties = p_result_table->result_data.char_uuid128_disc_data.properties; in ble_central_gcs_handle_discovery_result() 814 properties & GATT_CHAR_PROP_READ, in ble_central_gcs_handle_discovery_result() 826 properties & GATT_CHAR_PROP_READ, in ble_central_gcs_handle_discovery_result() 853 properties = p_result_table->result_data.char_uuid16_disc_data.properties; in ble_central_gcs_handle_discovery_result() 861 properties & GATT_CHAR_PROP_READ, in ble_central_gcs_handle_discovery_result() 873 properties & GATT_CHAR_PROP_READ, in ble_central_gcs_handle_discovery_result() [all …]
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afcjk.h | 50 ( (b)->properties & AF_BLUE_PROPERTY_CJK_TOP ) 52 ( (b)->properties & AF_BLUE_PROPERTY_CJK_HORIZ ) 54 ( (b)->properties & AF_BLUE_PROPERTY_CJK_FILL )
|
A D | aflatin.h | 55 ( (b)->properties & AF_BLUE_PROPERTY_LATIN_TOP ) 57 ( (b)->properties & AF_BLUE_PROPERTY_LATIN_X_HEIGHT ) 59 ( (b)->properties & AF_BLUE_PROPERTY_LATIN_LONG )
|
A D | afblue.h | 183 FT_UShort properties; member
|
A D | afblue.hin | 126 FT_UShort properties;
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfread.c | 378 PCF_Property properties = face->properties; in pcf_find_property() local 385 if ( !ft_strcmp( properties[i].name, prop ) ) in pcf_find_property() 390 return properties + i - 1; in pcf_find_property() 401 PCF_Property properties = NULL; in pcf_get_properties() local 506 if ( FT_NEW_ARRAY( properties, nprops ) ) in pcf_get_properties() 509 face->properties = properties; in pcf_get_properties() 526 FT_TRACE4(( " %s:", properties[i].name )); in pcf_get_properties() 528 properties[i].isString = props[i].isString; in pcf_get_properties() 545 FT_TRACE4(( " `%s'\n", properties[i].value.atom )); in pcf_get_properties() 549 properties[i].value.l = props[i].value; in pcf_get_properties() [all …]
|
A D | pcfdrivr.c | 221 if ( face->properties ) in PCF_Face_Done() 228 PCF_Property prop = &face->properties[i]; in PCF_Face_Done() 239 FT_FREE( face->properties ); in PCF_Face_Done()
|
A D | pcf.h | 149 PCF_Property properties; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/ble/profile/client/ |
A D | bas_client.c | 34 uint16_t properties; member 341 if (bas_table[conn_id].properties & GATT_CHAR_PROP_NOTIFY) in bas_client_discover_state_cb() 405 bas_table[conn_id].properties = result_data.p_char_uuid16_disc_data->properties; in bas_client_discover_result_cb()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | TODO | 18 - test border cases for max number of atoms, object properties, string length 28 - use auto-init properties for more global objects 48 - convert slow array to fast array when all properties != length are numeric
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | gatt.c | 123 static void print_chrc_props(u8_t properties) in print_chrc_props() argument 127 if (properties & GATT_CHRC_PROP_BROADCAST) { in print_chrc_props() 131 if (properties & GATT_CHRC_PROP_READ) { in print_chrc_props() 135 if (properties & GATT_CHRC_PROP_WRITE) { in print_chrc_props() 139 if (properties & GATT_CHRC_PROP_WRITE_WITHOUT_RESP) { in print_chrc_props() 143 if (properties & GATT_CHRC_PROP_NOTIFY) { in print_chrc_props() 147 if (properties & GATT_CHRC_PROP_INDICATE) { in print_chrc_props() 151 if (properties & GATT_CHRC_PROP_AUTH) { in print_chrc_props() 155 if (properties & GATT_CHRC_PROP_EXT_PROP) { in print_chrc_props()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/profile/ |
A D | profile_client.h | 129 uint16_t properties; /**< Characteristic Properties, high nibble is reserved */ member 138 uint16_t properties; /**< Characteristic Properties, high nibble is reserved */ member
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | README | 27 small set defined in freetype.h. On the other hand, two properties that 30 I decided to make these two properties directly accessible, leaving to the 53 If the two properties are not available, Adobe Standard Encoding should be 80 - Except for encodings properties, client applications have no visibility of
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/gradle/wrapper/ |
A D | gradle-wrapper.jar | ... java.util.Map propertyMap
java.util.Properties properties
}
org/gradle/wrapper/Logger.class
Logger.java ... |
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | gatt.h | 250 u8_t properties; member 260 u16_t properties; member 556 .properties = _props, \
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | gatt.c | 95 static void print_chrc_props(u8_t properties) in print_chrc_props() argument 99 if (properties & GATT_CHRC_PROP_BROADCAST) { in print_chrc_props() 103 if (properties & GATT_CHRC_PROP_READ) { in print_chrc_props() 107 if (properties & GATT_CHRC_PROP_WRITE) { in print_chrc_props() 111 if (properties & GATT_CHRC_PROP_WRITE_WITHOUT_RESP) { in print_chrc_props() 115 if (properties & GATT_CHRC_PROP_NOTIFY) { in print_chrc_props() 119 if (properties & GATT_CHRC_PROP_INDICATE) { in print_chrc_props() 123 if (properties & GATT_CHRC_PROP_AUTH) { in print_chrc_props() 127 if (properties & GATT_CHRC_PROP_EXT_PROP) { in print_chrc_props()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamodes.m | 191 * duplicate filtering because this code can choose what properties are 234 * mode in the list with the same properties. 245 * properties are equal to another GUI-capable mode in the list. 254 /* If multiple modes have the exact same properties, they'll all 258 * list of modes contain duplicates (according to their properties 266 * properties via public APIs in every way (even their IO flags and 567 * identical properties), some of which might not work. See GetDisplayMode.
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 166 uint8_t properties; member 272 NULL, NULL,(&(struct gatt_char_t){.uuid= _uuid,.value_handle = 0,.properties = _props,}))
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_xcf.c | 146 xcf_prop * properties; member 161 xcf_prop * properties; member 175 xcf_prop * properties; member 334 h->properties = NULL; in read_xcf_header()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
A D | GZipStream.cs | 76 #region Access properties
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | dm_shadow.c | 485 if (shadow->property_number == 0 || shadow->properties == NULL) { in _dm_shw_property_search() 490 property_item = shadow->properties + item_index; in _dm_shw_property_search() 852 *property = (void *)(shadow->properties + index); in dm_shw_get_property_by_index() 2118 property = shadow->properties + index; in dm_shw_assemble_property() 2399 static void _dm_shw_properties_free(_IN_ dm_shw_data_t *properties, in _dm_shw_properties_free() argument 2406 property = properties + index; in _dm_shw_properties_free() 2538 if ((*shadow)->properties) { in dm_shw_destroy() 2539 _dm_shw_properties_free((*shadow)->properties, in dm_shw_destroy() 2541 DM_free((*shadow)->properties); in dm_shw_destroy() 2542 (*shadow)->properties = NULL; in dm_shw_destroy()
|
A D | dm_tsl_alink.c | 581 shadow->properties = in _dm_shw_properties_parse() 583 if (shadow->properties == NULL) { in _dm_shw_properties_parse() 586 memset(shadow->properties, 0, in _dm_shw_properties_parse() 597 _dm_shw_property_parse(shadow->properties + index, &lite_property); in _dm_shw_properties_parse()
|
A D | dm_shadow.h | 113 dm_shw_data_t *properties; /* property array, type is dm_shw_data_t */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/ |
A D | readme.txt | 37 You can define 2 properties on the nant command-line to control the build:
|