Searched refs:comment (Results 226 - 250 of 391) sorted by relevance

1234567891011>>

/external/libxml2/
H A Dlegacy.c124 "SAX function comment",
249 } else if (!strcmp(name, "SAX function comment")) {
250 *((commentSAXFunc *) result) = ctxt->sax->comment;
367 } else if (!strcmp(name, "SAX function comment")) {
368 ctxt->sax->comment = *((commentSAXFunc *) value);
1311 * comment:
1313 * @value: the comment content
1315 * A comment has been parsed.
1319 comment(void *ctx, const xmlChar * value) function
1321 DEPRECATED("comment")
[all...]
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py305 comment = comments_map.get(name)
306 if comment is not None:
307 f.write(comment)
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h518 const char* comment, TypeId fixture_class_id,
546 // Returns the test case comment.
549 // Returns the test comment.
550 const char* comment() const { return comment_.c_str(); } function in class:testing::internal::TestInfoImpl
576 const String test_case_comment_; // Test case comment
577 const String comment_; // Test comment
859 const char* comment,
/external/elfutils/tests/
H A Drun-strings-test.sh347 testfile8: 7bce remove-comment
348 testfile8: 7bdd Remove .comment section
371 testfile8: 7d7a .comment
416 testfile9: 3428 remove-comment
417 testfile9: 3437 Remove .comment section
440 testfile9: 35d4 .comment
/external/openssl/crypto/ripemd/asm/
H A Drmd-586.pl81 &comment($p++);
120 &comment($p++);
174 &comment($p++);
215 &comment($p++);
262 &comment($p++);
322 # Special comment about the figure of 6.
333 &comment("");
/external/quake/quake/src/WinQuake/
H A Dhost_cmd.cpp446 Writes a SAVEGAME_COMMENT_LENGTH character comment describing the current
477 char comment[SAVEGAME_COMMENT_LENGTH+1]; local
533 Host_SavegameComment (comment);
534 fprintf (f, "%s\n", comment);
722 char comment[SAVEGAME_COMMENT_LENGTH+1]; local
736 Host_SavegameComment (comment);
737 fprintf (f, "%s\n", comment);
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParserLibxml2.cpp295 parser->comment(s);
1014 void XMLDocumentParser::comment(const xmlChar* s) function in class:WebCore::XMLDocumentParser
1155 static void commentHandler(void* closure, const xmlChar* comment) argument
1160 getParser(closure)->comment(comment);
1301 sax.comment = commentHandler;
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java894 * Report an XML comment anywhere in the document.
900 * @param ch An array holding the characters in the comment.
905 public void comment(char ch[], int start, int length) throws SAXException method in class:TransformerHandlerImpl
909 System.out.println("TransformerHandlerImpl#comment: " + start + ", "
914 m_lexicalHandler.comment(ch, start, length);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java357 public void comment(char[] ch, int start, int length) method in class:IncrementalSAXSource_Filter
361 clientLexicalHandler.comment(ch,start,length);
/external/chromium/chrome/common/extensions/docs/build/
H A Ddirectory.py652 hash = info.comment
675 info.comment = self['source_hash']
/external/doclava/res/assets/templates/
H A Dmacros.cs182 <td><?cs call:tag_list(tag.comment) ?></td>
201 <td><?cs call:tag_list(tag.comment) ?></td>
/external/jdiff/src/jdiff/
H A DComments.java142 xsdFile.println(" <xsd:element name=\"comment\" type=\"commentType\" minOccurs='0' maxOccurs='unbounded'/>");
177 public void addComment(SingleComment comment) { argument
178 commentsList_.add(comment);
186 * The text placed into XML comments file where there is no comment yet.
192 * Return the comment associated with the given id in the Comment object.
193 * If there is no such comment, return the placeHolderText.
406 outputFile.println("<!-- This comment is no longer used ");
407 outputFile.println("<comment>");
412 outputFile.println("</comment>");
443 // See which comment id
[all...]
H A DHTMLReportGenerator.java694 * date and time in an HTML comment.
1532 // Get the comment from the parent class if more appropriate
1678 // Get the comment from the parent class if more appropriate
1983 * Find any existing comment and emit it. Add the new comment to the
1985 * a hand-written comment will be replaced by the first sentence from
1989 * @param commentID The identifier for this comment.
1990 * @param possibleComment A possible comment from another source.
2009 // do not store the possible comment from the new *API object.
2013 // Just use the first sentence of the possible comment
[all...]
/external/openssl/crypto/perlasm/
H A Dx86asm.pl52 { &comment("bswap @_");
H A Dx86gas.pl128 sub ::comment
132 # GNU and SVR4 as'es use different comment delimiters,
/external/v8/src/
H A Dflags.cc52 // to the actual flag, default value, comment, etc. This is designed to be POD
61 const char* cmt_; // A comment about the flags purpose.
68 const char* comment() const { return cmt_; } function in struct:v8::internal::__anon13458::Flag
533 f->name(), f->comment(), Type2String(f->type()), *value);
H A Dcpu-profiler.h227 Code* code, const char* comment);
/external/chromium/base/
H A Dtime_win.cc39 #pragma comment(lib, "winmm.lib")
/external/dropbear/debian/
H A Drules70 $(STRIP) -R .comment -R .note '$(DIR)'/usr/sbin/* \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jar ... setComment (int, java.lang.String) int commentType String comment } org/eclipse/test/internal/performance/PerformanceMonitor.class PerformanceMonitor. ...
/external/nist-sip/java/javax/sip/header/
H A DHeaderFactory.java175 WarningHeader createWarningHeader(String agent, int code, String comment) argument
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua50 -- discard comment-only lines
H A Dpicoloadphones.lua48 -- discard comment-only lines
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DPYXWriter.java197 public void comment(char[] ch, int start, int length) throws SAXException { method in class:PYXWriter
/external/doclava/src/com/google/doclava/
H A DInfoBuilder.java119 System.out.println(cl.comment().mText);
157 System.out.println(f.comment().mText);
182 System.out.println(f.comment().mText);
203 System.out.println(m.comment().mText);
224 System.out.println(m.comment().mText);
260 System.out.println(m.comment().mText);
549 * @param commentText Javadoc comment of this class.
1310 // parse modifiers and get comment and position
1400 // get comment and position
1771 * Parses the tree, looking for the comment an
[all...]

Completed in 709 milliseconds

1234567891011>>