| /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/luni/src/main/java/java/util/zip/ |
| D | ZipOutputStream.java | 79 private String comment; field in ZipOutputStream 352 public void setComment(String comment) { in setComment()
|
| D | ZipEntry.java | 43 String name, comment; field in ZipEntry 185 public void setComment(String comment) { in setComment()
|
| /libcore/luni/src/test/resources/ |
| D | recipt.dtd | 11 <!ELEMENT comment (#PCDATA)> element
|
| /libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
| D | importNode04.java | 74 Comment comment; in runTest() local
|
| D | importNode03.java | 72 Comment comment; in runTest() local
|
| D | nodenormalize01.java | 87 Comment comment; in runTest() local
|
| /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/test/resources/systemid/ |
| D | recipt.dtd | 11 <!ELEMENT comment (#PCDATA)> element
|
| /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 | 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 | 567 public void comment(String comment) throws IOException { in comment() method in KXmlSerializer
|
| /libcore/xml/src/main/java/org/xmlpull/v1/ |
| D | XmlSerializer.java | 305 void comment (String text) in comment() method
|
| /libcore/luni/src/test/java/tests/api/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 | 671 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
|