Home
last modified time | relevance | path

Searched refs:AppendLine (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dmetric_table_report.cc61 AppendLine(); in MakeReport()
65 AppendLine(); in MakeReport()
69 AppendLine(); in MakeReport()
72 AppendLine(); in MakeReport()
126 AppendLine("********** ", metric_name_, " report **********"); in AppendHeader()
127 AppendLine("There are ", MetricString(expected_metric_sum_), " ", in AppendHeader()
129 AppendLine("There are ", MetricString(UnaccountedMetric()), " ", metric_name_, in AppendHeader()
132 AppendLine("There are ", entries_.size(), " ", entry_name_, "."); in AppendHeader()
138 AppendLine("********** categories table for ", metric_name_, " **********"); in AppendCategoryTable()
139 AppendLine(); in AppendCategoryTable()
[all …]
Dmetric_table_report.h109 void AppendLine(Args... args) { in AppendLine() function
/external/antlr/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DDOTTreeGenerator.cs96 builder.AppendLine(line); in ToDot()
104 builder.AppendLine(s); in ToDot()
106 builder.AppendLine(); in ToDot()
109 builder.AppendLine(s); in ToDot()
111 builder.AppendLine(); in ToDot()
113 builder.AppendLine(Footer); in ToDot()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DDotTreeGenerator.cs99 builder.AppendLine( line ); in ToDot()
107 builder.AppendLine( s ); in ToDot()
109 builder.AppendLine(); in ToDot()
112 builder.AppendLine( s ); in ToDot()
114 builder.AppendLine(); in ToDot()
116 builder.AppendLine( Footer ); in ToDot()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DDotTreeGenerator.cs99 builder.AppendLine( line ); in ToDot()
107 builder.AppendLine( s ); in ToDot()
109 builder.AppendLine(); in ToDot()
112 builder.AppendLine( s ); in ToDot()
114 builder.AppendLine(); in ToDot()
116 builder.AppendLine( Footer ); in ToDot()
/external/pdfium/core/fxge/
Dcfx_pathdata.cpp205 void CFX_PathData::AppendLine(const CFX_PointF& pt1, const CFX_PointF& pt2) { in AppendLine() function in CFX_PathData
222 AppendLine(left_bottom, left_top); in AppendRect()
223 AppendLine(left_top, right_top); in AppendRect()
224 AppendLine(right_top, right_bottom); in AppendRect()
225 AppendLine(right_bottom, left_bottom); in AppendRect()
Dcfx_pathdata.h63 void AppendLine(const CFX_PointF& pt1, const CFX_PointF& pt2);
/external/skia/src/pdf/
DSkPDFUtils.cpp66 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() function in SkPDFUtils
164 AppendLine(args[1].fX, args[1].fY, &currentSegment); in EmitPath()
DSkPDFUtils.h51 void AppendLine(SkScalar x, SkScalar y, SkWStream* content);
DSkPDFDevice.cpp610 SkPDFUtils::AppendLine(points[i].fX, points[i].fY, contentStream); in drawPoints()
617 SkPDFUtils::AppendLine(points[i * 2 + 1].fX, points[i * 2 + 1].fY, contentStream); in drawPoints()
/external/skqp/src/pdf/
DSkPDFUtils.cpp66 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() function in SkPDFUtils
164 AppendLine(args[1].fX, args[1].fY, &currentSegment); in EmitPath()
DSkPDFUtils.h51 void AppendLine(SkScalar x, SkScalar y, SkWStream* content);
DSkPDFDevice.cpp610 SkPDFUtils::AppendLine(points[i].fX, points[i].fY, contentStream); in drawPoints()
617 SkPDFUtils::AppendLine(points[i * 2 + 1].fX, points[i * 2 + 1].fY, contentStream); in drawPoints()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp1174 path.AppendLine(pt1, pt2); in RenderPath()
1185 path.AppendLine(pt1, pt2); in RenderPath()
1195 path.AppendLine(pt1, pt2); in RenderPath()
1249 path.AppendLine(pt1, pt2); in RenderPath()
1256 path.AppendLine(pt1, pt2); in RenderPath()
/external/protobuf/objectivec/DevTools/
Dpddm.py164 def AppendLine(self, line): member in MacroCollection.MacroDefinition
224 current_macro.AppendLine(line)