Home
last modified time | relevance | path

Searched defs:attribute_id (Results 1 – 6 of 6) sorted by relevance

/external/libmtp/src/
Dlibmtp.c1202 LIBMTP_property_t const attribute_id) in LIBMTP_Get_String_From_Object()
1217LIBMTP_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 …]
Dptp.c6507 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/cpython3/Modules/expat/
Dxmlparse.c234 typedef struct attribute_id { struct
235 XML_Char *name;
236 PREFIX *prefix;
237 XML_Bool maybeTokenized;
238 XML_Bool xmlns;
/external/python/cpython2/Modules/expat/
Dxmlparse.c234 typedef struct attribute_id { struct
235 XML_Char *name;
236 PREFIX *prefix;
237 XML_Bool maybeTokenized;
238 XML_Bool xmlns;
/external/expat/lib/
Dxmlparse.c314 typedef struct attribute_id { struct
315 XML_Char *name;
316 PREFIX *prefix;
317 XML_Bool maybeTokenized;
318 XML_Bool xmlns;
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp207 attributeId attribute_id; member