/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/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-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | genk-timing.py | 94 def writeComment(self, comment): member in KScriptGenerator 101 … self.writeComment("Define ':' for sequencing: as a low-precedence operator that ignores operands") 102 self.writeComment("and just returns the RHS.") 105 self.writeComment("Helper functions defined within toy") 110 self.writeComment("Print the result of a function call") 150 self.writeComment("Auto-generated function number %d" % funcNum) 171 self.writeComment("Call the last function") 179 … self.writeComment("Called %d of %d functions" % (len(self.calledFunctions), self.lastFuncNum)) 189 … script.writeComment("===========================================================================") 190 script.writeComment("Auto-generated script") [all …]
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | genk-timing.py | 89 def writeComment(self, comment): member in KScriptGenerator 96 … self.writeComment("Define ':' for sequencing: as a low-precedence operator that ignores operands") 97 self.writeComment("and just returns the RHS.") 100 self.writeComment("Helper functions defined within toy") 105 self.writeComment("Print the result of a function call") 145 self.writeComment("Auto-generated function number %d" % funcNum) 166 self.writeComment("Call the last function") 174 … self.writeComment("Called %d of %d functions" % (len(self.calledFunctions), self.lastFuncNum)) 184 … script.writeComment("===========================================================================") 185 script.writeComment("Auto-generated script") [all …]
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | genk-timing.py | 89 def writeComment(self, comment): member in KScriptGenerator 96 … self.writeComment("Define ':' for sequencing: as a low-precedence operator that ignores operands") 97 self.writeComment("and just returns the RHS.") 100 self.writeComment("Helper functions defined within toy") 105 self.writeComment("Print the result of a function call") 145 self.writeComment("Auto-generated function number %d" % funcNum) 166 self.writeComment("Call the last function") 174 … self.writeComment("Called %d of %d functions" % (len(self.calledFunctions), self.lastFuncNum)) 184 … script.writeComment("===========================================================================") 185 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/java/org/unicode/cldr/util/ |
D | XPathParts.java | 126 … filteredXPath.writeComment(pw, xpath_comments, i + 1, Comments.CommentType.PREBLOCK); in writeDifference() 132 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.PREBLOCK); in writeDifference() 147 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.LINE); in writeDifference() 151 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.POSTBLOCK); in writeDifference() 309 …private XPathParts writeComment(PrintWriter pw, Comments xpath_comments, int index, Comments.Comme… in writeComment() method in XPathParts 316 XPathParts.writeComment(pw, index - 1, comment, blockComment); in writeComment() 1116 static void writeComment(PrintWriter pw, int indent, String comment, boolean blockComment) { in writeComment() method in XPathParts
|
D | CLDRFile.java | 478 XPathParts.writeComment(pw, 0, initialComment, true); in write() 563 XPathParts.writeComment(pw, 0, finalComment, true); in write()
|
/external/catch2/include/internal/ |
D | catch_xmlwriter.h | 91 …XmlWriter& writeComment(std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | XmlF…
|
D | catch_xmlwriter.cpp | 292 XmlWriter& XmlWriter::writeComment( std::string const& text, XmlFormatting fmt) { in writeComment() function in Catch::XmlWriter
|
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/ |
D | XmlWriter.java | 106 writer.writeComment(" " + comment + " "); in addElement()
|
/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/catch2/include/reporters/ |
D | catch_reporter_xml.cpp | 234 .writeComment("All values in nano seconds"); in benchmarkStarting()
|
/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/catch2/single_include/catch2/ |
D | catch.hpp | 6254 …XmlWriter& writeComment(std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | XmlF… 15409 XmlWriter& XmlWriter::writeComment( std::string const& text, XmlFormatting fmt) { in writeComment() function in Catch::XmlWriter 17121 .writeComment("All values in nano seconds"); in benchmarkStarting()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 6288 …XmlWriter& writeComment(std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | XmlF… 15653 XmlWriter& XmlWriter::writeComment( std::string const& text, XmlFormatting fmt) { in writeComment() function in Catch::XmlWriter 17387 .writeComment("All values in nano seconds"); in benchmarkStarting()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 9020 XmlWriter& writeComment( std::string const& text ) { in writeComment() function in Catch::XmlWriter
|