/external/chromium/third_party/icu/source/test/testdata/ |
D | ra.txt | 9 * 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/ |
D | ra.txt | 9 * 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/ |
D | ClassSpecification.java | 35 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()
|
D | ConfigurationWriter.java | 396 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()
|
D | WordReader.java | 245 String comments = currentComments; in lastComments() local 247 return comments; in lastComments()
|
/external/tremolo/Tremolo/ |
D | treminfo.c | 83 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()
|
D | ivorbiscodec.h | 82 int comments; member
|
/external/proguard/src/proguard/gui/ |
D | ClassSpecificationsPanel.java | 208 String comments = classSpecification.comments; in getListCellRendererComponent() local 210 …label.setText(comments != null ? comments.trim() … in getListCellRendererComponent()
|
D | ClassSpecificationDialog.java | 381 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/ |
D | Comments.java | 195 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()
|
D | CommentsHandler.java | 44 public CommentsHandler(Comments comments) { in CommentsHandler() argument 45 comments_ = comments; in CommentsHandler()
|
/external/libvpx/examples/includes/geshi/contrib/ |
D | cssgen.php | 409 $comments = get_var('comments'); variable 411 if ( $comments != '' ) 413 $stylesheet .= "\n$comment_selector {{$comments}}";
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
D | regress-31255.js | 68 --> HTML comment end is JS comments until end-of-line 70 --> so in the following --> should not be treated as comments
|
/external/v8/src/ |
D | disassembler.cc | 160 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/ |
D | CHANGES | 148 … * 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/ |
D | closepatch.py | 29 from webkitpy.comments import bug_comment_from_commit_text
|
D | closebugforlanddiff.py | 29 from webkitpy.comments import bug_comment_from_commit_text
|
D | completerollout.py | 29 from webkitpy.comments import bug_comment_from_commit_text
|
/external/iptables/extensions/ |
D | libipt_comment.man | 1 Allows you to add comments (up to 256 characters) to any rule.
|
/external/bsdiff/ |
D | README.android | 6 Changes in the source are marked with "// android" comments.
|
/external/netcat/scripts/ |
D | README | 2 documented by its own internal comments.
|
/external/fdlibm/ |
D | configure.in | 2 AC_INIT(fdlibm,5.3,[FDLIBM COMMENTS <fdlibm-comments AT sun.com>])
|
/external/netcat/data/ |
D | README | 1 For now, read the header comments inside each of these for documentation.
|
/external/chromium/base/ |
D | file_version_info_linux.cc | 56 std::wstring FileVersionInfo::comments() { in comments() function in FileVersionInfo
|
/external/jpeg/ |
D | change.log | 10 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.
|