/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/ |
D | xmlbuilder.py | 192 if fp is None and options.systemId: 194 fp = urllib2.urlopen(input.systemId) 215 def resolveEntity(self, publicId, systemId): argument 216 assert systemId is not None 219 source.systemId = systemId 220 source.byteStream = self._get_opener().open(systemId) 227 parts = urlparse.urlparse(systemId) 266 self.systemId = None 295 return self.systemId 296 def _set_systemId(self, systemId): argument [all …]
|
D | expatbuilder.py | 240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument 243 doctypeName, publicId, systemId) 310 base, systemId, publicId, notationName): argument 317 systemId, notationName) 327 def notation_decl_handler(self, notationName, base, systemId, publicId): argument 328 node = self.document._create_notation(notationName, publicId, systemId) 347 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 639 % (doctype.publicId, doctype.systemId)) 640 elif doctype.systemId: 641 ident = 'SYSTEM "%s"' % doctype.systemId [all …]
|
D | minidom.py | 1222 def _identified_mixin_init(self, publicId, systemId): argument 1224 self.systemId = systemId 1230 return self.systemId 1237 systemId = None variable in DocumentType 1262 notation = Notation(n.nodeName, n.publicId, n.systemId) 1266 entity = Entity(e.nodeName, e.publicId, e.systemId, 1283 % (newl, self.publicId, newl, self.systemId)) 1284 elif self.systemId: 1285 writer.write("%s SYSTEM '%s'" % (newl, self.systemId)) 1301 def __init__(self, name, publicId, systemId, notation): argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/ |
D | xmlbuilder.py | 192 if fp is None and options.systemId: 194 fp = urllib2.urlopen(input.systemId) 215 def resolveEntity(self, publicId, systemId): argument 216 assert systemId is not None 219 source.systemId = systemId 220 source.byteStream = self._get_opener().open(systemId) 227 parts = urlparse.urlparse(systemId) 266 self.systemId = None 295 return self.systemId 296 def _set_systemId(self, systemId): argument [all …]
|
D | expatbuilder.py | 240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument 243 doctypeName, publicId, systemId) 310 base, systemId, publicId, notationName): argument 317 systemId, notationName) 327 def notation_decl_handler(self, notationName, base, systemId, publicId): argument 328 node = self.document._create_notation(notationName, publicId, systemId) 347 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 639 % (doctype.publicId, doctype.systemId)) 640 elif doctype.systemId: 641 ident = 'SYSTEM "%s"' % doctype.systemId [all …]
|
D | minidom.py | 1226 def _identified_mixin_init(self, publicId, systemId): argument 1228 self.systemId = systemId 1234 return self.systemId 1241 systemId = None variable in DocumentType 1266 notation = Notation(n.nodeName, n.publicId, n.systemId) 1270 entity = Entity(e.nodeName, e.publicId, e.systemId, 1287 % (newl, self.publicId, newl, self.systemId)) 1288 elif self.systemId: 1289 writer.write("%s SYSTEM '%s'" % (newl, self.systemId)) 1305 def __init__(self, name, publicId, systemId, notation): argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/ |
D | handler.py | 214 def notationDecl(self, name, publicId, systemId): argument 217 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument 230 def resolveEntity(self, publicId, systemId): argument 234 return systemId
|
D | saxutils.py | 265 def notationDecl(self, name, publicId, systemId): argument 266 self._dtd_handler.notationDecl(name, publicId, systemId) 268 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument 269 self._dtd_handler.unparsedEntityDecl(name, publicId, systemId, ndata) 273 def resolveEntity(self, publicId, systemId): argument 274 return self._ent_handler.resolveEntity(publicId, systemId)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/ |
D | handler.py | 214 def notationDecl(self, name, publicId, systemId): argument 217 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument 230 def resolveEntity(self, publicId, systemId): argument 234 return systemId
|
D | saxutils.py | 237 def notationDecl(self, name, publicId, systemId): argument 238 self._dtd_handler.notationDecl(name, publicId, systemId) 240 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument 241 self._dtd_handler.unparsedEntityDecl(name, publicId, systemId, ndata) 245 def resolveEntity(self, publicId, systemId): argument 246 return self._ent_handler.resolveEntity(publicId, systemId)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
D | expat.h | 336 const XML_Char *systemId, 357 const XML_Char *systemId, 369 const XML_Char *systemId, 436 const XML_Char *systemId,
|
D | xmlparse.c | 194 const XML_Char *systemId; member 2288 entity->systemId, in doContent() 3833 entity->systemId, in doProlog() 3876 entity->systemId, in doProlog() 4091 declEntity->systemId = poolStoreString(&dtd->pool, enc, in doProlog() 4094 if (!declEntity->systemId) in doProlog() 4110 declEntity->systemId, in doProlog() 4127 declEntity->systemId, in doProlog() 4138 declEntity->systemId, in doProlog() 4244 const XML_Char *systemId in doProlog() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | expat.h | 336 const XML_Char *systemId, 357 const XML_Char *systemId, 369 const XML_Char *systemId, 436 const XML_Char *systemId,
|
D | xmlparse.c | 196 const XML_Char *systemId; member 2372 entity->systemId, in doContent() 3954 entity->systemId, in doProlog() 3997 entity->systemId, in doProlog() 4213 declEntity->systemId = poolStoreString(&dtd->pool, enc, in doProlog() 4216 if (!declEntity->systemId) in doProlog() 4232 declEntity->systemId, in doProlog() 4249 declEntity->systemId, in doProlog() 4260 declEntity->systemId, in doProlog() 4366 const XML_Char *systemId in doProlog() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_sax.py | 395 def notationDecl(self, name, publicId, systemId): argument 396 self._notations.append((name, publicId, systemId)) 398 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument 399 self._entities.append((name, publicId, systemId, ndata)) 421 def resolveEntity(self, publicId, systemId): argument
|
D | test_minidom.py | 632 and clone.systemId == doctype.systemId 646 and ce.systemId == se.systemId 657 and cn.systemId == sn.systemId) 671 and clone.systemId == doctype.systemId 1446 and no1.systemId == no2.systemId) 1453 and e1.systemId == e2.systemId)
|
D | test_pyexpat.py | 103 entityName, base, systemId, publicId, notationName = args
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | pyexpat.c | 235 const XML_Char *systemId, in error_external_entity_ref_handler() argument 630 const XML_Char *systemId, 635 string_intern(self, systemId), string_intern(self, publicId), 646 const XML_Char *systemId, 652 string_intern(self, base), string_intern(self, systemId), 663 const XML_Char *systemId, 671 string_intern(self, base), string_intern(self, systemId), 790 const XML_Char *systemId, 794 string_intern(self, systemId), string_intern(self, publicId))) 850 const XML_Char *systemId, [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | pyexpat.c | 235 const XML_Char *systemId, in error_external_entity_ref_handler() argument 630 const XML_Char *systemId, 635 string_intern(self, systemId), string_intern(self, publicId), 646 const XML_Char *systemId, 652 string_intern(self, base), string_intern(self, systemId), 663 const XML_Char *systemId, 671 string_intern(self, base), string_intern(self, systemId), 790 const XML_Char *systemId, 794 string_intern(self, systemId), string_intern(self, publicId))) 850 const XML_Char *systemId, [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/ |
D | xmlparse.c | 194 const XML_Char *systemId; member 2288 entity->systemId, in doContent() 3833 entity->systemId, in doProlog() 3876 entity->systemId, in doProlog() 4091 declEntity->systemId = poolStoreString(&dtd->pool, enc, in doProlog() 4094 if (!declEntity->systemId) in doProlog() 4110 declEntity->systemId, in doProlog() 4127 declEntity->systemId, in doProlog() 4138 declEntity->systemId, in doProlog() 4244 const XML_Char *systemId in doProlog() local [all …]
|
/device/google/cuttlefish_common/guest/hals/ril/libril/ |
D | ril.h | 1429 int systemId; /* CDMA System Id 0..32767, INT_MAX if unknown */ member
|
D | ril_service.cpp | 4199 cellIdentity.cellIdentityCdma[0].systemId = rilCellIdentity.cellIdentityCdma.systemId; in fillCellIdentityResponse() 4312 rilCellIdentity.cellIdentityCdma.systemId = in fillCellIdentityFromVoiceRegStateResponseString() 8834 cellInfoCdma->cellIdentityCdma.systemId = in convertRilCellInfoListToHal() 8835 rillCellInfo->CellInfo.cdma.cellIdentityCdma.systemId; in convertRilCellInfoListToHal()
|
/device/generic/goldfish/ril/ |
D | ril.h | 1396 int systemId; /* CDMA System Id 0..32767, INT_MAX if unknown */ member
|