/external/tensorflow/tensorflow/compiler/xla/ |
D | metric_table_report.cc | 61 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 …]
|
D | metric_table_report.h | 109 void AppendLine(Args... args) { in AppendLine() function
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | DotTreeGenerator.cs | 99 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/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/ |
D | DOTTreeGenerator.cs | 96 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/ |
D | DotTreeGenerator.cs | 99 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/ |
D | cfx_pathdata.cpp | 205 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()
|
D | cfx_pathdata.h | 63 void AppendLine(const CFX_PointF& pt1, const CFX_PointF& pt2);
|
/external/skqp/src/pdf/ |
D | SkPDFUtils.cpp | 66 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() function in SkPDFUtils 164 AppendLine(args[1].fX, args[1].fY, ¤tSegment); in EmitPath()
|
D | SkPDFUtils.h | 51 void AppendLine(SkScalar x, SkScalar y, SkWStream* content);
|
D | SkPDFDevice.cpp | 610 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/skia/src/pdf/ |
D | SkPDFUtils.cpp | 66 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() function in SkPDFUtils 164 AppendLine(args[1].fX, args[1].fY, ¤tSegment); in EmitPath()
|
D | SkPDFUtils.h | 51 void AppendLine(SkScalar x, SkScalar y, SkWStream* content);
|
D | SkPDFDevice.cpp | 610 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/ |
D | cxfa_textlayout.cpp | 1174 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/ |
D | pddm.py | 164 def AppendLine(self, line): member in MacroCollection.MacroDefinition 224 current_macro.AppendLine(line)
|