Home
last modified time | relevance | path

Searched refs:system_id (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
Dlxmletree.py53 def __init__(self, root_node, name, public_id, system_id): argument
57 self.system_id = system_id
137 return _base.DOCTYPE, node.name, node.public_id, node.system_id
/external/kernel-headers/original/uapi/linux/
Diso_fs.h33 char system_id [ISODCL ( 9, 40)]; /* achars */ member
70 char system_id [ISODCL ( 9, 40)]; /* achars */ member
119 char system_id [ISODCL ( 17, 48)]; /* achars */ member
Dsom.h13 short system_id; /* magic number - system */ member
Dmsdos_fs.h112 __u8 system_id[8]; /* Name - can be used to special case member
/external/ImageMagick/coders/
Dsvg.c510 const xmlChar *external_id,const xmlChar *system_id) in SVGInternalSubset() argument
521 (system_id != (const xmlChar *) NULL ? (const char *) system_id : "none")); in SVGInternalSubset()
523 (void) xmlCreateIntSubset(svg_info->document,name,external_id,system_id); in SVGInternalSubset()
527 const xmlChar *public_id,const xmlChar *system_id) in SVGResolveEntity() argument
544 (system_id != (const xmlChar *) NULL ? (const char *) system_id : "none")); in SVGResolveEntity()
546 stream=xmlLoadExternalEntity((const char *) system_id,(const char *) in SVGResolveEntity()
580 const xmlChar *public_id,const xmlChar *system_id,xmlChar *content) in SVGEntityDeclaration() argument
591 system_id != (xmlChar *) NULL ? (const char *) system_id : "none",content); in SVGEntityDeclaration()
594 (void) xmlAddDocEntity(svg_info->document,name,type,public_id,system_id, in SVGEntityDeclaration()
598 (void) xmlAddDtdEntity(svg_info->document,name,type,public_id,system_id, in SVGEntityDeclaration()
[all …]
Dmsl.c291 const xmlChar *external_id,const xmlChar *system_id) in MSLInternalSubset() argument
302 (system_id != (const xmlChar *) NULL ? (const char *) system_id : " ")); in MSLInternalSubset()
304 (void) xmlCreateIntSubset(msl_info->document,name,external_id,system_id); in MSLInternalSubset()
308 const xmlChar *public_id,const xmlChar *system_id) in MSLResolveEntity() argument
325 (system_id != (const xmlChar *) NULL ? (const char *) system_id : "none")); in MSLResolveEntity()
327 stream=xmlLoadExternalEntity((const char *) system_id,(const char *) in MSLResolveEntity()
361 const xmlChar *public_id,const xmlChar *system_id,xmlChar *content) in MSLEntityDeclaration() argument
372 system_id != (const xmlChar *) NULL ? (const char *) system_id : "none", in MSLEntityDeclaration()
376 (void) xmlAddDocEntity(msl_info->document,name,type,public_id,system_id, in MSLEntityDeclaration()
380 (void) xmlAddDtdEntity(msl_info->document,name,type,public_id,system_id, in MSLEntityDeclaration()
[all …]
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Delement.py726 def for_name_and_ids(cls, name, pub_id, system_id): argument
730 if system_id is not None:
731 value += ' "%s"' % system_id
732 elif system_id is not None:
733 value += ' SYSTEM "%s"' % system_id
/external/e2fsprogs/lib/blkid/
Dprobe.h395 unsigned char system_id[32]; member