Searched defs:attribute_id (Results 1 – 4 of 4) sorted by relevance
/external/libmtp/src/ |
D | libmtp.c | 1202 LIBMTP_property_t const attribute_id) in LIBMTP_Get_String_From_Object() 1217 … LIBMTP_property_t const attribute_id, uint64_t const value_default) in LIBMTP_Get_u64_From_Object() 1232 LIBMTP_property_t const attribute_id, uint32_t const value_default) in LIBMTP_Get_u32_From_Object() 1247 LIBMTP_property_t const attribute_id, uint16_t const value_default) in LIBMTP_Get_u16_From_Object() 1262 LIBMTP_property_t const attribute_id, uint8_t const value_default) in LIBMTP_Get_u8_From_Object() 1277 LIBMTP_property_t const attribute_id, char const * const string) in LIBMTP_Set_Object_String() 1293 LIBMTP_property_t const attribute_id, uint32_t const value) in LIBMTP_Set_Object_u32() 1308 LIBMTP_property_t const attribute_id, uint16_t const value) in LIBMTP_Set_Object_u16() 1323 LIBMTP_property_t const attribute_id, uint8_t const value) in LIBMTP_Set_Object_u8() 1339 uint16_t const attribute_id) in get_string_from_object() [all …]
|
D | ptp.c | 6507 ptp_find_object_prop_in_cache(PTPParams *params, uint32_t const handle, uint32_t const attribute_id) in ptp_find_object_prop_in_cache()
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 234 typedef struct attribute_id { struct 235 XML_Char *name; 236 PREFIX *prefix; 237 XML_Bool maybeTokenized; 238 XML_Bool xmlns;
|
/external/expat/lib/ |
D | xmlparse.c | 242 typedef struct attribute_id { struct 243 XML_Char *name; 244 PREFIX *prefix; 245 XML_Bool maybeTokenized; 246 XML_Bool xmlns;
|