Searched refs:comments (Results 51 - 75 of 145) sorted by relevance

123456

/external/chromium_org/ppapi/generators/
H A Didl_node.py118 def Dump(self, depth=0, comments=False, out=sys.stdout):
125 # Skip this node if it's a comment, and we are not printing comments
126 if not comments and is_comment:
148 # Skip printing the name for comments, since we printed above already
152 child.Dump(depth+1, comments=comments, out=out)
/external/clang/lib/AST/
H A DCommentBriefParser.cpp15 namespace comments { namespace in namespace:clang
152 } // end namespace comments
H A DCommentCommandTraits.cpp14 namespace comments { namespace in namespace:clang
133 } // end namespace comments
H A DCommentLexer.cpp11 namespace comments { namespace in namespace:clang
14 llvm::errs() << "comments::Token Kind=" << Kind << " ";
83 // This function should be called only for C comments
230 /// Return the one past end pointer for BCPL comments.
256 /// Return the one past end pointer for C comments.
318 // exact syntax in AST for comments.
742 // merged this non-Doxygen comment into a bunch of Doxygen comments
749 // Skip less-than symbol that marks trailing comments.
769 // Skip less-than symbol that marks trailing comments.
783 // Consecutive comments ar
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DDB_Results.java951 * Query all comments from database
957 if (DEBUG) DEBUG_WRITER.print(" [DB query all comments..."); //$NON-NLS-1$
960 String[] comments = null;
967 if (comments == null) {
968 comments = new String[commentID+10];
969 } else if (commentID >= comments.length) {
970 int length = comments.length;
971 System.arraycopy(comments, 0, comments = new String[commentID+10], 0, length);
973 comments[commentI
[all...]
/external/chromium_org/native_client_sdk/src/doc/
H A Dindex.rst118 Send us questions, comments, and feedback: `native-client-discuss
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_trace.spec38 The application can add comments and enable or disable tracing of GL
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec38 The application can add comments and enable or disable tracing of GL
/external/doclava/src/com/google/doclava/
H A DMethodInfo.java428 String[] comments = new String[N];
436 comments[i] = "";
441 // gather our comments, and complain about misnamed @param tags
445 comments[index] = tag.parameterComment();
459 if (comments[i].equals("")) {
460 comments[i] = maternal[i].parameterComment();
470 new ParamTagInfo("@param", "@param", names[i] + " " + comments[i], parent(),
476 if (comments[i].equals("")) {
/external/chromium_org/base/
H A Dfile_version_info_unittest.cc49 L"This is a particularly interesting comment", // comments
74 EXPECT_EQ(kExpectedValues[i][j++], version_info->comments());
H A Dfile_version_info_win.cc104 base::string16 FileVersionInfoWin::comments() { function in class:FileVersionInfoWin
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcheck_lint.sh21 COMMON_LINT_FILTER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readability/casting,\
/external/libvorbis/include/vorbis/
H A Dcodec.h138 /* the comments are not part of vorbis_info so that vorbis_info can be
145 int comments; member in struct:vorbis_comment
/external/fonttools/Lib/fontTools/
H A DafmLib.py198 # write comments, assuming (possibly wrongly!) they should
272 def comments(self): member in class:AFM
371 # afm.comments() returns a list of all Comment lines found in the AFM
372 print(afm.comments())
/external/fonttools/Tools/fontTools/
H A DafmLib.py198 # write comments, assuming (possibly wrongly!) they should
272 def comments(self): member in class:AFM
371 # afm.comments() returns a list of all Comment lines found in the AFM
372 print(afm.comments())
/external/libvpx/
H A Dlibvpx-offsets.mk21 # used yet but are included in the comments for future reference.
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_pdf_generated_browsertest.cc562 std::vector<gfx::PNGCodec::Comment> comments; local
563 comments.push_back(hash_comment);
569 comments,
/external/chromium_org/content/shell/browser/
H A Dwebkit_test_controller.cc543 std::vector<gfx::PNGCodec::Comment> comments; local
544 comments.push_back(gfx::PNGCodec::Comment("checksum", actual_pixel_hash));
551 comments,
/external/flac/libFLAC/
H A Dstream_encoder_framing.c132 if(!FLAC__bitwriter_write_raw_uint32_little_endian(bw, metadata->data.vorbis_comment.comments[i].length))
134 if(!FLAC__bitwriter_write_byte_block(bw, metadata->data.vorbis_comment.comments[i].entry, metadata->data.vorbis_comment.comments[i].length))
/external/clang/include/clang/AST/
H A DASTContext.h73 namespace comments { namespace in namespace:clang
517 /// \brief All comments in this translation unit.
520 /// \brief True if comments are already loaded from ExternalASTSource.
541 /// comments.
577 /// \brief Mapping from declarations to comments attached to any
580 /// Raw comments are owned by Comments list. This mapping is populated
584 /// \brief Mapping from declarations to parsed comments attached to any
586 mutable llvm::DenseMap<const Decl *, comments::FullComment *> ParsedComments;
617 comments::FullComment *getCommentForDecl(const Decl *D,
623 comments
[all...]
H A DCommentLexer.h1 //===--- CommentLexer.h - Lexer for structured comments ---------*- C++ -*-===//
10 // This file defines lexer for structured comments and supporting token class.
26 namespace comments { namespace in namespace:clang
241 /// One past end pointer for the current comment. For BCPL comments points
242 /// to newline or BufferEnd, for C comments points to star in '*/'.
319 /// Lex stuff inside comments. CommentEnd should be set correctly.
358 } // end namespace comments
H A DCommentSema.h10 // This file defines the semantic analysis class for Doxygen comments.
30 namespace comments { namespace in namespace:clang
254 } // end namespace comments
/external/chromium_org/chrome/tools/convert_dict/
H A Dconvert_dict_unittest.cc110 writer.SetComment(aff_reader.comments());
/external/flac/include/FLAC/
H A Dformat.h634 FLAC__StreamMetadata_VorbisComment_Entry *comments; member in struct:__anon21482
/external/proguard/src/proguard/gui/
H A DProGuardGUI.java779 // The panel structure is derived from the comments.
780 String comments = boilerplateClassSpecifications[index].comments;
781 int dashIndex = comments.indexOf('-');
782 int periodIndex = comments.indexOf('.', dashIndex);
783 String panelName = comments.substring(0, dashIndex).trim();
784 String optionName = comments.substring(dashIndex + 1, periodIndex).replace('_', '.').trim();
785 String toolTip = comments.substring(periodIndex + 1);

Completed in 2633 milliseconds

123456