HomeSort by relevance Sort by last modified time
    Searched refs:Comment (Results 101 - 125 of 155) sorted by null

1 2 3 45 6 7

  /external/clang/lib/Lex/
Preprocessor.cpp 626 assert(Handler && "NULL comment handler");
628 CommentHandlers.end() && "Comment handler already registered");
635 assert(Pos != CommentHandlers.end() && "Comment handler not registered");
639 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) {
644 if ((*H)->HandleComment(*this, Comment))
  /external/llvm/utils/vim/
llvm.vim 95 HiLink llvmComment Comment
  /external/protobuf/editors/
proto.vim 100 HiLink pbComment Comment
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentrenamenode27.js 78 Invoke the renameNode method to attempt to rename new Text, Comment, CDataSection,
93 var comment;
122 comment = newDoc.createComment("comment");
141 renamedComment = newDoc.renameNode(comment,"http://www.w3.org/DOM/Test","comment");
nodegetfeature09.js 78 Check implementation of Node.getFeature on Comment.
101 node = doc.createComment("test comment");
nodereplacechild30.js 116 newComment = doc.createComment("Comment");
147 assertEquals("nodereplacechild30_6","#comment",nodeName);
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserQt.cpp 31 #include "Comment.h"
407 case QXmlStreamReader::Comment: {
670 RefPtr<Node> newNode = Comment::create(document(), m_stream.text());
Document.h 61 class Comment;
321 PassRefPtr<Comment> createComment(const String& data);
    [all...]
Document.idl 39 [ReturnsNew] Comment createComment(in DOMString data);
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 21 import org.w3c.dom.Comment;
510 Comment comment = document.createComment(""); local
511 root.appendChild(comment);
514 comment.setData(new String(new char[] { 'A', 'B', (char) c}));
DomTest.java 44 import org.w3c.dom.Comment;
121 private Comment comment; field in class:DomTest
164 comment = (Comment) vitamins.getChildNodes().item(1);
181 vitaminsXmlnsA, comment, vitaminc, vitamincText));
227 assertEquals("http://usda", comment.lookupNamespaceURI("a"));
259 assertEquals("http://food", comment.lookupNamespaceURI(null));
297 assertEquals(null, comment.lookupPrefix("http://addons"));
341 assertEquals("a", comment.lookupPrefix("http://usda"))
    [all...]
  /build/tools/releasetools/
edify_generator.py 149 def Comment(self, comment):
150 """Write a comment into the update script."""
152 for i in comment.split("\n"):
  /external/v8/src/ia32/
lithium-codegen-ia32.h 165 void Comment(const char* format, ...);
lithium-codegen-ia32.cc 113 void LCodeGen::Comment(const char* format, ...) {
190 Comment(";;; Allocate local context");
224 Comment(";;; End allocate local context");
250 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
265 Comment(";;; Deferred code @%d: %s.",
721 Comment(";;; B%d - LOOP entry", label->block_id());
723 Comment(";;; B%d", label->block_id());
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 156 void Comment(const char* format, ...);
lithium-codegen-x64.cc 110 void LCodeGen::Comment(const char* format, ...) {
188 Comment(";;; Allocate local context");
218 Comment(";;; End allocate local context");
242 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
266 Comment(";;; Deferred code @%d: %s.",
686 Comment(";;; B%d - LOOP entry", label->block_id());
688 Comment(";;; B%d", label->block_id());
    [all...]
  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.cpp 31 #include "Comment.h"
274 void MarkupAccumulator::appendComment(Vector<UChar>& out, const String& comment)
276 // FIXME: Comment content is not escaped, but XMLSerializer (and possibly other callers) should raise an exception if it includes "-->".
278 append(out, comment);
399 appendComment(result, static_cast<const Comment*>(node)->data());
  /external/webkit/Source/WebCore/html/
HTMLViewSourceDocument.cpp 118 case HTMLToken::Comment:
173 m_current = addSpanWithClassName("webkit-html-comment");
174 addText(source, "webkit-html-comment");
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 31 import org.w3c.dom.Comment;
65 ProcessingInstruction, Comment, DocumentFragment
671 public final Comment createComment(String data)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 40 import org.w3c.dom.Comment;
412 serializeComment((Comment) node);
566 * Serializes a Comment Node.
568 * @param node The Comment Node to serialize
570 protected void serializeComment(Comment node) throws SAXException {
587 fLexicalHandler.comment(data.toCharArray(), 0, data.length());
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
JavaVisitor.java 56 import lombok.ast.Comment;
520 public boolean visitComment(Comment node) {
521 List<VisitingDetector> list = mNodeTypeDetectors.get(Comment.class);
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 177 void Comment(const char* format, ...);
  /external/v8/src/mips/
lithium-codegen-mips.h 174 void Comment(const char* format, ...);
  /external/v8/test/mjsunit/
debug-setbreakpoint.js 122 // Set a break point on a line with the comment, and check that actual position
123 // is the next line after the comment.
144 // Comment.
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 202 pPce->Comment[i] = text;

Completed in 703 milliseconds

1 2 3 45 6 7