Searched refs:comment (Results 176 - 200 of 639) sorted by relevance

1234567891011>>

/external/chromium_org/media/base/
H A Daudio_video_metadata_extractor.h56 const std::string& comment() const;
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.h121 const char *comment; /* comment string */ member in struct:UPKGOptions_
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cc19 #pragma comment(lib, "dbghelp.lib")
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java149 mHiddenByComment = comment().isHidden();
157 mRemovedByComment = comment().isRemoved();
178 return comment().tags();
182 return comment().briefTags();
/external/fonttools/Lib/fontTools/
H A DafmLib.py200 for comment in self._comments:
201 lines.append("Comment " + comment)
275 def addComment(self, comment):
276 self._comments.append(comment)
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_h_e_a_d.py48 writer.comment("Most of this table will be recalculated by the compiler")
H A D_l_o_c_a.py53 writer.comment("The 'loca' table will be calculated by the compiler")
/external/fonttools/Tools/fontTools/
H A DafmLib.py200 for comment in self._comments:
201 lines.append("Comment " + comment)
275 def addComment(self, comment):
276 self._comments.append(comment)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_h_e_a_d.py48 writer.comment("Most of this table will be recalculated by the compiler")
H A D_l_o_c_a.py53 writer.comment("The 'loca' table will be calculated by the compiler")
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h121 const char *comment; /* comment string */ member in struct:UPKGOptions_
/external/libvorbis/doc/
H A DMakefile.am27 v-comment.html \
61 05-comment.tex \
/external/llvm/test/MC/ARM/
H A Darm-memory-instructions.s31 @ label operands currently assert the show-encoding asm comment helper due
H A Dcomment.s8 .long bar@got to parse this as a comment
/external/qemu/distrib/sdl-1.2.15/src/timer/wince/
H A DSDL_systimer.c146 #pragma comment(lib, "mmtimer.lib")
/external/zlib/src/
H A Dzlib2ansi112 /\* ## Start of /* ... */ comment
118 / ## End of /* ... */ comment
121 // ## Start of C++ comment //
148 [^/"'\\]* ## Chars which doesn't start a comment, string or escape
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToTextSAXHandler.java80 public void comment(char ch[], int start, int length) method in class:ToTextSAXHandler
87 public void comment(String data) throws org.xml.sax.SAXException method in class:ToTextSAXHandler
95 comment(m_charsBuff, 0, length);
H A DToTextStream.java466 * @param data The comment data.
470 public void comment(String data) throws org.xml.sax.SAXException method in class:ToTextStream
478 comment(m_charsBuff, 0, length);
482 * Report an XML comment anywhere in the document.
488 * @param ch An array holding the characters in the comment.
493 public void comment(char ch[], int start, int length) method in class:ToTextStream
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dgennorm2.cpp193 char *comment=(char *)strchr(line, '#'); local
194 if(comment!=NULL) {
195 *comment=0;
199 continue; // skip empty and comment-only lines
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DComponentResultsElement.java215 String comment = preferences.get(getId(), null);
216 if (comment != null) {
222 buffer.append(comment);
/external/icu/icu4c/source/tools/gennorm2/
H A Dgennorm2.cpp193 char *comment=(char *)strchr(line, '#'); local
194 if(comment!=NULL) {
195 *comment=0;
199 continue; // skip empty and comment-only lines
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java138 * Write a comment in the XML document. The comment will be written
140 * @param comment the comment text
142 public void comment(String comment) throws IOException { argument
145 m_out.write(comment);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c835 const struct UString* comment, UErrorCode* status);
838 const struct UString* comment, UErrorCode* status){
855 if(comment != NULL){
856 ustr_cpy(&res->fComment, comment, status);
869 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { argument
870 struct SResource *res = res_open(bundle, tag, comment, status);
879 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { argument
880 struct SResource *res = res_open(bundle, tag, comment, status);
903 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) { argument
904 struct SResource *res = res_open(bundle, tag, comment, statu
837 res_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode* status) argument
971 alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) argument
996 intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) argument
1013 int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) argument
1025 bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status) argument
1060 bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) argument
[all...]
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc38 // Represents a comment in the tEXt ancillary chunk of the png.
437 void AddComment(size_t pos, const Comment& comment) { argument
439 // A PNG comment's key can only be 79 characters long.
440 DCHECK(comment.key.length() < 79);
441 png_text_[pos].key = strdup(comment.key.substr(0, 78).c_str());
442 png_text_[pos].text = strdup(comment.text.c_str());
443 png_text_[pos].text_length = comment.text.length();
/external/clang/lib/Format/
H A DWhitespaceManager.cpp79 // If we don't add a newline this change doesn't start a comment. Thus,
82 // calculate the new length of the comment and to calculate the changes
84 Tok.Type == TT_LineComment && Newlines > 0 ? tok::comment : tok::unknown,
118 Changes[i - 1].Kind == tok::comment;
123 Changes.back().IsTrailingComment = Changes.back().Kind == tok::comment;
129 if (Change.Kind == tok::comment) {
159 // If this comment follows an } in column 0, it probably documents the
165 if (Changes[i].NewlinesBefore == 1) { // A comment on its own line.
167 if (Changes[j].Kind != tok::comment) { // Skip over comments.
169 // start of this comment
[all...]

Completed in 1937 milliseconds

1234567891011>>