Home
last modified time | relevance | path

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

1234567891011

/external/chromium/third_party/icu/source/test/testdata/
Dra.txt9 * These are top level comments for the bundle. Tag name: ra
15 * Top level comments for the string.Tag name: test1
29 * Top level comments for TestTable. Tag name: TestTable
60 * Top level comments for Tag name: TestArray
66 * comments for un-named string
72 * comments for un-named int
78 * comments for un-named binary
86 * comments for TestInclude
93 * comments for TestImport
100 * comments for TestIntVector
[all …]
/external/icu4c/test/testdata/
Dra.txt9 * These are top level comments for the bundle. Tag name: ra
15 * Top level comments for the string.Tag name: test1
29 * Top level comments for TestTable. Tag name: TestTable
60 * Top level comments for Tag name: TestArray
66 * comments for un-named string
72 * comments for un-named int
78 * comments for un-named binary
86 * comments for TestInclude
93 * comments for TestImport
100 * comments for TestIntVector
[all …]
/external/proguard/src/proguard/
DClassSpecification.java35 public final String comments; field in ClassSpecification
68 this(classSpecification.comments, in ClassSpecification()
107 public ClassSpecification(String comments, in ClassSpecification() argument
115 this(comments, in ClassSpecification()
156 public ClassSpecification(String comments, in ClassSpecification() argument
166 this.comments = comments; in ClassSpecification()
DConfigurationWriter.java396 writeComments(classSpecification.comments); in writeOption()
474 private void writeComments(String comments) in writeComments() argument
476 if (comments != null) in writeComments()
479 while (index < comments.length()) in writeComments()
481 int breakIndex = comments.indexOf('\n', index); in writeComments()
484 breakIndex = comments.length(); in writeComments()
489 if (comments.charAt(index) != ' ') in writeComments()
494 writer.println(comments.substring(index, breakIndex)); in writeComments()
DWordReader.java245 String comments = currentComments; in lastComments() local
247 return comments; in lastComments()
/external/tremolo/Tremolo/
Dtreminfo.c83 for(i=0;i<vc->comments;i++){ in vorbis_comment_query()
102 for(i=0;i<vc->comments;i++){ in vorbis_comment_query_count()
113 for(i=0;i<vc->comments;i++) in vorbis_comment_clear()
222 vc->comments=oggpack_read(opb,32); in _vorbis_unpack_comment()
223 if(vc->comments<0)goto err_out; in _vorbis_unpack_comment()
224 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments)); in _vorbis_unpack_comment()
225 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths)); in _vorbis_unpack_comment()
227 for(i=0;i<vc->comments;i++){ in _vorbis_unpack_comment()
Divorbiscodec.h82 int comments; member
/external/proguard/src/proguard/gui/
DClassSpecificationsPanel.java208 String comments = classSpecification.comments; in getListCellRendererComponent() local
210 …label.setText(comments != null ? comments.trim() … in getListCellRendererComponent()
DClassSpecificationDialog.java381 String comments = classSpecification.comments; in setClassSpecification() local
390 commentsTextArea.setText(comments == null ? "" : comments); in setClassSpecification()
436 String comments = commentsTextArea.getText(); in getClassSpecification() local
443 new ClassSpecification(comments.equals("") ? null : comments, in getClassSpecification()
/external/jdiff/src/jdiff/
DComments.java195 public static String getComment(Comments comments, String id) { in getComment() argument
196 if (comments == null) in getComment()
199 int idx = Collections.binarySearch(comments.commentsList_, key); in getComment()
203 int startIdx = comments.commentsList_.indexOf(key); in getComment()
204 int endIdx = comments.commentsList_.indexOf(key); in getComment()
209 SingleComment singleComment = (SingleComment)(comments.commentsList_.get(idx)); in getComment()
DCommentsHandler.java44 public CommentsHandler(Comments comments) { in CommentsHandler() argument
45 comments_ = comments; in CommentsHandler()
/external/libvpx/examples/includes/geshi/contrib/
Dcssgen.php409 $comments = get_var('comments'); variable
411 if ( $comments != '' )
413 $stylesheet .= "\n$comment_selector {{$comments}}";
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
Dregress-31255.js68 --> HTML comment end is JS comments until end-of-line
70 --> so in the following --> should not be treated as comments
/external/v8/src/
Ddisassembler.cc160 List<const char*> comments(4); in DecodeIt() local
168 comments.Add(reinterpret_cast<const char*>(it->rinfo()->data())); in DecodeIt()
182 for (int i = 0; i < comments.length(); i++) { in DecodeIt()
183 out.AddFormatted(" %s\n", comments[i]); in DecodeIt()
/external/libvpx/examples/includes/geshi/docs/
DCHANGES148 … * Properly set comments to be case insensitive where appropriate to increase performance (milian)
176 * Fixed problems of unfinished strings and comments producing invalid XHTML (SF#1996353, BenBE)
198 * Fixed symbol highlighting with C++ sometimes missing keywords after ; and comments (BenBE)
200 * Fixed broken handling with XML comments (BenBE, SF#1849233)
201 … * Fixed HTML comments spawning multiple lines producing invalid XHTML output (SF#1738173, BenBE)
248 - Escaping of comments in LaTeX ignored (SF#1749806, BenBE)
251 - Introduced C-Style multiline continuation comments (SF#1914640, SF#1945301, BenBE)
256 …- Fixed Strings in Matlab to be handled as comments instead of regexps, to prevent keywords being…
307 - Compare comments case insensitively (fixes AutoIT comments somewhat)
320 …- Fixed highlighting error in bash language avoiding keywords in comments (SF #1786314, SF #15648…
[all …]
/external/webkit/WebKitTools/Scripts/webkitpy/steps/
Dclosepatch.py29 from webkitpy.comments import bug_comment_from_commit_text
Dclosebugforlanddiff.py29 from webkitpy.comments import bug_comment_from_commit_text
Dcompleterollout.py29 from webkitpy.comments import bug_comment_from_commit_text
/external/iptables/extensions/
Dlibipt_comment.man1 Allows you to add comments (up to 256 characters) to any rule.
/external/bsdiff/
DREADME.android6 Changes in the source are marked with "// android" comments.
/external/netcat/scripts/
DREADME2 documented by its own internal comments.
/external/fdlibm/
Dconfigure.in2 AC_INIT(fdlibm,5.3,[FDLIBM COMMENTS <fdlibm-comments AT sun.com>])
/external/netcat/data/
DREADME1 For now, read the header comments inside each of these for documentation.
/external/chromium/base/
Dfile_version_info_linux.cc56 std::wstring FileVersionInfo::comments() { in comments() function in FileVersionInfo
/external/jpeg/
Dchange.log10 jpegtran now copies comments by default; it has a -copy switch to enable
11 copying all APPn blocks as well, or to suppress comments. (Formerly it
12 always suppressed comments and APPn blocks.) jpegtran now also preserves
192 of text comments in a JPEG file.

1234567891011