Searched defs:Comment (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DComment.cpp23 #include "core/dom/Comment.h"
29 inline Comment::Comment(Document& document, const String& text) function in class:blink::Comment
34 PassRefPtrWillBeRawPtr<Comment> Comment::create(Document& document, const String& text)
36 return adoptRefWillBeNoop(new Comment(document, text));
39 String Comment::nodeName() const
44 Node::NodeType Comment::nodeType() const
49 PassRefPtrWillBeRawPtr<Node> Comment::cloneNode(bool /*deep*/)
/external/chromium_org/tools/json_schema_compiler/
H A Dcode.py88 def Comment(self, comment, comment_prefix='// '): member in class:Code
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.h48 struct GFX_EXPORT Comment { struct in class:gfx::PNGCodec
49 Comment(const std::string& k, const std::string& t);
50 ~Comment();
78 const std::vector<Comment>& comments,
H A Dpng_codec.cc510 explicit CommentWriter(const std::vector<PNGCodec::Comment>& comments)
538 void AddComment(size_t pos, const PNGCodec::Comment& comment) {
554 const std::vector<PNGCodec::Comment> comments_;
573 const std::vector<PNGCodec::Comment>& comments) {
631 const std::vector<PNGCodec::Comment>& comments,
748 std::vector<PNGCodec::Comment>(),
762 const std::vector<Comment>& comments,
803 PNGCodec::Comment::Comment(const std::string& k, const std::string& t) function in class:gfx::PNGCodec::Comment
807 PNGCodec::Comment
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DCSSPreloadScanner.h53 Comment, enumerator in enum:blink::CSSPreloadScanner::State
/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/chromium_org/third_party/markdown/
H A Dserializers.py78 Comment = util.etree.test_comment variable
80 Comment = util.etree.Comment variable
172 if tag is Comment:
291 elif tag is not None and tag is not Comment and tag is not PI:
H A Dutil.py91 from xml.etree.ElementTree import Comment namespace
92 # Serializers (including ours) test with non-c Comment
93 etree.test_comment = Comment
/external/chromium_org/v8/src/
H A Dcodegen.cc82 Comment::Comment(MacroAssembler* masm, const char* msg) function in class:v8::internal::Comment
88 Comment::~Comment() {
H A Dmacro-assembler.h155 class Comment { class in namespace:v8::internal
157 Comment(MacroAssembler* masm, const char* msg);
158 ~Comment();
167 class Comment { class in namespace:v8::internal
169 Comment(MacroAssembler*, const char*) {} function in class:v8::internal::Comment
H A Dlithium-codegen.cc73 Comment(
84 Comment(";;; <@%d,#%d> %s",
132 void LCodeGenBase::Comment(const char* format, ...) { function in class:v8::internal::LCodeGenBase
155 Comment("%s", os.c_str());
/external/chromium_org/ppapi/generators/
H A Didl_c_header.py19 from idl_c_proto import CGen, GetNodeComments, CommentLines, Comment namespace
226 assert(fileinfo.IsA('Comment'))
324 out.Write('%s\n' % Comment(fileinfo, prefix='*\n @file'))
H A Didl_c_proto.py43 def Comment(node, prefix=None, tabs=0): function
44 # Generate a comment block from the provided Comment node.
64 for doc in node.GetListOf('Comment'):
65 comment_txt += Comment(doc, tabs=tabs)
659 # Copyright and Comment
762 instr = node.GetOneOf('Comment')
H A Didl_thunk.py19 from idl_c_proto import CGen, GetNodeComments, CommentLines, Comment namespace
/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/libvorbis/doc/
H A D04-codec.tex85 \subsubsection{Comment header}
86 Comment header decode and data specification is covered in
H A D01-introduction.tex279 \paragraph{Comment Header}
/external/clang/lib/AST/
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);
/external/clang/test/Misc/
H A Dast-dump-decl.cpp489 namespace Comment { namespace
/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/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/llvm/lib/MC/
H A DMCELFStreamer.cpp300 const MCSection *Comment = getAssembler().getContext().getELFSection( local
304 SwitchSection(Comment);
/external/aac/libMpegTPDec/include/
H A Dtp_data.h167 UCHAR Comment[PC_COMMENTLENGTH]; member in struct:__anon156
/external/aac/libMpegTPEnc/include/
H A Dtp_data.h167 UCHAR Comment[PC_COMMENTLENGTH]; member in struct:__anon173

Completed in 2016 milliseconds

123