Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/util/
DProperties.java68 private static void writeComments(java.io.BufferedWriter bw, java.lang.String comments) in writeComments() argument
74 public void save(java.io.OutputStream out, java.lang.String comments) { in save() argument
78 public void store(java.io.Writer writer, java.lang.String comments) throws java.io.IOException { in store() argument
82 public void store(java.io.OutputStream out, java.lang.String comments) in store() argument
87 private void store0(java.io.BufferedWriter bw, java.lang.String comments, boolean escUnicode) in store0() argument
/libcore/ojluni/src/main/java/java/util/
DProperties.java743 private static void writeComments(BufferedWriter bw, String comments) in writeComments() argument
747 int len = comments.length(); in writeComments()
751 char c = comments.charAt(current); in writeComments()
754 bw.write(comments.substring(last, current)); in writeComments()
762 comments.charAt(current + 1) == '\n') { in writeComments()
766 (comments.charAt(current + 1) != '#' && in writeComments()
767 comments.charAt(current + 1) != '!')) in writeComments()
775 bw.write(comments.substring(last, current)); in writeComments()
796 public void save(OutputStream out, String comments) { in save() argument
798 store(out, comments); in save()
[all …]
DXMLUtils.java147 Element comments = (Element)properties.appendChild( in save() local
149 comments.appendChild(doc.createTextNode(comment)); in save()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDOMConfigurationImpl.java79 return config.comments;
82 config.comments = (Boolean) value;
160 && config.comments
172 config.comments = true;
288 private boolean comments = true; field in DOMConfigurationImpl
415 if (!comments) {
/libcore/luni/src/test/java/tests/security/
Dspecial-test-cases.txt7 - ? for SignatureSPI.engineGetParameters(): see source code comments
/libcore/ojluni/src/main/java/javax/annotation/processing/
DGenerated.java43 String comments() default ""; in comments() method
/libcore/tools/upstream/src/main/java/libcore/
DCompareUpstreams.java124 List<String> comments = new ArrayList<>(map.keySet()); in androidChangedCommentsSummary() local
125 Collections.sort(comments, Comparator.comparing(map::get).reversed()); in androidChangedCommentsSummary()
127 for (String comment : comments) { in androidChangedCommentsSummary()
/libcore/ojluni/annotations/flagged_api/java/util/
DProperties.annotated.java47 public void save(java.io.OutputStream out, java.lang.String comments) { throw new RuntimeException(… in save() argument
49 public void store(java.io.Writer writer, java.lang.String comments) throws java.io.IOException { th… in store() argument
51 public void store(java.io.OutputStream out, java.lang.String comments) throws java.io.IOException {… in store() argument
/libcore/tools/testmapping/
DREADME28 See comments in the scripts for more on how they work.
/libcore/
DJavaLibrary.bp141 // ojluni/annotated/mmodules and rather than in the original source. See the comments
1058 // ojluni/annotated/mmodules and rather than in the original source. See the comments
/libcore/api/
Dcurrent.txt18904 method public abstract String comments() default "";