/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/ |
D | lxmletree.py | 53 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/ |
D | iso_fs.h | 33 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
|
D | som.h | 13 short system_id; /* magic number - system */ member
|
D | msdos_fs.h | 112 __u8 system_id[8]; /* Name - can be used to special case member
|
/external/ImageMagick/coders/ |
D | svg.c | 510 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 …]
|
D | msl.c | 291 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/ |
D | element.py | 726 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/ |
D | probe.h | 395 unsigned char system_id[32]; member
|