Searched defs:Comment (Results 1 - 25 of 54) sorted by last modified time

123

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.h411 const char *Comment; member in struct:prog_instruction
/external/markdown/markdown/
H A Dhtml4.py43 Comment = markdown.etree.Comment variable
131 if tag is Comment:
253 elif tag is not None and tag is not Comment and tag is not PI:
/external/llvm/lib/MC/
H A DMCELFStreamer.cpp300 const MCSection *Comment = getAssembler().getContext().getELFSection( local
304 SwitchSection(Comment);
/external/libvorbis/doc/
H A D01-introduction.tex279 \paragraph{Comment Header}
H A D04-codec.tex85 \subsubsection{Comment header}
86 Comment header decode and data specification is covered in
/external/jhead/
H A Djpgfile.c50 char Comment[MAX_COMMENT_SIZE+1]; local
64 Comment[nch++] = (char)ch;
66 Comment[nch++] = '?';
70 Comment[nch] = '\0'; // Null terminate
73 printf("COM marker comment: %s\n",Comment);
76 strcpy(ImageInfo.Comments,Comment);
237 case M_COM: // Comment section
428 case M_COM: // Comment section
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/doclava/src/com/google/doclava/
H A DComment.java23 public class Comment { class
43 public Comment(String text, ContainerInfo base, SourcePositionInfo sp) { method in class:Comment
338 Comment c = tag.description();
/external/clang/test/Misc/
H A Dast-dump-decl.cpp489 namespace Comment { namespace
/external/clang/tools/c-index-test/
H A Dc-index-test.c363 CXComment Comment) {
366 enum CXCommentKind Kind = clang_Comment_getKind(Comment);
380 clang_TextComment_getText(Comment));
381 if (clang_Comment_isWhitespace(Comment))
383 if (clang_InlineContentComment_hasTrailingNewline(Comment))
390 clang_InlineCommandComment_getCommandName(Comment));
391 switch (clang_InlineCommandComment_getRenderKind(Comment)) {
405 for (i = 0, e = clang_InlineCommandComment_getNumArgs(Comment);
409 clang_InlineCommandComment_getArgText(Comment, i));
411 if (clang_InlineContentComment_hasTrailingNewline(Comment))
362 DumpCXCommentInternal(struct CommentASTDumpingContext *Ctx, CXComment Comment) argument
537 DumpCXComment(CXComment Comment) argument
612 CXComment Comment = clang_Cursor_getParsedComment(Cursor); local
[all...]
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp15 struct Comment { struct in namespace:clang
16 Comment(const std::string &Message, unsigned Line, unsigned Col) function in struct:clang::Comment
24 typedef std::vector<Comment> CommentList;
52 Comments.push_back(Comment(C, CLine, CCol));
109 EXPECT_TRUE(Current != End) << "Comment " << Message << " not found";
112 const Comment &C = *Current;
/external/clang/include/clang/AST/
H A DComment.h1 //===--- Comment.h - Comment AST nodes --------------------------*- C++ -*-===//
53 class Comment { class in namespace:clang::comments
62 friend class Comment;
195 Comment(CommentKind K, function in class:clang::comments::Comment
226 typedef Comment * const *child_iterator;
240 class InlineContentComment : public Comment {
245 Comment(K, LocBegin, LocEnd) {
250 static bool classof(const Comment *C) {
277 static bool classof(const Comment *
[all...]
/external/clang/lib/AST/
H A DASTDumper.cpp58 // Comment names (FullComment, ParagraphComment, TextComment, etc)
359 void dumpComment(const Comment *C);
818 const FullComment *Comment = local
824 setMoreChildren(HasAttrs || Comment || HasDeclContext);
827 setMoreChildren(Comment || HasDeclContext);
837 dumpFullComment(Comment);
2021 void ASTDumper::dumpComment(const Comment *C) {
2037 for (Comment::child_iterator I = C->child_begin(), E = C->child_end();
2200 // Comment method implementations
2203 LLVM_DUMP_METHOD void Comment
[all...]
H A DCommentSema.cpp98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { argument
99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
104 switch (Comment->getCommandID()) {
125 Diag(Comment->getLocation(), diag::warn_doc_function_method_decl_mismatch)
126 << Comment->getCommandMarker()
128 << Comment->getSourceRange();
131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { argument
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
136 switch (Comment->getCommandID()) {
142 if (DiagSelect && Comment
168 checkContainerDecl(const BlockCommandComment *Comment) argument
[all...]
H A DRawCommentList.cpp12 #include "clang/AST/Comment.h"
24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, argument
27 if ((Comment.size() < MinCommentLength) || Comment[0] != '/')
31 if (Comment[1] == '/') {
32 if (Comment.size() < 3)
35 if (Comment[2] == '/')
37 else if (Comment[2] == '!')
42 assert(Comment.size() >= 4);
44 // Comment lexe
62 mergedCommentIsTrailingComment(StringRef Comment) argument
[all...]
/external/clang/lib/Format/
H A DBreakableToken.cpp185 static StringRef getLineCommentIndentPrefix(StringRef Comment) { argument
189 if (Comment.startswith(KnownPrefix)) {
191 while (PrefixLength < Comment.size() && Comment[PrefixLength] == ' ')
194 LongestPrefix = Comment.substr(0, PrefixLength);

Completed in 3980 milliseconds

123