/external/v8/test/mjsunit/regress/ |
D | regress-4255-2.js | 5 // comments to trigger lazy compilation comments to trigger lazy compilation 6 // comments to trigger lazy compilation comments to trigger lazy compilation 7 // comments to trigger lazy compilation comments to trigger lazy compilation 8 // comments to trigger lazy compilation comments to trigger lazy compilation 9 // comments to trigger lazy compilation comments to trigger lazy compilation 10 // comments to trigger lazy compilation comments to trigger lazy compilation 11 // comments to trigger lazy compilation comments to trigger lazy compilation 12 // comments to trigger lazy compilation comments to trigger lazy compilation 13 // comments to trigger lazy compilation comments to trigger lazy compilation 14 // comments to trigger lazy compilation comments to trigger lazy compilation [all …]
|
D | regress-4255-4.js | 5 // comments to trigger lazy compilation comments to trigger lazy compilation 6 // comments to trigger lazy compilation comments to trigger lazy compilation 7 // comments to trigger lazy compilation comments to trigger lazy compilation 8 // comments to trigger lazy compilation comments to trigger lazy compilation 9 // comments to trigger lazy compilation comments to trigger lazy compilation 10 // comments to trigger lazy compilation comments to trigger lazy compilation 11 // comments to trigger lazy compilation comments to trigger lazy compilation 12 // comments to trigger lazy compilation comments to trigger lazy compilation 13 // comments to trigger lazy compilation comments to trigger lazy compilation 14 // comments to trigger lazy compilation comments to trigger lazy compilation [all …]
|
D | regress-4255-1.js | 5 // comments to trigger lazy compilation comments to trigger lazy compilation 6 // comments to trigger lazy compilation comments to trigger lazy compilation 7 // comments to trigger lazy compilation comments to trigger lazy compilation 8 // comments to trigger lazy compilation comments to trigger lazy compilation 9 // comments to trigger lazy compilation comments to trigger lazy compilation 10 // comments to trigger lazy compilation comments to trigger lazy compilation 11 // comments to trigger lazy compilation comments to trigger lazy compilation 12 // comments to trigger lazy compilation comments to trigger lazy compilation 13 // comments to trigger lazy compilation comments to trigger lazy compilation 14 // comments to trigger lazy compilation comments to trigger lazy compilation [all …]
|
D | regress-4255-3.js | 5 // comments to trigger lazy compilation comments to trigger lazy compilation 6 // comments to trigger lazy compilation comments to trigger lazy compilation 7 // comments to trigger lazy compilation comments to trigger lazy compilation 8 // comments to trigger lazy compilation comments to trigger lazy compilation 9 // comments to trigger lazy compilation comments to trigger lazy compilation 10 // comments to trigger lazy compilation comments to trigger lazy compilation 11 // comments to trigger lazy compilation comments to trigger lazy compilation 12 // comments to trigger lazy compilation comments to trigger lazy compilation 13 // comments to trigger lazy compilation comments to trigger lazy compilation 14 // comments to trigger lazy compilation comments to trigger lazy compilation [all …]
|
/external/v8/test/mjsunit/compiler/ |
D | lazy-iife-no-parens.js | 5 // comments to trigger lazy compilation comments to trigger lazy compilation 6 // comments to trigger lazy compilation comments to trigger lazy compilation 7 // comments to trigger lazy compilation comments to trigger lazy compilation 8 // comments to trigger lazy compilation comments to trigger lazy compilation 9 // comments to trigger lazy compilation comments to trigger lazy compilation 10 // comments to trigger lazy compilation comments to trigger lazy compilation 11 // comments to trigger lazy compilation comments to trigger lazy compilation 12 // comments to trigger lazy compilation comments to trigger lazy compilation 13 // comments to trigger lazy compilation comments to trigger lazy compilation 14 // comments to trigger lazy compilation comments to trigger lazy compilation [all …]
|
/external/clang/test/Index/ |
D | annotate-comments.cpp | 85 * but we need more multi-line comments. */ 86 /// This comment comes before my other comments 267 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-s… 273 // Declarations without Doxygen comments should not pick up some Doxygen comments. 277 // Non-Doxygen comments should not be attached to anything. 280 // Some Doxygen comments are not attached to anything. 283 // Ensure we don't pick up extra comments. 294 // checks that documentation comments are attached to declarations correctly. 296 // documentation comments will only test a single code path. 298 // CHECK: annotate-comments.cpp:16:6: FunctionDecl=isdoxy4:{{.*}} isdoxy4 IS_DOXYGEN_SINGLE [all …]
|
D | parse-all-comments.c | 76 // RUN: c-index-test -write-pch %t/out.pch -fparse-all-comments -x c++ -std=c++11 %s 78 …est -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng %s -st… 90 // CHECK: parse-all-comments.c:7:6: FunctionDecl=notdoxy1:{{.*}} notdoxy1 NOT_DOXYGEN 91 // CHECK: parse-all-comments.c:10:6: FunctionDecl=notdoxy2:{{.*}} notdoxy2 NOT_DOXYGEN 92 // CHECK: parse-all-comments.c:13:6: FunctionDecl=notdoxy3:{{.*}} notdoxy3 NOT_DOXYGEN 93 // CHECK: parse-all-comments.c:16:6: FunctionDecl=isdoxy4:{{.*}} isdoxy4 IS_DOXYGEN_SINGLE 94 // CHECK: parse-all-comments.c:19:6: FunctionDecl=isdoxy5:{{.*}} isdoxy5 IS_DOXYGEN_SINGLE 95 // CHECK: parse-all-comments.c:22:6: FunctionDecl=isdoxy6:{{.*}} isdoxy6 IS_DOXYGEN_SINGLE 96 // CHECK: parse-all-comments.c:29:6: FunctionDecl=multi_line_comment_plus_ordinary:{{.*}} BLOCK_ORD… 97 // CHECK: parse-all-comments.c:34:6: FunctionDecl=multi_line_comment_empty_line:{{.*}} MULTILINE CO… [all …]
|
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 73 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-s… 74 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-s… 81 // Declarations without Doxygen comments should not pick up some Doxygen comments. 85 // Non-Doxygen comments should not be attached to anything. 88 // Some Doxygen comments are not attached to anything. 91 // Ensure we don't pick up extra comments. [all …]
|
/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/jdiff/src/jdiff/ |
D | Comments.java | 16 * Creates a Comments from an XML file. The Comments object is the internal 17 * representation of the comments for the changes. 18 * All methods in this class for populating a Comments object are static. 23 public class Comments { class 26 * All the possible comments known about, accessible by the commentID. 30 /** The old Comments object which is populated from the file read in. */ 31 private static Comments oldComments_ = null; 34 public Comments() { in Comments() method in Comments 38 // The list of comments elements associated with this objects 42 * Read the file where the XML for comments about the changes between [all …]
|
D | CommentsHandler.java | 14 * Handle the parsing of an XML file and the generation of a Comments object. 16 * All HTML written for the comments sections in the report must 28 /** The Comments object which is populated from the XML file. */ 29 public Comments comments_ = null; 44 public CommentsHandler(Comments comments) { in CommentsHandler() argument 45 comments_ = comments; in CommentsHandler() 62 if (localName.compareTo("comments") == 0) { in startElement() 66 System.out.println("Error: no identifier found in the comments XML file."); in startElement() 75 …System.out.println("Warning: API identifier in the comments XML file (" + filename2 + ") differs f… in startElement() 125 * the comments which are waiting for it. [all …]
|
/external/libxml2/result/ |
D | slashdot16.xml | 10 <comments>20</comments> 21 <comments>12</comments> 32 <comments>10</comments> 43 <comments>385</comments> 54 <comments>20</comments> 65 <comments>12</comments> 76 <comments>10</comments> 87 <comments>385</comments> 98 <comments>164</comments> 109 <comments>48</comments> [all …]
|
D | slashdot.xml | 10 <comments>20</comments> 21 <comments>12</comments> 32 <comments>10</comments> 43 <comments>385</comments> 54 <comments>164</comments> 65 <comments>48</comments> 76 <comments>66</comments> 87 <comments>217</comments> 98 <comments>16</comments> 109 <comments>155</comments>
|
D | slashdot16.xml.rde | 37 2 1 comments 0 0 39 2 15 comments 0 0 88 2 1 comments 0 0 90 2 15 comments 0 0 139 2 1 comments 0 0 141 2 15 comments 0 0 190 2 1 comments 0 0 192 2 15 comments 0 0 241 2 1 comments 0 0 243 2 15 comments 0 0 [all …]
|
D | slashdot16.xml.rdr | 37 2 1 comments 0 0 39 2 15 comments 0 0 88 2 1 comments 0 0 90 2 15 comments 0 0 139 2 1 comments 0 0 141 2 15 comments 0 0 190 2 1 comments 0 0 192 2 15 comments 0 0 241 2 1 comments 0 0 243 2 15 comments 0 0 [all …]
|
D | slashdot16.xml.sax | 39 SAX.startElement(comments) 41 SAX.endElement(comments) 90 SAX.startElement(comments) 92 SAX.endElement(comments) 141 SAX.startElement(comments) 143 SAX.endElement(comments) 192 SAX.startElement(comments) 194 SAX.endElement(comments) 243 SAX.startElement(comments) 245 SAX.endElement(comments) [all …]
|
/external/libxml2/result/noent/ |
D | slashdot16.xml | 10 <comments>20</comments> 21 <comments>12</comments> 32 <comments>10</comments> 43 <comments>385</comments> 54 <comments>20</comments> 65 <comments>12</comments> 76 <comments>10</comments> 87 <comments>385</comments> 98 <comments>164</comments> 109 <comments>48</comments> [all …]
|
D | slashdot.xml | 10 <comments>20</comments> 21 <comments>12</comments> 32 <comments>10</comments> 43 <comments>385</comments> 54 <comments>164</comments> 65 <comments>48</comments> 76 <comments>66</comments> 87 <comments>217</comments> 98 <comments>16</comments> 109 <comments>155</comments>
|
/external/libxml2/test/ |
D | slashdot16.xml | 10 <comments>20</comments> 21 <comments>12</comments> 32 <comments>10</comments> 43 <comments>385</comments> 54 <comments>20</comments> 65 <comments>12</comments> 76 <comments>10</comments> 87 <comments>385</comments> 98 <comments>164</comments> 109 <comments>48</comments> [all …]
|
D | slashdot.xml | 9 <comments>20</comments> 20 <comments>12</comments> 31 <comments>10</comments> 42 <comments>385</comments> 53 <comments>164</comments> 64 <comments>48</comments> 75 <comments>66</comments> 86 <comments>217</comments> 97 <comments>16</comments> 108 <comments>155</comments>
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
D | comment-example.txt | 12 added to it, and shows any existing comments. 29 middleware also needs a location to store the comments; we'll put them 48 app = Commenter(app, storage_dir='./comments') 70 default='./comments', 72 help='Place to put comment data into (default ./comments/)') 129 per-url data (the comments themselves). We'll keep them in pickles, 184 So far we're punting on actually adding the comments to the page. We 187 Doe', 'homepage': 'http://blog.johndoe.com', 'comments': 'Great 232 def format_comments(self, comments): 233 if not comments: [all …]
|
/external/chromium-trace/catapult/third_party/WebOb/docs/comment-example-code/ |
D | example.py | 19 if req.path_info_peek() == '.comments': 30 comments = self.get_data(req.url) 32 body = self.add_to_end(body, self.format_comments(comments)) 69 def format_comments(self, comments): argument 70 if not comments: 74 text.append('<h2><a name="comment-area"></a>Comments (%s):</h2>' % len(comments)) 75 for comment in comments: 80 text.append(comment['comments']) 85 <form action="%s/.comments" method="POST"> 93 Comments:<br> [all …]
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 1 //===--- RawCommentList.cpp - Processing raw comments -----------*- C++ -*-===// 186 comments::Lexer L(Allocator, Context.getDiagnostics(), in extractBriefText() 190 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText() 202 comments::FullComment *RawComment::parse(const ASTContext &Context, in parse() 208 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(), in parse() 212 comments::Sema S(Context.getAllocator(), Context.getSourceManager(), in parse() 217 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(), in parse() 277 // Check if the comments are not in source order. in addComment() 278 while (!Comments.empty() && in addComment() 279 !SourceMgr.isBeforeInTranslationUnit(Comments.back()->getLocStart(), in addComment() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | ra.txt | 9 * These are top level comments for the bundle. Tag name: ra 11 * @note Comments for tag named 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 [all …]
|
/external/proguard/src/proguard/ |
D | ClassSpecification.java | 35 public final String comments; field in ClassSpecification 49 * comments or class members. 68 this(classSpecification.comments, in ClassSpecification() 84 * @param comments provides optional comments on this 107 public ClassSpecification(String comments, in ClassSpecification() argument 115 this(comments, in ClassSpecification() 131 * @param comments provides optional comments on this 156 public ClassSpecification(String comments, in ClassSpecification() argument 166 this.comments = comments; in ClassSpecification() 223 // (this.comments == null ? other.comments == null : this.com… in equals() [all …]
|