Searched refs:comments (Results 1 - 25 of 124) sorted by relevance

12345

/external/clang/tools/libclang/
H A DCXComment.h25 namespace comments { namespace in namespace:clang
31 inline CXComment createCXComment(const comments::Comment *C,
39 inline const comments::Comment *getASTNode(CXComment CXC) {
40 return static_cast<const comments::Comment *>(CXC.ASTNode);
45 const comments::Comment *C = getASTNode(CXC);
56 inline comments::CommandTraits &getCommandTraits(CXComment CXC) {
/external/mesa3d/src/glsl/glcpp/tests/
H A D063-comments.c17 comments */
18 are not treated like comments.
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dclosepatch.py29 from webkitpy.tool.comments import bug_comment_from_commit_text
H A Dreopenbugafterrollout.py29 from webkitpy.tool.comments import bug_comment_from_commit_text
H A Dclosebugforlanddiff.py29 from webkitpy.tool.comments import bug_comment_from_commit_text
/external/clang/test/Parser/
H A Dms-inline-asm.c12 int 0x2c ; } asm comments are fun! }{
17 __asm int 3 ; } comments for single-line asm // expected-warning {{MS-style inline assembly is not supported}}
/external/clang/include/clang/AST/
H A DCommentBriefParser.h21 namespace comments { namespace in namespace:clang
51 } // end namespace comments
H A DCommentCommandTraits.h26 namespace comments { namespace in namespace:clang
99 /// in comments.
141 } // end namespace comments
H A DCommentVisitor.h14 namespace comments { namespace in namespace:clang
64 } // end namespace comments
/external/proguard/src/proguard/
H A DClassSpecification.java35 public final String comments; field in class:ClassSpecification
49 * comments or class members.
68 this(classSpecification.comments,
84 * @param comments provides optional comments on this
107 public ClassSpecification(String comments, argument
115 this(comments,
131 * @param comments provides optional comments on this
156 public ClassSpecification(String comments, argument
[all...]
H A DWordReader.java149 // Trim off any comments.
155 // Remember the comments.
236 * Returns the comments collected before returning the last word.
237 * Starts collecting new comments.
239 * @return the collected comments, or <code>null</code> if there weren't any.
245 String comments = currentComments;
247 return comments;
/external/clang/test/CodeGen/
H A Dms-inline-asm.c52 int 0x2c ; } asm comments are fun! }{
60 __asm int 3 ; } comments for single-line asm
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A 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/apache-harmony/auth/src/test/resources/
H A Dauth.conf10 /*some comments*/
42 //some comments
/external/chromium/base/
H A Dfile_version_info.h51 virtual string16 comments() = 0;
H A Dfile_version_info_mac.h35 virtual string16 comments();
H A Dfile_version_info_win.h34 virtual string16 comments();
/external/proguard/src/proguard/gui/
H A DClassSpecificationsPanel.java208 String comments = classSpecification.comments;
210 label.setText(comments != null ? comments.trim() :
/external/tremolo/Tremolo/
H A Divorbiscodec.h82 int comments; member in struct:vorbis_comment
H A Dtreminfo.c83 for(i=0;i<vc->comments;i++){
102 for(i=0;i<vc->comments;i++){
113 for(i=0;i<vc->comments;i++)
222 vc->comments=oggpack_read(opb,32);
223 if(vc->comments<0)goto err_out;
224 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments));
225 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths));
227 for(i=0;i<vc->comments;i++){
310 with bitstream comments and a third packet that holds the
353 /* um... we didn;t get the initial header or comments ye
[all...]
/external/clang/lib/AST/
H A DRawCommentList.cpp1 //===--- RawCommentList.cpp - Processing raw comments -----------*- C++ -*-===//
146 comments::Lexer L(Allocator, Context.getCommentCommandTraits(),
149 comments::BriefParser P(L, Context.getCommentCommandTraits());
161 comments::FullComment *RawComment::parse(const ASTContext &Context,
166 comments::Lexer L(Context.getAllocator(), Context.getCommentCommandTraits(),
169 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
173 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
209 // Check if the comments are not in source order.
214 // If they are, just pop a few last comments that don't fit.
215 // This happens if an \#include directive contains comments
[all...]
H A DCommentCommandTraits.cpp14 namespace comments { namespace in namespace:clang
70 } // end namespace comments
/external/libvpx/examples/includes/geshi/geshi/
H A Dlatex.php18 * - Math color changed from green to violett, since green is now used for comments
19 * - Comments are now colored and the only green. The reason for coloring the comments
20 * is that often important information is in the comments und was merely unvisible before.
H A Dd.php21 * * nested comments
50 // doxygen comments
/external/libvorbis/lib/
H A Dinfo.c67 (vc->comments+2)*sizeof(*vc->user_comments));
69 (vc->comments+2)*sizeof(*vc->comment_lengths));
70 vc->comment_lengths[vc->comments]=strlen(comment);
71 vc->user_comments[vc->comments]=_ogg_malloc(vc->comment_lengths[vc->comments]+1);
72 strcpy(vc->user_comments[vc->comments], comment);
73 vc->comments++;
74 vc->user_comments[vc->comments]=NULL;
106 for(i=0;i<vc->comments;i++){
125 for(i=0;i<vc->comments;
[all...]

Completed in 2014 milliseconds

12345