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

  /dalvik/libcore/xml/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/webkit/WebCore/dom/
Comment.h 30 class Comment : public CharacterData {
32 static PassRefPtr<Comment> create(Document*, const String&);
35 Comment(Document*, const String&);
Comment.cpp 23 #include "Comment.h"
27 inline Comment::Comment(Document* document, const String& text)
32 PassRefPtr<Comment> Comment::create(Document* document, const String& text)
34 return adoptRef(new Comment(document, text));
37 String Comment::nodeName() const
42 Node::NodeType Comment::nodeType() const
47 PassRefPtr<Node> Comment::cloneNode(bool /*deep*/)
52 bool Comment::childTypeAllowed(NodeType
    [all...]
  /build/tools/releasetools/
amend_generator.py 124 def Comment(self, comment):
125 """Write a comment into the update script."""
127 for i in comment.split("\n"):
133 # no way to do this from amend; substitute a script comment instead
134 self.Comment(message)
both_generator.py 48 def Comment(self, *a): self._DoBoth("Comment", *a)
edify_generator.py 145 def Comment(self, comment):
146 """Write a comment into the update script."""
148 for i in comment.split("\n"):
  /external/v8/src/
codegen.cc 50 Comment::Comment(MacroAssembler* masm, const char* msg)
56 Comment::~Comment() {
110 Comment cmnt(masm_, code->comment());
  /external/jhead/
jpgfile.c 48 char Comment[MAX_COMMENT_SIZE+1];
62 Comment[nch++] = (char)ch;
64 Comment[nch++] = '?';
68 Comment[nch] = '\0'; // Null terminate
71 printf("COM marker comment: %s\n",Comment);
74 strcpy(ImageInfo.Comments,Comment);
233 case M_COM: // Comment section
478 // Discard everything but the exif and comment sections.
623 // Remove sectons not part of image and not exif or comment sections
    [all...]
  /external/webkit/WebCore/html/
PreloadScanner.h 91 Comment,
  /build/tools/droiddoc/src/
Comment.java 21 public class Comment
62 public Comment(String text, ContainerInfo base, SourcePositionInfo sp)
152 "@deprecated tag with no explanatory comment");
166 Comment c = tag.description();
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
se.h 314 const char *Comment ; /* Description of event (RAN) */
374 void EventNoShow(char *comment);
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 448 class Comment(NavigableString):
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 582 milliseconds