HomeSort by relevance Sort by last modified time
    Searched refs:comments (Results 1 - 25 of 222) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/tools/libclang/
CXComment.h 25 namespace comments { namespace in namespace:clang
31 static inline CXComment createCXComment(const comments::Comment *C,
39 static inline const comments::Comment *getASTNode(CXComment CXC) {
40 return static_cast<const comments::Comment *>(CXC.ASTNode);
45 const comments::Comment *C = getASTNode(CXC);
56 static inline comments::CommandTraits &getCommandTraits(CXComment CXC) {
  /external/clang/include/clang/Index/
CommentToXML.h 1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
19 namespace comments { namespace in namespace:clang
35 void convertCommentToHTML(const comments::FullComment *FC,
39 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
43 void convertCommentToXML(const comments::FullComment *FC,
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
063-comments.c 17 comments */
18 are not treated like comments.
  /external/mesa3d/src/glsl/glcpp/tests/
063-comments.c 17 comments */
18 are not treated like comments.
  /external/clang/include/clang/AST/
CommentBriefParser.h 21 namespace comments { namespace in namespace:clang
51 } // end namespace comments
RawCommentList.h 1 //===--- RawCommentList.h - Classes for processing raw comments -*- C++ -*-===//
24 namespace comments { namespace in namespace:clang
26 } // end namespace comments
32 RCK_OrdinaryBCPL, ///< Any normal BCPL comments
38 RCK_Merged ///< Two or more documentation comments merged together
95 /// Returns whether we are parsing all comments.
122 comments::FullComment *parse(const ASTContext &Context,
142 /// When true, ordinary comments starting with "//" and "/*" will be
143 /// considered as documentation comments.
163 /// \brief Compare comments' source locations
    [all...]
  /external/clang/test/Parser/
ms-inline-asm.c 13 int 0x2c ; } asm comments are fun! }{
18 __asm int 3 ; } comments for single-line asm
  /external/libutf/
NOTICE 17 Please send comments about the packaging
  /external/chromium_org/tools/idl_parser/
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/proguard/src/proguard/
ClassSpecification.java 35 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,
115 this(comments,
131 * @param comments provides optional comments on this
156 public ClassSpecification(String comments,
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.cc 109 string comments = location.leading_comments.empty() ? local
111 if (!comments.empty()) {
118 comments = EscapeJavadoc(comments);
121 SplitStringAllowEmpty(comments, "\n", &lines);
178 // In theory we should have slightly different comments for setters, getters,
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
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/
remap_helper.py 95 comments = "will be remapped"
97 comments = "offset %d" % f.offset
99 comments = "dynamic"
102 % (index, f.name, comments)
  /external/proguard/src/proguard/gui/
ClassSpecificationsPanel.java 208 String comments = classSpecification.comments; local
210 label.setText(comments != null ? comments.trim() :
  /external/tremolo/Tremolo/
ivorbiscodec.h 82 int comments; member in struct:vorbis_comment
treminfo.c 83 for(i=0;i<vc->comments;i++){
102 for(i=0;i<vc->comments;i++){
113 for(i=0;i<vc->comments;i++)
223 vc->comments=oggpack_read(opb,32);
224 if(vc->comments<0)goto err_out;
225 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments));
227 vc->comments=0;
230 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths));
233 for(i=0;i<vc->comments;i++){
337 with bitstream comments and a third packet that holds th
    [all...]
  /external/clang/lib/AST/
RawCommentList.cpp 1 //===--- RawCommentList.cpp - Processing raw comments -----------*- C++ -*-===//
127 comments::Lexer L(Allocator, Context.getDiagnostics(),
131 comments::BriefParser P(L, Context.getCommentCommandTraits());
143 comments::FullComment *RawComment::parse(const ASTContext &Context,
149 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(),
153 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
158 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
218 // Check if the comments are not in source order.
219 while (!Comments.empty() &&
220 !SourceMgr.isBeforeInTranslationUnit(Comments.back()->getLocStart()
    [all...]
  /external/libvorbis/lib/
info.c 67 (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;i++)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 274 def split(s, comments=False, posix=True):
277 if not comments:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 274 def split(s, comments=False, posix=True):
277 if not comments:
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 409 explicit CommentWriter(const std::vector<Comment>& comments)
410 : comments_(comments),
411 png_text_(new png_text[comments.size()]) {
412 for (size_t i = 0; i < comments.size(); ++i)
413 AddComment(i, comments[i]);
470 const std::vector<Comment>& comments) {
472 CommentWriter comment_writer(comments);
529 const std::vector<Comment>& comments,
594 output_color_components, converter, comments);
604 const std::vector<Comment>& comments,
    [all...]
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 517 explicit CommentWriter(const std::vector<PNGCodec::Comment>& comments)
518 : comments_(comments),
519 png_text_(new png_text[comments.size()]) {
520 for (size_t i = 0; i < comments.size(); ++i)
521 AddComment(i, comments[i]);
580 const std::vector<PNGCodec::Comment>& comments) {
582 CommentWriter comment_writer(comments);
638 const std::vector<PNGCodec::Comment>& comments,
731 output_color_components, converter, comments);
769 const std::vector<Comment>& comments,
    [all...]
  /external/chromium_org/base/
file_version_info.h 77 virtual base::string16 comments() = 0;
file_version_info_mac.h 34 virtual base::string16 comments() OVERRIDE;
file_version_info_win.h 33 virtual base::string16 comments() OVERRIDE;

Completed in 645 milliseconds

1 2 3 4 5 6 7 8 9