Home
last modified time | relevance | path

Searched refs:writeComment (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py87 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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py87 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/
Dgenk-timing.py87 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/
Dgenk-timing.py87 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/
Dgenk-timing.py92 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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py92 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/
DXPathParts.java110 … filteredXPath.writeComment(pw, xpath_comments, i + 1, Comments.CommentType.PREBLOCK); in writeDifference()
116 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.PREBLOCK); in writeDifference()
131 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.LINE); in writeDifference()
135 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.POSTBLOCK); in writeDifference()
308 …private XPathParts writeComment(PrintWriter pw, Comments xpath_comments, int index, Comments.Comme… in writeComment() method in XPathParts
315 XPathParts.writeComment(pw, index - 1, comment, blockComment); in writeComment()
1034 static void writeComment(PrintWriter pw, int indent, String comment, boolean blockComment) { in writeComment() method in XPathParts
DCLDRFile.java473 XPathParts.writeComment(pw, 0, initialComment, true); in write()
548 XPathParts.writeComment(pw, 0, finalComment, true); in write()
/external/catch2/include/internal/
Dcatch_xmlwriter.h82 XmlWriter& writeComment( std::string const& text );
Dcatch_xmlwriter.cpp252 XmlWriter& XmlWriter::writeComment( std::string const& text ) { in writeComment() function in Catch::XmlWriter
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/
DXmlWriter.java106 writer.writeComment(" " + comment + " "); in addElement()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DTemplateTranslator.java191 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()
DJavaSourceWriter.java76 public void writeComment(String comment) { in writeComment() method in JavaSourceWriter
/external/doclava/src/com/google/doclava/
DStubs.java683 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/
Dcatch.hpp5630 XmlWriter& writeComment( std::string const& text );
12956 XmlWriter& XmlWriter::writeComment( std::string const& text ) { in writeComment() function in Catch::XmlWriter
/external/bcc/tests/cc/
Dcatch.hpp9020 XmlWriter& writeComment( std::string const& text ) { in writeComment() function in Catch::XmlWriter