/libcore/luni/src/main/java/java/util/ |
D | Properties.java | 493 public void save(OutputStream out, String comment) { in save() 523 public synchronized void store(OutputStream out, String comment) throws IOException { in store() 537 public synchronized void store(Writer writer, String comment) throws IOException { in store() 668 public void storeToXML(OutputStream os, String comment) throws IOException { in storeToXML() 690 public synchronized void storeToXML(OutputStream os, String comment, in storeToXML()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | importNode03.java | 72 Comment comment; in runTest() local
|
D | importNode04.java | 74 Comment comment; in runTest() local
|
D | nodenormalize01.java | 87 Comment comment; in runTest() local
|
/libcore/luni/src/test/resources/systemid/ |
D | recipt.dtd | 11 <!ELEMENT comment (#PCDATA)> element
|
/libcore/luni/src/test/resources/ |
D | recipt.dtd | 11 <!ELEMENT comment (#PCDATA)> element
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
D | LexicalHandler.java | 207 public abstract void comment (char ch[], int start, int length) in comment() method
|
D | DefaultHandler2.java | 70 public void comment (char ch [], int start, int length) in comment() method in DefaultHandler2
|
/libcore/luni/src/main/java/java/util/zip/ |
D | ZipEntry.java | 42 String comment; field in ZipEntry 70 ZipEntry(String name, String comment, long crc, long compressedSize, in ZipEntry() 200 public void setComment(String comment) { in setComment()
|
D | ZipFile.java | 106 private String comment; field in ZipFile
|
D | ZipOutputStream.java | 356 public void setComment(String comment) { in setComment()
|
/libcore/luni/src/test/java/libcore/xml/ |
D | SimpleBuilderTest.java | 94 String comment = ""; in testGoodFile1() local
|
D | NormalizeTest.java | 510 Comment comment = document.createComment(""); in testInvalidCharactersComment() local
|
D | XmlPullParserFactoryTest.java | 215 public void comment(String text) throws IOException { in comment() method in XmlPullParserFactoryTest.XmlSerializerStub
|
D | DomTest.java | 121 private Comment comment; field in DomTest
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | NodeNormalize.java | 104 Comment comment; in testNormalize() local
|
D | ImportNode.java | 159 Comment comment; in testImportNode3() local 182 Comment comment; in testImportNode4() local
|
/libcore/xml/src/main/java/org/kxml2/io/ |
D | KXmlSerializer.java | 590 public void comment(String comment) throws IOException { in comment() argument
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | ZipEntryTest.java | 174 String comment = makeString(17, "z"); in testCommentAndExtraInSameOrder() local
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
D | XmlSerializer.java | 305 void comment (String text) in comment() method
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
D | MockHandler.java | 119 public void comment(char[] ch, int start, int length) throws SAXException { in comment() method in MockHandler
|
/libcore/luni/src/main/native/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 686 static void comment(void* data, const char* comment) { in comment() function
|
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
D | ExpatParser.java | 167 /*package*/ void comment(char[] text, int length) throws SAXException { in comment() method in ExpatParser
|