Searched refs:comment (Results 1 – 19 of 19) sorted by relevance
1 {//comment..// another comment # another comment2 "presubmit": [ #comment //another comment #// another comment3 { # comment4 "name": "test1",//comment5 "host": true#comment6 },#comment8 "name": "suite/stub1" // comment # comment12 "keywords": ["key_1"] # comment13 } # comment14 ], // comment[all …]
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...
108 private final byte[] comment; field in Eocd157 comment = new byte[commentSize]; in Eocd()158 bytes.get(comment); in Eocd()172 Eocd(int totalRecords, long directoryOffset, long directorySize, @Nonnull byte[] comment) { in Eocd() argument180 this.comment = comment; in Eocd()218 return (long) F_COMMENT_SIZE.endOffset() + comment.length; in getEocdSize()240 byte[] commentCopy = new byte[comment.length]; in getComment()241 System.arraycopy(comment, 0, commentCopy, 0, comment.length); in getComment()253 ByteBuffer out = ByteBuffer.allocate(F_COMMENT_SIZE.endOffset() + comment.length); in computeByteRepresentation()263 F_COMMENT_SIZE.write(out, comment.length); in computeByteRepresentation()[all …]
92 private byte[] comment; field in CentralDirectoryHeader157 comment = new byte[0]; in CentralDirectoryHeader()308 return comment; in getComment()316 void setComment(@Nonnull byte[] comment) { in setComment() argument317 this.comment = comment; in setComment()399 cdr.comment = Arrays.copyOf(comment, comment.length); in clone()
2593 public void setEocdComment(@Nonnull byte[] comment) { in setEocdComment() argument2596 if (comment.length > MAX_EOCD_COMMENT_SIZE) { in setEocdComment()2599 + comment.length in setEocdComment()2607 for (int i = 0; i < comment.length - MIN_EOCD_SIZE; i++) { in setEocdComment()2609 if (comment[i] == EOCD_SIGNATURE[3] in setEocdComment()2610 && comment[i + 1] == EOCD_SIGNATURE[2] in setEocdComment()2611 && comment[i + 2] == EOCD_SIGNATURE[1] in setEocdComment()2612 && comment[i + 3] == EOCD_SIGNATURE[0]) { in setEocdComment()2614 ByteBuffer bytes = ByteBuffer.wrap(comment, i, comment.length - i); in setEocdComment()2628 eocdComment = new byte[comment.length]; in setEocdComment()[all …]
197 String comment = in createChange() local199 if (comment != null) { in createChange()200 comment = HIDE_TAG_MATCHER.matcher(comment).replaceAll(""); in createChange()201 comment = JAVADOC_SANITIZER.matcher(comment).replaceAll(""); in createChange()202 comment = comment.replaceAll("\\n", " "); in createChange()203 builder.description(comment.trim()); in createChange()
126 override fun appendDocumentation(comment: String, tagSection: String?, append: Boolean) { in appendDocumentation()127 if (comment.isBlank()) { in appendDocumentation()140 target.appendDocumentation(comment, parameterName) in appendDocumentation()160 documentation = addUniqueTag(documentation, tagSection, comment) in appendDocumentation()164 … documentation = mergeDocumentation(documentation, element, comment.trim(), tagSection, append) in appendDocumentation()
53 var comment: String? = null in getHeaderComments() variable57 comment = if (comment != null) { in getHeaderComments()58 comment + "\n" + text in getHeaderComments()67 return comment in getHeaderComments()
37 …override fun appendDocumentation(comment: String, tagSection: String?, append: Boolean) = codebase…
113 // which allows it to be placed in a comment. NAME should be replaced with132 // indentation matters. In these languages, the insertion point comment
1686 byte[] comment = zf.getEocdComment();1687 assertArrayEquals(new byte[] { 'f', 'o', 'o' }, comment);1771 byte[] comment = new byte[] { 1, 3, 4 };1774 zf.setEocdComment(comment);1778 assertArrayEquals(comment, zf.getEocdComment());1783 assertArrayEquals(comment, zf.getEocdComment());
682 // tokens appearing on those lines, will be treated as a single comment.684 // Only the comment content is provided; comment markers (e.g. //) are705 // /* Block comment attached708 // /* Block comment attached to
2092 fun `Trailing comment close`() { in Trailing comment close()
3136 comment = line[commentpos:]3137 match = _RE_PATTERN_TODO.match(comment)3160 if (Match(r'//[^ ]*\w', comment) and3161 not Match(r'(///|//\!)(\s+|$)', comment)):
185 comment syntax for the file format. We also recommend that a
197 comment syntax for the file format. We also recommend that a
55 New signature files (v2+) generally include a file header comment which states