Home
last modified time | relevance | path

Searched refs:AppendLine (Results 1 – 16 of 16) 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()
128 AppendLine("********** ", metric_name_, " report **********"); in AppendHeader()
129 AppendLine("There are ", MetricString(expected_metric_sum_), " ", in AppendHeader()
131 AppendLine("There are ", MetricString(UnaccountedMetric()), " ", metric_name_, in AppendHeader()
134 AppendLine("There are ", entries_.size(), " ", entry_name_, "."); in AppendHeader()
140 AppendLine("********** categories table for ", metric_name_, " **********"); in AppendCategoryTable()
141 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/win32/
Dfx_win32_device_embeddertest.cpp49 path_data.AppendLine(p1, p2); in TEST_F()
50 path_data.AppendLine(p2, p3); in TEST_F()
51 path_data.AppendLine(p3, p1); in TEST_F()
/external/pdfium/core/fxge/
Dcfx_pathdata.cpp226 void CFX_PathData::AppendLine(const CFX_PointF& pt1, const CFX_PointF& pt2) { in AppendLine() function in CFX_PathData
247 AppendLine(left_bottom, left_top); in AppendRect()
248 AppendLine(left_top, right_top); in AppendRect()
249 AppendLine(right_top, right_bottom); in AppendRect()
250 AppendLine(right_bottom, left_bottom); in AppendRect()
Dcfx_pathdata.h67 void AppendLine(const CFX_PointF& pt1, const CFX_PointF& pt2);
/external/skia/src/pdf/
DSkPDFUtils.cpp68 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() function in SkPDFUtils
167 AppendLine(args[1].fX, args[1].fY, &currentSegment); in EmitPath()
DSkPDFUtils.h52 void AppendLine(SkScalar x, SkScalar y, SkWStream* content);
DSkPDFDevice.cpp451 SkPDFUtils::AppendLine(points[i].fX, points[i].fY, contentStream); in drawPoints()
458 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.cpp1153 path.AppendLine(pt1, pt2); in RenderPath()
1164 path.AppendLine(pt1, pt2); in RenderPath()
1175 path.AppendLine(pt1, pt2); in RenderPath()
1231 path.AppendLine(pt1, pt2); in RenderPath()
1238 path.AppendLine(pt1, pt2); in RenderPath()
/external/protobuf/objectivec/DevTools/
Dpddm.py165 def AppendLine(self, line): member in MacroCollection.MacroDefinition
225 current_macro.AppendLine(line)