HomeSort by relevance Sort by last modified time
    Searched defs:Comment (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /libcore/luni/src/main/java/org/w3c/dom/
Comment.java 17 * content of a comment, i.e., all the characters between the starting '
19 * the definition of a comment in XML, and, in practice, HTML, although some
20 * HTML tools may implement the full SGML comment structure.
21 * <p> No lexical check is done on the content of a comment and it is
23 * (double-hyphen) in the content, which is illegal in a comment per section
29 public interface Comment extends CharacterData {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Comment.cpp 23 #include "core/dom/Comment.h"
29 inline Comment::Comment(Document* document, const String& text)
35 PassRefPtr<Comment> Comment::create(Document* document, const String& text)
37 return adoptRef(new Comment(document, text));
40 String Comment::nodeName() const
45 Node::NodeType Comment::nodeType() const
50 PassRefPtr<Node> Comment::cloneNode(bool /*deep*/)
55 bool Comment::childTypeAllowed(NodeType) cons
    [all...]
  /external/v8/src/
codegen.cc 46 Comment::Comment(MacroAssembler* masm, const char* msg)
52 Comment::~Comment() {
macro-assembler.h 135 class Comment {
137 Comment(MacroAssembler* masm, const char* msg);
138 ~Comment();
147 class Comment {
149 Comment(MacroAssembler*, const char*) {}
  /external/chromium_org/tools/json_schema_compiler/
code.py 88 def Comment(self, comment, comment_prefix='// '):
89 """Adds the given string as a comment.
91 Will split the comment if it's too long. Use mainly for variable length
97 while len(comment) >= max_len:
98 line = comment[0:max_len]
102 comment = comment[last_space + 1:]
104 comment = comment[max_len:
    [all...]
  /external/chromium_org/ui/gfx/codec/
png_codec.h 45 // Represents a comment in the tEXt ancillary chunk of the png.
46 struct UI_EXPORT Comment {
47 Comment(const std::string& k, const std::string& t);
48 ~Comment();
61 const std::vector<Comment>& comments,
88 const std::vector<Comment>& comments,
png_codec.cc 541 explicit CommentWriter(const std::vector<PNGCodec::Comment>& comments)
569 void AddComment(size_t pos, const PNGCodec::Comment& comment) {
571 // A PNG comment's key can only be 79 characters long.
572 DCHECK(comment.key.length() < 79);
573 png_text_[pos].key = base::strdup(comment.key.substr(0, 78).c_str());
574 png_text_[pos].text = base::strdup(comment.text.c_str());
575 png_text_[pos].text_length = comment.text.length();
585 const std::vector<PNGCodec::Comment> comments_;
604 const std::vector<PNGCodec::Comment>& comments)
    [all...]
  /external/chromium_org/v8/src/
codegen.cc 47 Comment::Comment(MacroAssembler* masm, const char* msg)
53 Comment::~Comment() {
macro-assembler.h 156 class Comment {
158 Comment(MacroAssembler* masm, const char* msg);
159 ~Comment();
168 class Comment {
170 Comment(MacroAssembler*, const char*) {}
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
CSSPreloadScanner.h 54 Comment,
  /external/markdown/markdown/
html4.py 43 Comment = markdown.etree.Comment
131 if tag is Comment:
253 elif tag is not None and tag is not Comment and tag is not PI:
  /build/tools/releasetools/
edify_generator.py 158 def Comment(self, comment):
159 """Write a comment into the update script."""
161 for i in comment.split("\n"):
  /external/chromium_org/ppapi/generators/
idl_c_header.py 19 from idl_c_proto import CGen, GetNodeComments, CommentLines, Comment
72 # If we are part of a group comment marker...
121 item = cgen.Define(node, releases, prefix=pref, comment=True)
231 assert(fileinfo.IsA('Comment'))
235 # Wrap the From ... modified ... comment if it would be >80 characters.
304 # Generate the @file comment
305 out.Write('%s\n' % Comment(fileinfo, prefix='*\n @file'))
idl_c_proto.py 29 # Generate a C style comment block by prepending the block with '<tab>/*'
43 def Comment(node, prefix=None, tabs=0):
44 # Generate a comment block from the provided Comment node.
45 comment = node.GetName()
46 lines = comment.split('\n')
48 # If an option prefix is provided, then prepend that to the comment
52 # If both the prefix and comment start with a blank line ('*') remove
61 # Generate a comment block joining all comment nodes which are children o
    [all...]
idl_thunk.py 19 from idl_c_proto import CGen, GetNodeComments, CommentLines, Comment
444 # Wrap the From ... modified ... comment if it would be >80 characters.
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 15 struct Comment {
16 Comment(const std::string &Message, unsigned Line, unsigned Col)
24 typedef std::vector<Comment> CommentList;
47 EXPECT_TRUE(!Invalid) << "Invalid line number on comment " << C;
50 EXPECT_TRUE(!Invalid) << "Invalid column number on comment " << C;
52 Comments.push_back(Comment(C, CLine, CCol));
102 EXPECT_TRUE(Current == End) << "Unexpected comment \""
109 EXPECT_TRUE(Current != End) << "Comment " << Message << " not found";
112 const Comment &C = *Current;
114 << "Expected comment \"" << Messag
    [all...]
  /external/libvorbis/doc/
04-codec.tex 24 comment header is a non-fatal error condition.
37 is type 1, the comment header type 3 and the setup header type 5
40 identification, comment, setup.
85 \subsubsection{Comment header}
86 Comment header decode and data specification is covered in
87 \xref{vorbis:spec:comment}.
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 38 // Represents a comment in the tEXt ancillary chunk of the png.
39 struct Comment {
40 Comment(const std::string& k, const std::string& t)
44 ~Comment() {
416 explicit CommentWriter(const std::vector<Comment>& comments)
444 void AddComment(size_t pos, const Comment& comment) {
446 // A PNG comment's key can only be 79 characters long.
447 DCHECK(comment.key.length() < 79);
448 png_text_[pos].key = strdup(comment.key.substr(0, 78).c_str())
    [all...]
  /external/clang/test/Misc/
ast-dump-decl.cpp 462 namespace Comment {
  /external/jhead/
jpgfile.c 50 char Comment[MAX_COMMENT_SIZE+1];
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
737 // Discard everything but the exif and comment sections
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 539 const MCSection *Comment =
540 getContext().getELFSection(".comment", ELF::SHT_PROGBITS,
547 getStreamer().SwitchSection(Comment);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 18 that it produces COMMENT tokens for comments and gives type OP for all
53 Comment = r'#[^\r\n]*'
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
102 PseudoExtras = group(r'\\\r?\n', Comment, Triple)
411 yield (COMMENT, comment_token,
416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
453 yield (COMMENT, token, spos, epos, line)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 15 that it produces COMMENT tokens for comments and gives type OP for all
34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
38 COMMENT = N_TOKENS
39 tok_name[COMMENT] = 'COMMENT'
49 Comment = r'#[^\r\n]*'
50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
98 PseudoExtras = group(r'\\\r?\n|\Z', Comment, Triple)
335 yield (COMMENT, comment_token,
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 18 that it produces COMMENT tokens for comments and gives type OP for all
53 Comment = r'#[^\r\n]*'
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
102 PseudoExtras = group(r'\\\r?\n', Comment, Triple)
411 yield (COMMENT, comment_token,
416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
453 yield (COMMENT, token, spos, epos, line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 15 that it produces COMMENT tokens for comments and gives type OP for all
34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
38 COMMENT = N_TOKENS
39 tok_name[COMMENT] = 'COMMENT'
49 Comment = r'#[^\r\n]*'
50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
98 PseudoExtras = group(r'\\\r?\n|\Z', Comment, Triple)
335 yield (COMMENT, comment_token,
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:]
    [all...]

Completed in 1183 milliseconds

1 2 3 4