/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | genk-timing.py | 87 def writeComment(self, comment): member in KScriptGenerator 94 … self.writeComment("Define ':' for sequencing: as a low-precedence operator that ignores operands") 95 self.writeComment("and just returns the RHS.") 98 self.writeComment("Helper functions defined within toy") 103 self.writeComment("Print the result of a function call") 143 self.writeComment("Auto-generated function number %d" % funcNum) 164 self.writeComment("Call the last function") 172 … self.writeComment("Called %d of %d functions" % (len(self.calledFunctions), self.lastFuncNum)) 182 … script.writeComment("===========================================================================") 183 script.writeComment("Auto-generated script") [all …]
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | genk-timing.py | 87 def writeComment(self, comment): member in KScriptGenerator 94 … self.writeComment("Define ':' for sequencing: as a low-precedence operator that ignores operands") 95 self.writeComment("and just returns the RHS.") 98 self.writeComment("Helper functions defined within toy") 103 self.writeComment("Print the result of a function call") 143 self.writeComment("Auto-generated function number %d" % funcNum) 164 self.writeComment("Call the last function") 172 … self.writeComment("Called %d of %d functions" % (len(self.calledFunctions), self.lastFuncNum)) 182 … script.writeComment("===========================================================================") 183 script.writeComment("Auto-generated script") [all …]
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | genk-timing.py | 92 def writeComment(self, comment): member in KScriptGenerator 99 … self.writeComment("Define ':' for sequencing: as a low-precedence operator that ignores operands") 100 self.writeComment("and just returns the RHS.") 103 self.writeComment("Helper functions defined within toy") 108 self.writeComment("Print the result of a function call") 148 self.writeComment("Auto-generated function number %d" % funcNum) 169 self.writeComment("Call the last function") 177 … self.writeComment("Called %d of %d functions" % (len(self.calledFunctions), self.lastFuncNum)) 187 … script.writeComment("===========================================================================") 188 script.writeComment("Auto-generated script") [all …]
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | XPathParts.java | 120 filteredXPath.writeComment( in writeDifference() 127 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.PREBLOCK); in writeDifference() 142 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.LINE); in writeDifference() 146 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.POSTBLOCK); in writeDifference() 306 private XPathParts writeComment( in writeComment() method in XPathParts 314 XPathParts.writeComment(pw, index - 1, comment, blockComment); in writeComment() 1029 static void writeComment(PrintWriter pw, int indent, String comment, boolean blockComment) { in writeComment() method in XPathParts
|
D | CldrXmlWriter.java | 81 XPathParts.writeComment(pw, 0, initialComment, true); in start() 179 XPathParts.writeComment(pw, 0, finalComment, true); in finish()
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | JavaSourceWriter.java | 76 public void writeComment(String comment) { in writeComment() method in JavaSourceWriter
|
D | TemplateTranslator.java | 191 java.writeComment("This class is autogenerated by JSilver. Do not edit."); in caseStart() 328 java.writeComment("with:"); in caseAWithCommand() 723 java.writeComment("call:" + name); in caseACallCommand()
|
/external/doclava/src/com/google/doclava/ |
D | Stubs.java | 683 writeComment(stream, cl); in writeClass() 863 writeComment(stream, method); in writeMethod() 937 writeComment(stream, field); in writeField() 1104 static void writeComment(PrintStream stream, DocInfo doc) { in writeComment() method in Stubs
|
/external/bcc/tests/cc/ |
D | catch.hpp | 9020 XmlWriter& writeComment( std::string const& text ) { in writeComment() function in Catch::XmlWriter
|