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

/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.h261 /// AddComment - Add a comment that can be emitted to the generated .s
268 virtual void AddComment(const Twine &T) {} function in class:llvm::MCStreamer
271 /// Unlike AddComment, you are required to terminate comments with \n if you
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp89 /// AddComment - Add a comment that can be emitted to the generated .s
93 void AddComment(const Twine &T) override;
99 /// Unlike AddComment, you are required to terminate comments with \n if you
245 /// AddComment - Add a comment that can be emitted to the generated .s
249 void MCAsmStreamer::AddComment(const Twine &T) { function in class:MCAsmStreamer
/external/pdfium/samples/
H A Dimage_diff_png.cc412 AddComment(i, comments[i]);
436 void AddComment(size_t pos, const Comment& comment) { function in class:image_diff_png::__anon13373::CommentWriter
/external/skia/src/core/
H A DSkRecordDraw.cpp90 DRAW(AddComment, addComment(r.key, r.value));
293 void trackBounds(const AddComment&) { this->pushControl(); } argument

Completed in 185 milliseconds