Home
last modified time | relevance | path

Searched refs:systemId (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dxmlbuilder.py192 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 …]
Dexpatbuilder.py240 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 …]
Dminidom.py1222 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/
Dxmlbuilder.py192 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 …]
Dexpatbuilder.py240 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 …]
Dminidom.py1226 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/
Dhandler.py214 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
Dsaxutils.py265 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/
Dhandler.py214 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
Dsaxutils.py237 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/
Dexpat.h336 const XML_Char *systemId,
357 const XML_Char *systemId,
369 const XML_Char *systemId,
436 const XML_Char *systemId,
Dxmlparse.c194 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/
Dexpat.h336 const XML_Char *systemId,
357 const XML_Char *systemId,
369 const XML_Char *systemId,
436 const XML_Char *systemId,
Dxmlparse.c196 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/
Dtest_sax.py395 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
Dtest_minidom.py632 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)
Dtest_pyexpat.py103 entityName, base, systemId, publicId, notationName = args
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpyexpat.c235 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/
Dpyexpat.c235 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/
Dxmlparse.c194 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/
Dril.h1429 int systemId; /* CDMA System Id 0..32767, INT_MAX if unknown */ member
Dril_service.cpp4199 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/
Dril.h1396 int systemId; /* CDMA System Id 0..32767, INT_MAX if unknown */ member