| /external/apache-xml/src/main/java/org/apache/xml/utils/ |
| D | SystemIDResolver.java | 107 public static boolean isAbsoluteURI(String systemId) in isAbsoluteURI() 148 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() 163 private static boolean isWindowsAbsolutePath(String systemId) in isWindowsAbsolutePath() 216 public static String getAbsoluteURI(String systemId) in getAbsoluteURI()
|
| /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
| D | SystemIDResolver.java | 114 public static boolean isAbsoluteURI(String systemId) in isAbsoluteURI() 155 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() 170 private static boolean isWindowsAbsolutePath(String systemId) in isWindowsAbsolutePath() 223 public static String getAbsoluteURI(String systemId) in getAbsoluteURI()
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/ |
| D | ProtectionSystemSpecificHeaderBox.java | 41 byte[] systemId; field in ProtectionSystemSpecificHeaderBox 48 public void setSystemId(byte[] systemId) { in setSystemId()
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
| D | UuidBasedProtectionSystemSpecificHeaderBox.java | 31 UUID systemId; field in UuidBasedProtectionSystemSpecificHeaderBox 74 public void setSystemId(UUID systemId) { in setSystemId()
|
| D | ProtectionSpecificHeader.java | 38 public static ProtectionSpecificHeader createFor(UUID systemId, ByteBuffer bufferWrapper) { in createFor()
|
| /external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
| D | TransformerHandlerImpl.java | 248 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() 276 public void notationDecl(String name, String publicId, String systemId) in notationDecl() 298 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() 768 public void startDTD(String name, String publicId, String systemId) in startDTD() 1025 String name, String publicId, String systemId) throws SAXException in externalEntityDecl()
|
| D | TransformerIdentityImpl.java | 826 public void notationDecl(String name, String publicId, String systemId) in notationDecl() 852 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() 1219 public void startDTD(String name, String publicId, String systemId) in startDTD() 1418 String systemId) in externalEntityDecl()
|
| D | TrAXFilter.java | 186 public void parse (String systemId) in parse()
|
| /external/expat/expat/xmlwf/ |
| D | xmlfile.c | 124 resolveSystemId(const XML_Char *base, const XML_Char *systemId, in resolveSystemId() 153 const XML_Char *base, const XML_Char *systemId, in externalEntityRefFilemap() 231 const XML_Char *base, const XML_Char *systemId, in externalEntityRefStream()
|
| /external/apache-xml/src/main/java/org/apache/xalan/processor/ |
| D | XSLTElementProcessor.java | 92 StylesheetHandler handler, String publicId, String systemId) in resolveEntity() 110 String publicId, String systemId) in notationDecl() 129 String publicId, String systemId, in unparsedEntityDecl()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
| D | PsshAtomUtil.java | 38 public static byte[] buildPsshAtom(UUID systemId, @Nullable byte[] data) { in buildPsshAtom() 51 UUID systemId, @Nullable UUID[] keyIds, @Nullable byte[] data) { in buildPsshAtom()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
| D | PsshAtomUtil.java | 38 public static byte[] buildPsshAtom(UUID systemId, @Nullable byte[] data) { in buildPsshAtom() 51 UUID systemId, @Nullable UUID[] keyIds, @Nullable byte[] data) { in buildPsshAtom()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/mp4/ |
| D | PsshAtomUtilTest.java | 46 UUID systemId = new UUID(parsablePsshAtom.readLong(), parsablePsshAtom.readLong()); in buildPsshAtom() local
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/mp4/ |
| D | PsshAtomUtilTest.java | 46 UUID systemId = new UUID(parsablePsshAtom.readLong(), parsablePsshAtom.readLong()); in buildPsshAtom() local
|
| /external/python/cpython2/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
|
| D | saxutils.py | 265 def notationDecl(self, name, publicId, systemId): argument 268 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument 273 def resolveEntity(self, publicId, systemId): argument
|
| /external/python/cpython3/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
|
| /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/ |
| D | LocalEntityResolver.java | 33 public InputSource resolveEntity(final String publicId, String systemId) in resolveEntity()
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | XMLFileReader.java | 74 public void handleStartDtd(String name, String publicId, String systemId) { in handleStartDtd() 227 public void startDTD(String name, String publicId, String systemId) throws SAXException { in startDTD() 268 …public void externalEntityDecl(String name, String publicId, String systemId) throws SAXException { in externalEntityDecl() 272 public void notationDecl(String name, String publicId, String systemId) { in notationDecl() 291 String systemId, String notationName) { in unparsedEntityDecl() 414 public void startDTD(String name, String publicId, String systemId) throws SAXException { in startDTD()
|
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
| D | NodeLocator.java | 48 public NodeLocator(String publicId, String systemId, in NodeLocator()
|
| /external/python/cpython2/Lib/xml/dom/ |
| D | expatbuilder.py | 240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument 310 base, systemId, publicId, notationName): argument 327 def notation_decl_handler(self, notationName, base, systemId, publicId): argument 347 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 695 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 892 def start_doctype_decl_handler(self, name, publicId, systemId, argument
|
| /external/python/cpython3/Lib/xml/dom/ |
| D | expatbuilder.py | 240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument 306 base, systemId, publicId, notationName): argument 323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument 343 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 688 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 880 def start_doctype_decl_handler(self, name, publicId, systemId, argument
|
| /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
| D | DOMOutputImpl.java | 143 public void setSystemId(String systemId){ in setSystemId()
|
| /external/libxml2/ |
| D | legacy.c | 920 const xmlChar * systemId) in resolveEntity() 975 const xmlChar * publicId, const xmlChar * systemId, in entityDecl() 1035 const xmlChar * publicId, const xmlChar * systemId) in notationDecl() 1054 const xmlChar * publicId, const xmlChar * systemId, in unparsedEntityDecl()
|
| /external/expat/expat/tests/ |
| D | runtests.c | 235 const XML_Char *systemId, const XML_Char *publicId, in dummy_entity_decl_handler() 251 const XML_Char *base, const XML_Char *systemId, in dummy_notation_decl_handler() 358 const XML_Char *systemId, in dummy_unparsed_entity_decl_handler() 412 const XML_Char *base, const XML_Char *systemId, in external_entity_optioner() 450 const XML_Char *systemId, const XML_Char *publicId, in param_entity_match_handler() 1490 const XML_Char *base, const XML_Char *systemId, in external_entity_loader() 1579 const XML_Char *base, const XML_Char *systemId, in external_entity_faulter() 2851 const XML_Char *base, const XML_Char *systemId, in external_entity_null_loader() 3080 const XML_Char *base, const XML_Char *systemId, in external_entity_resetter() 3154 const XML_Char *base, const XML_Char *systemId, in external_entity_suspender() [all …]
|