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

123456

/external/pcre/dist/
H A Dpcre_scanner_unittest.cc76 vector<StringPiece> comments; local
82 s.GetNextComments(&comments);
83 CHECK_EQ(comments.size(), 1);
84 CHECK_EQ(comments[0].as_string(), " // this sets alpha\n");
85 comments.resize(0);
90 s.GetNextComments(&comments);
91 CHECK_EQ(comments.size(), 1);
92 CHECK_EQ(comments[0].as_string(), " // bravo is set here\n");
93 comments.resize(0);
98 s.GetNextComments(&comments);
[all...]
H A Dpcre_scanner.h92 // a skip RE that matches white space and comments.
118 // Arranges to skip whitespace, C comments, C++ comments.
128 void set_save_comments(bool comments) { argument
129 save_comments_ = comments;
136 // Append to vector ranges the comments found in the
138 // Only comments that were extracted entirely within that
140 // comments is performed.
143 // Append to vector ranges the comments added
157 // the skipped comments
[all...]
/external/clang/tools/libclang/
H A DCXComment.h25 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/
H A DCommentToXML.h1 //===--- 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/
H A D063-comments.c17 comments */
18 are not treated like comments.
/external/mesa3d/src/glsl/glcpp/tests/
H A D063-comments.c17 comments */
18 are not treated like comments.
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dtestutil.py64 """Run the tokenizer and tracker and return comments and functions found.
70 The functions and comments as a tuple.
77 comments = []
86 if comment and comment not in comments:
87 comments.append(comment)
91 return functions, comments
H A Dstatetracker_test.py117 _, comments = testutil.ParseFunctionsAndComments(script)
118 self.assertEquals(1, len(comments))
119 return comments[0]
H A Djavascriptstatetracker_test.py268 _, comments = testutil.ParseFunctionsAndComments(script)
269 self.assertEquals(1, len(comments))
270 return comments[0]
/external/chromium_org/tools/gn/
H A Dcommand_format.cc68 // End the current line, flushing end of line comments.
85 std::vector<Token> comments_; // Pending end-of-line comments.
150 if (block->comments()) {
151 for (const auto& c : block->comments()->before()) {
161 if (stmt->comments()) {
167 for (const auto& c : stmt->comments()->after()) {
177 if (block->comments()) {
178 for (const auto& c : block->comments()->after()) {
187 if (root->comments()) {
188 if (!root->comments()
[all...]
/external/clang/test/Parser/
H A Dms-inline-asm.c13 int 0x2c ; } asm comments are fun! }{
18 __asm int 3 ; } comments for single-line asm
/external/libutf/
H A DNOTICE17 Please send comments about the packaging
/external/clang/include/clang/AST/
H A DCommentBriefParser.h21 namespace comments { namespace in namespace:clang
51 } // end namespace comments
/external/chromium_org/tools/idl_parser/
H A Didl_parser_test.py16 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/
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...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dremap_helper.py95 comments = "will be remapped"
97 comments = "offset %d" % f.offset
99 comments = "dynamic"
102 % (index, f.name, comments)
/external/mesa3d/src/mapi/glapi/gen/
H A Dremap_helper.py95 comments = "will be remapped"
97 comments = "offset %d" % f.offset
99 comments = "dynamic"
102 % (index, f.name, comments)
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc109 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/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++)
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 an
[all...]
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc409 explicit CommentWriter(const std::vector<Comment>& comments) argument
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,
464 DoLibpngWrite(png_struct* png_ptr, png_info* info_ptr, PngEncoderState* state, int width, int height, int row_byte_width, const unsigned char* input, int compression_level, int png_output_color_type, int output_color_components, FormatConverter converter, const std::vector<Comment>& comments) argument
525 EncodeWithCompressionLevel(const unsigned char* input, ColorFormat format, const int width, const int height, int row_byte_width, bool discard_transparency, const std::vector<Comment>& comments, int compression_level, std::vector<unsigned char>* output) argument
601 Encode(const unsigned char* input, ColorFormat format, const int width, const int height, int row_byte_width, bool discard_transparency, const std::vector<Comment>& comments, std::vector<unsigned char>* output) argument
[all...]
/external/clang/lib/AST/
H A DRawCommentList.cpp1 //===--- 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.
222 // If they are, just pop a few last comments that don't fit.
223 // This happens if an \#include directive contains comments
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_lint.py41 comments = node.GetListOf('Comment')
42 if not comments and not node.GetProperty('wcomment'):
/external/chromium_org/tools/metrics/actions/
H A Dextract_actions_test.py141 actions, actions_dict, comments = extract_actions.ParseActionFile(
145 return extract_actions.PrettyPrint(actions, actions_dict, comments)

Completed in 778 milliseconds

123456