/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/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/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/swiftshader/third_party/llvm-7.0/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 | 110 … 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
|
D | CLDRFile.java | 473 XPathParts.writeComment(pw, 0, initialComment, true); in write() 548 XPathParts.writeComment(pw, 0, finalComment, true); in write()
|
/external/catch2/include/internal/ |
D | catch_xmlwriter.h | 82 XmlWriter& writeComment( std::string const& text );
|
D | catch_xmlwriter.cpp | 252 XmlWriter& XmlWriter::writeComment( std::string const& text ) { 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 | 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()
|
D | JavaSourceWriter.java | 76 public void writeComment(String comment) { in writeComment() method in JavaSourceWriter
|
/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 | 5630 XmlWriter& writeComment( std::string const& text ); 12956 XmlWriter& XmlWriter::writeComment( std::string const& text ) { in writeComment() function in Catch::XmlWriter
|
/external/bcc/tests/cc/ |
D | catch.hpp | 9020 XmlWriter& writeComment( std::string const& text ) { in writeComment() function in Catch::XmlWriter
|