Searched defs:AddComment (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ | ||
D | xml_formatted_writer.py | 56 def AddComment(self, parent, comment): member in XMLFormattedWriter |
/external/jhead/ | ||
D | jhead.c | 97 static char * AddComment = NULL; // Add this tag. variable |
/external/llvm/include/llvm/MC/ | ||
D | MCStreamer.h | 274 virtual void AddComment(const Twine &T) {} in AddComment() function |
/external/chromium_org/tools/imagediff/ | ||
D | image_diff_png.cc | 437 void AddComment(size_t pos, const Comment& comment) { in AddComment() function in image_diff_png::__anon43a7584d0311::CommentWriter |
/external/chromium_org/ui/gfx/codec/ | ||
D | png_codec.cc | 545 void AddComment(size_t pos, const PNGCodec::Comment& comment) { in AddComment() function in gfx::__anonf806e9330311::CommentWriter |
/external/llvm/lib/MC/ | ||
D | MCAsmStreamer.cpp | 250 void MCAsmStreamer::AddComment(const Twine &T) { in AddComment() function in MCAsmStreamer |