Searched refs:comments (Results 1 – 9 of 9) sorted by relevance
/libcore/ojluni/src/main/java/java/util/ |
D | Properties.java | 657 private static void writeComments(BufferedWriter bw, String comments) in writeComments() argument 660 int len = comments.length(); in writeComments() 667 char c = comments.charAt(current); in writeComments() 670 bw.write(comments.substring(last, current)); in writeComments() 681 comments.charAt(current + 1) == '\n') { in writeComments() 685 (comments.charAt(current + 1) != '#' && in writeComments() 686 comments.charAt(current + 1) != '!')) in writeComments() 694 bw.write(comments.substring(last, current)); in writeComments() 715 public void save(OutputStream out, String comments) { in save() argument 717 store(out, comments); in save() [all …]
|
D | XMLUtils.java | 147 Element comments = (Element)properties.appendChild( in save() local 149 comments.appendChild(doc.createTextNode(comment)); in save()
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Properties.java | 68 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/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | DOMConfigurationImpl.java | 79 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/ |
D | special-test-cases.txt | 7 - ? for SignatureSPI.engineGetParameters(): see source code comments
|
/libcore/ojluni/src/generated-annotation/java/javax/annotation/processing/ |
D | Generated.java | 43 String comments() default ""; in comments() method
|
/libcore/tools/upstream/src/main/java/libcore/ |
D | CompareUpstreams.java | 124 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/tools/testmapping/ |
D | README | 28 See comments in the scripts for more on how they work.
|
/libcore/ |
D | JavaLibrary.bp | 119 // ojluni/annotated/mmodules and rather than in the original source. See the comments
|