/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() 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 …]
|
D | metric_table_report.h | 109 void AppendLine(Args... args) { in AppendLine() function
|
/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/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/pdfium/core/fxge/win32/ |
D | fx_win32_device_embeddertest.cpp | 49 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/ |
D | cfx_pathdata.cpp | 226 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()
|
D | cfx_pathdata.h | 67 void AppendLine(const CFX_PointF& pt1, const CFX_PointF& pt2);
|
/external/skia/src/pdf/ |
D | SkPDFUtils.cpp | 68 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() function in SkPDFUtils 167 AppendLine(args[1].fX, args[1].fY, ¤tSegment); in EmitPath()
|
D | SkPDFUtils.h | 52 void AppendLine(SkScalar x, SkScalar y, SkWStream* content);
|
D | SkPDFDevice.cpp | 451 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/ |
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 | 1153 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/ |
D | pddm.py | 165 def AppendLine(self, line): member in MacroCollection.MacroDefinition 225 current_macro.AppendLine(line)
|