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

1234567891011>>

/external/fonttools/Tools/fontTools/ttLib/tables/
H A DS_I_N_G_.py83 writer.comment("Most of this table will be recalculated by the compiler")
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.h81 void writePackage(const char *filename, char outType, const char *comment);
/external/mksh/src/
H A Demacsfn.h18 FN(comment, "comment", 0)
/external/skia/src/utils/
H A DSkParseColor.cpp182 SkString comment; local
212 comment.append(start, name - start);
216 SkDebugf("// %s\n", comment.c_str());
217 comment.reset();
/external/stlport/stlport/stl/config/
H A D_msvc.h256 # pragma comment (lib, "bufferoverflowU.lib")
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_expectations.py249 [[bugs] [ "[" <configuration specifiers> "]" <name> [ "[" <expectations> "]" ["#" <comment>]
263 expectation_line.comment = expectation_string[comment_index + 1:]
382 self.comment = None
399 and self.comment == other.comment
433 # Don't merge original_string or comment.
460 return '' if self.comment is None else "#%s" % self.comment
469 result.append(self._format_line(self.bugs, specifiers, self.name, expectations, self.comment))
472 return self._format_line(self.bugs, self.specifiers, self.name, self.expectations, self.comment,
[all...]
/external/chromium_org/chrome/utility/media_galleries/
H A Dmedia_metadata_parser.cc75 SetStringScopedPtr(extractor.comment(), &metadata->comment);
/external/chromium_org/device/hid/
H A Dhid_service_win.cc28 #pragma comment(lib, "setupapi.lib")
29 #pragma comment(lib, "hid.lib")
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dview-source.css120 .html-comment {
121 /* Keep this in sync with inspectorSyntaxHighlight.css (.webkit-html-comment) */
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dxml.js79 return chain(inBlock("comment", "-->"));
314 if ((style || type) && style != "comment") {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_parse.py238 comment = line.index('#')
242 line = line[:comment]
/external/chromium_org/third_party/webrtc/base/
H A Dflags.cc27 Flag::Flag(const char* file, const char* name, const char* comment, argument
31 comment_(comment),
/external/chromium_org/tools/
H A Disolate_driver.py247 comment = (
251 isolate_format.print_all(comment, isolate_dict, out)
/external/clang/test/Coverage/
H A Dc-language-features.inc4 multiline comment */
/external/doclava/src/com/google/doclava/
H A DDocFile.java165 Comment comment = new Comment(commentText, null, new SourcePositionInfo(docfile, lineno, 1));
166 TagInfo[] tags = comment.tags();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DScenarioStatusTable.java150 String comment = currentBuildResults.getComment();
151 String image = Utils.getImage(confidence, hasFailure, comment != null);
211 this.stream.print("\">): mark a <b>failing result</b> (see above) with a comment explaining this degradation.</li>\n");
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaSourceWriter.java76 public void writeComment(String comment) { argument
79 out.append("// ").append(comment);
/external/libvorbis/lib/
H A Dinfo.c65 void vorbis_comment_add(vorbis_comment *vc,const char *comment){ argument
70 vc->comment_lengths[vc->comments]=strlen(comment);
72 strcpy(vc->user_comments[vc->comments], comment);
78 char *comment=alloca(strlen(tag)+strlen(contents)+2); /* +2 for = and \0 */ local
79 strcpy(comment, tag);
80 strcat(comment, "=");
81 strcat(comment, contents);
82 vorbis_comment_add(vc, comment);
/external/llvm/utils/vim/
H A Dtablegen.vim30 " Handle correctly imbricated comment
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py238 comment = line.index('#')
242 line = line[:comment]
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc538 void AddComment(size_t pos, const PNGCodec::Comment& comment) { argument
540 // A PNG comment's key can only be 79 characters long.
541 DCHECK(comment.key.length() < 79);
542 png_text_[pos].key = base::strdup(comment.key.substr(0, 78).c_str());
543 png_text_[pos].text = base::strdup(comment.text.c_str());
544 png_text_[pos].text_length = comment.text.length();
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dzip.c476 the global comment)
485 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */
538 the global comment)
547 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */
731 // read the comment from the standard central header.
784 /* zipfile global comment length */
1058 const char* comment, int method, int level, int raw,
1097 if (comment==NULL)
1100 size_comment = (uInt)strlen(comment);
1177 size_extrafield_global+i) = *(comment
1055 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) argument
1264 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) argument
1280 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) argument
1295 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) argument
1310 zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw) argument
1323 zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int zip64) argument
1336 zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int zip64) argument
1349 zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level) argument
[all...]
/external/zlib/src/contrib/minizip/
H A Dzip.c476 the global comment)
485 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */
538 the global comment)
547 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */
731 // read the comment from the standard central header.
784 /* zipfile global comment length */
1058 const char* comment, int method, int level, int raw,
1098 if (comment==NULL)
1101 size_comment = (uInt)strlen(comment);
1178 size_extrafield_global+i) = *(comment
1055 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) argument
1265 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) argument
1281 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) argument
1296 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) argument
1311 zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw) argument
1324 zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int zip64) argument
1337 zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int zip64) argument
1350 zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level) argument
[all...]
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp504 for ( int comment =0; comment < numberOfCommentPlacement; ++comment )
506 const CommentInfo &otherComment = other.comments_[comment];
508 comments_[comment].setComment( otherComment.comment_ );
1534 Value::setComment( const char *comment, argument
1539 comments_[placement].setComment( comment );
1544 Value::setComment( const std::string &comment, argument
1547 setComment( comment.c_str(), placement );
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp498 for ( int comment =0; comment < numberOfCommentPlacement; ++comment )
500 const CommentInfo &otherComment = other.comments_[comment];
502 comments_[comment].setComment( otherComment.comment_ );
1528 Value::setComment( const char *comment, argument
1533 comments_[placement].setComment( comment );
1538 Value::setComment( const std::string &comment, argument
1541 setComment( comment.c_str(), placement );

Completed in 1062 milliseconds

1234567891011>>