/external/llvm/lib/CodeGen/AsmPrinter/ |
D | ByteStreamer.h | 78 SmallVectorImpl<std::string> &Comments; variable 87 SmallVectorImpl<std::string> &Comments, in BufferByteStreamer() argument 89 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) {} in BufferByteStreamer() 93 Comments.push_back(Comment.str()); in EmitInt8() 99 Comments.push_back(Comment.str()); in EmitSLEB128() 105 Comments.push_back(Comment.str()); in EmitULEB128()
|
D | DebugLocStream.cpp | 33 Comments.erase(Comments.begin() + Entries.back().CommentOffset, in finalizeEntry() 34 Comments.end()); in finalizeEntry()
|
D | DebugLocStream.h | 56 SmallVector<std::string, 32> Comments; variable 97 Entries.emplace_back(BeginSym, EndSym, DWARFBytes.size(), Comments.size()); in startEntry() 105 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments); in getStreamer() 121 return makeArrayRef(Comments) in getComments() 148 return Comments.size() - Entries[EI].CommentOffset; in getNumComments()
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 278 while (!Comments.empty() && in addComment() 279 !SourceMgr.isBeforeInTranslationUnit(Comments.back()->getLocStart(), in addComment() 283 Comments.pop_back(); in addComment() 292 if (Comments.empty()) { in addComment() 293 Comments.push_back(new (Allocator) RawComment(RC)); in addComment() 297 const RawComment &C1 = *Comments.back(); in addComment() 320 *Comments.back() = RawComment(SourceMgr, MergedRange, true, in addComment() 323 Comments.push_back(new (Allocator) RawComment(RC)); in addComment() 329 MergedComments.reserve(Comments.size() + DeserializedComments.size()); in addDeserializedComments() 331 std::merge(Comments.begin(), Comments.end(), in addDeserializedComments() [all …]
|
/external/clang/unittests/Tooling/ |
D | CommentHandlerTest.cpp | 52 Comments.push_back(Comment(C, CLine, CCol)); in HandleComment() 65 CommentList Comments; member in clang::CommentHandlerVisitor 96 CommentVerifier(const CommentList &Comments, Preprocessor *PP) in CommentVerifier() argument 97 : Current(Comments.begin()), End(Comments.end()), PP(PP) in CommentVerifier() 129 return CommentVerifier(Comments, PP); in GetVerifier()
|
/external/jdiff/src/jdiff/ |
D | CommentsHandler.java | 29 public Comments comments_ = null; 44 public CommentsHandler(Comments comments) { in CommentsHandler() 134 currentText.compareTo(Comments.placeHolderText) != 0) { in addTextToComments() 167 if (Comments.isMinimizedTag(currentHTMLTag)) { in addStartTagToText() 185 if (!Comments.isMinimizedTag(currentHTMLTag)) in addEndTagToText()
|
D | Comments.java | 23 public class Comments { class 31 private static Comments oldComments_ = null; 34 public Comments() { in Comments() method in Comments 46 public static Comments readFile(String filename) { in readFile() 59 oldComments_ = new Comments(); in readFile() 193 public static String getComment(Comments comments, String id) { in getComment() 380 Comments newComments) { in writeFile() 435 public static void noteDifferences(Comments oldComments, Comments newComments) { in noteDifferences()
|
D | JDiff.java | 113 Comments existingComments = Comments.readFile(commentsFileName); in startGeneration() 123 Comments newComments = reporter.getNewComments(); in startGeneration() 124 Comments.noteDifferences(existingComments, newComments); in startGeneration() 129 Comments.writeFile(commentsFileName, newComments); in startGeneration()
|
D | APIHandler.java | 215 currentText = Comments.convertAtLinks(currentText, currentElement, in addTextToComments() 220 currentText.compareTo(Comments.placeHolderText) != 0) { in addTextToComments() 264 String ctOld = (String)(Comments.allPossibleComments.put(commentID, ct)); in addTextToComments() 290 if (Comments.isMinimizedTag(currentHTMLTag)) { in addStartTagToText() 308 if (!Comments.isMinimizedTag(currentHTMLTag)) in addEndTagToText()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 128 StringRef Comments = DC->CommentsToEmit.str(); in emitComments() local 134 while (!Comments.empty()) { in emitComments() 139 size_t Position = Comments.find('\n'); in emitComments() 140 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments() 142 Comments = Comments.substr(Position+1); in emitComments()
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/ |
D | README.rst | 37 - Space/Comments before the very end or before various characters are 40 - Space/Comments at the very beginning or after various characters are 45 - Comments starting with an exclamation mark (``!``) can be kept optionally. 129 -b Keep bang-comments (Comments starting with an exclamation mark)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/ |
D | DESCRIPTION | 20 - Space/Comments before the very end or before various characters are 23 - Space/Comments at the very beginning or after various characters are 28 - Comments starting with an exclamation mark (``!``) can be kept optionally.
|
/external/clang/include/clang/AST/ |
D | RawCommentList.h | 189 return Comments; in getComments() 194 std::vector<RawComment *> Comments; variable
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-09-23.data | 2 # Comments:
|
/external/llvm/test/YAMLParser/ |
D | spec-09-23.test | 4 # Comments:
|
/external/jhead/ |
D | exif.c | 761 if (ImageInfo.Comments[0]){ // We already have a jpeg comment. in ProcessExifDir() 769 memcpy(ImageInfo.Comments, ValuePtr, ByteCount); in ProcessExifDir() 775 if (ImageInfo.Comments[0]){ // We already have a jpeg comment. in ProcessExifDir() 806 strncpy(ImageInfo.Comments, in ProcessExifDir() 812 strncpy(ImageInfo.Comments, (char *)ValuePtr, msiz); in ProcessExifDir() 1918 if (ImageInfo.Comments[0]){ in ShowImageInfo() 1923 c = ImageInfo.Comments[a]; in ShowImageInfo() 1927 if (ImageInfo.Comments[a+1] != '\0'){ in ShowImageInfo() 1938 printf("%.*ls\n", ImageInfo.CommentWidchars, (wchar_t *)ImageInfo.Comments); in ShowImageInfo()
|
/external/skia/tools/ |
D | tsan.supp | 3 # CAREFUL! Comments must go on their own line or your suppressions will silently fail.
|
/external/zlib/src/contrib/vstudio/vc11/ |
D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
/external/zlib/src/contrib/vstudio/vc9/ |
D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
/external/zlib/src/contrib/vstudio/vc10/ |
D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 274 StringRef Comments = CommentToEmit; in EmitCommentsAndEOL() local 276 assert(Comments.back() == '\n' && in EmitCommentsAndEOL() 281 size_t Position = Comments.find('\n'); in EmitCommentsAndEOL() 282 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL() 284 Comments = Comments.substr(Position+1); in EmitCommentsAndEOL() 285 } while (!Comments.empty()); in EmitCommentsAndEOL()
|
/external/libmicrohttpd/src/microhttpd/ |
D | microhttpd_dll_res.rc.in | 27 VALUE "Comments", "http://www.gnu.org/software/libmicrohttpd/\0"
|
/external/libmicrohttpd/w32/VS2013/ |
D | microhttpd_dll_res_vc.rc | 35 VALUE "Comments", "http://www.gnu.org/software/libmicrohttpd/\0"
|
D | microhttpd_dll_res_vc.rc.in | 35 VALUE "Comments", "http://www.gnu.org/software/libmicrohttpd/\0"
|
/external/zlib/src/win32/ |
D | zlib1.rc | 33 VALUE "Comments", "For more information visit http://www.zlib.net/\0"
|