Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 23 of 23) sorted by relevance

/libcore/luni/src/main/java/java/util/
DProperties.java493 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/
DimportNode03.java72 Comment comment; in runTest() local
DimportNode04.java74 Comment comment; in runTest() local
Dnodenormalize01.java87 Comment comment; in runTest() local
/libcore/luni/src/test/resources/systemid/
Drecipt.dtd11 <!ELEMENT comment (#PCDATA)> element
/libcore/luni/src/test/resources/
Drecipt.dtd11 <!ELEMENT comment (#PCDATA)> element
/libcore/luni/src/main/java/org/xml/sax/ext/
DLexicalHandler.java207 public abstract void comment (char ch[], int start, int length) in comment() method
DDefaultHandler2.java70 public void comment (char ch [], int start, int length) in comment() method in DefaultHandler2
/libcore/luni/src/main/java/java/util/zip/
DZipEntry.java42 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()
DZipFile.java106 private String comment; field in ZipFile
DZipOutputStream.java356 public void setComment(String comment) { in setComment()
/libcore/luni/src/test/java/libcore/xml/
DSimpleBuilderTest.java94 String comment = ""; in testGoodFile1() local
DNormalizeTest.java510 Comment comment = document.createComment(""); in testInvalidCharactersComment() local
DXmlPullParserFactoryTest.java215 public void comment(String text) throws IOException { in comment() method in XmlPullParserFactoryTest.XmlSerializerStub
DDomTest.java121 private Comment comment; field in DomTest
/libcore/luni/src/test/java/tests/org/w3c/dom/
DNodeNormalize.java104 Comment comment; in testNormalize() local
DImportNode.java159 Comment comment; in testImportNode3() local
182 Comment comment; in testImportNode4() local
/libcore/xml/src/main/java/org/kxml2/io/
DKXmlSerializer.java590 public void comment(String comment) throws IOException { in comment() argument
/libcore/luni/src/test/java/libcore/java/util/zip/
DZipEntryTest.java174 String comment = makeString(17, "z"); in testCommentAndExtraInSameOrder() local
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlSerializer.java305 void comment (String text) in comment() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DMockHandler.java119 public void comment(char[] ch, int start, int length) throws SAXException { in comment() method in MockHandler
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp686 static void comment(void* data, const char* comment) { in comment() function
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java167 /*package*/ void comment(char[] text, int length) throws SAXException { in comment() method in ExpatParser