/external/pcre/dist/ |
D | pcre_scanner_unittest.cc | 76 vector<StringPiece> comments; in TestScanner() local 82 s.GetNextComments(&comments); in TestScanner() 83 CHECK_EQ(comments.size(), 1); in TestScanner() 84 CHECK_EQ(comments[0].as_string(), " // this sets alpha\n"); in TestScanner() 85 comments.resize(0); in TestScanner() 90 s.GetNextComments(&comments); in TestScanner() 91 CHECK_EQ(comments.size(), 1); in TestScanner() 92 CHECK_EQ(comments[0].as_string(), " // bravo is set here\n"); in TestScanner() 93 comments.resize(0); in TestScanner() 98 s.GetNextComments(&comments); in TestScanner() [all …]
|
/external/clang/test/Index/ |
D | annotate-comments-objc.m | 16 // Check that we attach comments to properties correctly. 37 // Check that we attach comments to enums declared using the NS_ENUM macro. 45 // In the implementation of attaching comments to enums declared using the 48 // attach unrelated comments in the following cases where tag decls are 72 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-s… 73 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-s… 80 // Declarations without Doxygen comments should not pick up some Doxygen comments. 84 // Non-Doxygen comments should not be attached to anything. 87 // Some Doxygen comments are not attached to anything. 90 // Ensure we don't pick up extra comments. [all …]
|
D | annotate-comments-property-accessor.m | 3 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-s… 16 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 23 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 32 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 33 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 42 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 52 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert… 53 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-propert…
|
D | annotate-comments-typedef.m | 3 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-s… 20 …ion for MyEnum </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="… 30 …cumentation for E </p>] FullCommentAsXML=[<Enum file="{{[^"]+}}annotate-comments-typedef.m" line="… 31 …entation for E </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="… 38 …ment about Foo </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="… 39 …omment about Foo </p>] FullCommentAsXML=[<Class file="{{[^"]+}}annotate-comments-typedef.m" line="… 48 …pedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="21"><Name>Foo1T</Name…
|
D | overriding-method-comments.mm | 3 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-s… 22 …tAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE… 31 …tAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE… 37 …tAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE… 51 …tAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE… 57 …tAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE… 64 …tAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE… 70 …tAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE… 76 …tAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE… 81 …tAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE… [all …]
|
/external/chromium_org/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/icu/icu4c/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/chromium_org/tools/gn/ |
D | command_format.cc | 150 if (block->comments()) { in Block() 151 for (const auto& c : block->comments()->before()) { in Block() 161 if (stmt->comments()) { in Block() 167 for (const auto& c : stmt->comments()->after()) { in Block() 177 if (block->comments()) { in Block() 178 for (const auto& c : block->comments()->after()) { in Block() 187 if (root->comments()) { in Expr() 188 if (!root->comments()->before().empty()) { in Expr() 195 for (const auto& c : root->comments()->before()) { in Expr() 272 if (root->comments() && !root->comments()->suffix().empty()) { in Expr() [all …]
|
/external/clang/tools/libclang/ |
D | CXComment.h | 25 namespace comments { 31 static inline CXComment createCXComment(const comments::Comment *C, in createCXComment() 39 static inline const comments::Comment *getASTNode(CXComment CXC) { in getASTNode() 40 return static_cast<const comments::Comment *>(CXC.ASTNode); in getASTNode() 45 const comments::Comment *C = getASTNode(CXC); in getASTNodeAs() 56 static inline comments::CommandTraits &getCommandTraits(CXComment CXC) { in getCommandTraits()
|
/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()
|
/external/clang/include/clang/Index/ |
D | CommentToXML.h | 19 namespace comments { 35 void convertCommentToHTML(const comments::FullComment *FC, 39 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC, 43 void convertCommentToXML(const comments::FullComment *FC,
|
/external/chromium_org/tools/idl_parser/ |
D | idl_parser_test.py | 16 comments = comment.split(None, 1) 17 return comments[0], comments[1] 26 comments = node.GetListOf('Comment') 27 for comment in comments: 67 comments = node.GetListOf('Comment') 68 for comment in comments:
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
D | testutil.py | 77 comments = [] 86 if comment and comment not in comments: 87 comments.append(comment) 91 return functions, comments
|
/external/llvm/test/YAMLParser/ |
D | spec-09-23.data | 7 # comments: 10 # comments: 13 # comments.
|
/external/libvorbis/lib/ |
D | info.c | 67 (vc->comments+2)*sizeof(*vc->user_comments)); in vorbis_comment_add() 69 (vc->comments+2)*sizeof(*vc->comment_lengths)); in vorbis_comment_add() 70 vc->comment_lengths[vc->comments]=strlen(comment); in vorbis_comment_add() 71 vc->user_comments[vc->comments]=_ogg_malloc(vc->comment_lengths[vc->comments]+1); in vorbis_comment_add() 72 strcpy(vc->user_comments[vc->comments], comment); in vorbis_comment_add() 73 vc->comments++; in vorbis_comment_add() 74 vc->user_comments[vc->comments]=NULL; in vorbis_comment_add() 106 for(i=0;i<vc->comments;i++){ in vorbis_comment_query() 125 for(i=0;i<vc->comments;i++){ in vorbis_comment_query_count() 137 for(i=0;i<vc->comments;i++) in vorbis_comment_clear() [all …]
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_doc_comment.cc | 109 string comments = location.leading_comments.empty() ? in WriteDocCommentBodyForLocation() local 111 if (!comments.empty()) { in WriteDocCommentBodyForLocation() 118 comments = EscapeJavadoc(comments); in WriteDocCommentBodyForLocation() 121 SplitStringAllowEmpty(comments, "\n", &lines); in WriteDocCommentBodyForLocation()
|
/external/chromium_org/tools/imagediff/ |
D | image_diff_png.cc | 409 explicit CommentWriter(const std::vector<Comment>& comments) in CommentWriter() argument 410 : comments_(comments), in CommentWriter() 411 png_text_(new png_text[comments.size()]) { in CommentWriter() 412 for (size_t i = 0; i < comments.size(); ++i) in CommentWriter() 413 AddComment(i, comments[i]); in CommentWriter() 470 const std::vector<Comment>& comments) { in DoLibpngWrite() argument 472 CommentWriter comment_writer(comments); in DoLibpngWrite() 529 const std::vector<Comment>& comments, in EncodeWithCompressionLevel() argument 594 output_color_components, converter, comments); in EncodeWithCompressionLevel() 604 const std::vector<Comment>& comments, in Encode() argument [all …]
|
/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() 223 vc->comments=oggpack_read(opb,32); in _vorbis_unpack_comment() 224 if(vc->comments<0)goto err_out; in _vorbis_unpack_comment() 225 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments)); in _vorbis_unpack_comment() 227 vc->comments=0; in _vorbis_unpack_comment() 230 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths)); in _vorbis_unpack_comment() 233 for(i=0;i<vc->comments;i++){ in _vorbis_unpack_comment()
|
/external/flac/libFLAC/ |
D | metadata_object.c | 201 object->length += object->data.vorbis_comment.comments[i].length; in vorbiscomment_calculate_length_() 304 …if(FLAC__metadata_object_vorbiscomment_entry_matches(object->data.vorbis_comment.comments[i], fiel… in vorbiscomment_find_entry_from_() 572 FLAC__ASSERT(0 == object->data.vorbis_comment.comments); in FLAC__metadata_object_clone() 573 to->data.vorbis_comment.comments = 0; in FLAC__metadata_object_clone() 576 FLAC__ASSERT(0 != object->data.vorbis_comment.comments); in FLAC__metadata_object_clone() 577 …to->data.vorbis_comment.comments = vorbiscomment_entry_array_copy_(object->data.vorbis_comment.com… in FLAC__metadata_object_clone() 578 if(0 == to->data.vorbis_comment.comments) { in FLAC__metadata_object_clone() 656 if(0 != object->data.vorbis_comment.comments) { in FLAC__metadata_object_delete_data() 658 …vorbiscomment_entry_array_delete_(object->data.vorbis_comment.comments, object->data.vorbis_commen… in FLAC__metadata_object_delete_data() 776 if(0 != block1->comments[i].entry && 0 != block2->comments[i].entry) { in compare_block_data_vorbiscomment_() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
D | remap_helper.py | 95 comments = "will be remapped" 97 comments = "offset %d" % f.offset 99 comments = "dynamic" 102 % (index, f.name, comments)
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | remap_helper.py | 95 comments = "will be remapped" 97 comments = "offset %d" % f.offset 99 comments = "dynamic" 102 % (index, f.name, comments)
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 127 comments::Lexer L(Allocator, Context.getDiagnostics(), in extractBriefText() 131 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText() 143 comments::FullComment *RawComment::parse(const ASTContext &Context, in parse() 149 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(), in parse() 153 comments::Sema S(Context.getAllocator(), Context.getSourceManager(), in parse() 158 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(), in parse()
|
/external/chromium_org/tools/json_schema_compiler/dart_test/ |
D | comments.idl | 5 // This comment is for the comments namespace. 6 namespace comments { 7 // This comments the "Functions" block, and should be ignored.
|
/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()
|
/external/chromium_org/ui/gfx/codec/ |
D | png_codec.cc | 510 explicit CommentWriter(const std::vector<PNGCodec::Comment>& comments) in CommentWriter() argument 511 : comments_(comments), in CommentWriter() 512 png_text_(new png_text[comments.size()]) { in CommentWriter() 513 for (size_t i = 0; i < comments.size(); ++i) in CommentWriter() 514 AddComment(i, comments[i]); in CommentWriter() 573 const std::vector<PNGCodec::Comment>& comments) { in DoLibpngWrite() argument 575 CommentWriter comment_writer(comments); in DoLibpngWrite() 631 const std::vector<PNGCodec::Comment>& comments, in EncodeWithCompressionLevel() argument 724 output_color_components, converter, comments); in EncodeWithCompressionLevel() 762 const std::vector<Comment>& comments, in Encode() argument [all …]
|