Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/expat/
Dxmlparse.c308 typedef struct attribute_id { struct
309 XML_Char *name;
310 PREFIX *prefix;
311 XML_Bool maybeTokenized;
312 XML_Bool xmlns;
/external/expat/lib/
Dxmlparse.c309 typedef struct attribute_id { struct
310 XML_Char *name;
311 PREFIX *prefix;
312 XML_Bool maybeTokenized;
313 XML_Bool xmlns;
/external/python/cpython2/Modules/expat/
Dxmlparse.c317 typedef struct attribute_id { struct
318 XML_Char *name;
319 PREFIX *prefix;
320 XML_Bool maybeTokenized;
321 XML_Bool xmlns;
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp207 attributeId attribute_id; member