Home
last modified time | relevance | path

Searched defs:AddComment (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
Dxml_formatted_writer.py56 def AddComment(self, parent, comment): member in XMLFormattedWriter
/external/jhead/
Djhead.c97 static char * AddComment = NULL; // Add this tag. variable
/external/llvm/include/llvm/MC/
DMCStreamer.h274 virtual void AddComment(const Twine &T) {} in AddComment() function
/external/chromium_org/tools/imagediff/
Dimage_diff_png.cc437 void AddComment(size_t pos, const Comment& comment) { in AddComment() function in image_diff_png::__anon43a7584d0311::CommentWriter
/external/chromium_org/ui/gfx/codec/
Dpng_codec.cc545 void AddComment(size_t pos, const PNGCodec::Comment& comment) { in AddComment() function in gfx::__anonf806e9330311::CommentWriter
/external/llvm/lib/MC/
DMCAsmStreamer.cpp250 void MCAsmStreamer::AddComment(const Twine &T) { in AddComment() function in MCAsmStreamer