Searched defs:AddComment (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dxml_formatted_writer.py56 def AddComment(self, parent, comment): member in class:XMLFormattedWriter
/external/jhead/
H A Djhead.c97 static char * AddComment = NULL; // Add this tag. variable
246 if (AddComment){
248 if (!memcmp(Line, AddComment, l+1)){
250 strncpy(Line, AddComment, sizeof(Line));
268 if (AddComment && TagExists == FALSE){
269 strncat(OutComment, AddComment, MAX_COMMENT_SIZE-5-strlen(OutComment));
941 AddComment || RemComment ||
1614 AddComment = argv[++argn];
/external/llvm/include/llvm/MC/
H A DMCStreamer.h267 /// AddComment - Add a comment that can be emitted to the generated .s
274 virtual void AddComment(const Twine &T) {} function in class:llvm::MCStreamer
277 /// Unlike AddComment, you are required to terminate comments with \n if you
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordDraw.cpp87 DRAW(AddComment, addComment(r.key, r.value));
239 void trackBounds(const AddComment&) { this->pushControl(); } argument
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc413 AddComment(i, comments[i]);
437 void AddComment(size_t pos, const Comment& comment) { function in class:image_diff_png::__anon16499::CommentWriter
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc514 AddComment(i, comments[i]);
538 void AddComment(size_t pos, const PNGCodec::Comment& comment) { function in class:gfx::__anon16815::CommentWriter
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp90 /// AddComment - Add a comment that can be emitted to the generated .s
94 void AddComment(const Twine &T) override;
100 /// Unlike AddComment, you are required to terminate comments with \n if you
246 /// AddComment - Add a comment that can be emitted to the generated .s
250 void MCAsmStreamer::AddComment(const Twine &T) { function in class:MCAsmStreamer

Completed in 148 milliseconds