HomeSort by relevance Sort by last modified time
    Searched refs:AddLine (Results 1 - 25 of 41) sorted by null

1 2

  /external/dbus-binding-generator/chromeos-dbus-bindings/
proxy_generator.cc 51 text.AddLine("// Automatic generation of D-Bus interfaces:");
53 text.AddLine(StringPrintf("// - %s", interface.name.c_str()));
56 text.AddLine(StringPrintf("#ifndef %s", header_guard.c_str()));
57 text.AddLine(StringPrintf("#define %s", header_guard.c_str()));
58 text.AddLine("#include <memory>");
59 text.AddLine("#include <string>");
60 text.AddLine("#include <vector>");
62 text.AddLine("#include <base/bind.h>");
63 text.AddLine("#include <base/callback.h>");
64 text.AddLine("#include <base/logging.h>")
    [all...]
adaptor_generator.cc 32 text.AddLine("// Automatic generation of D-Bus interfaces:");
34 text.AddLine(StringPrintf("// - %s", interface.name.c_str()));
37 text.AddLine(StringPrintf("#ifndef %s", header_guard.c_str()));
38 text.AddLine(StringPrintf("#define %s", header_guard.c_str()));
39 text.AddLine("#include <memory>");
40 text.AddLine("#include <string>");
41 text.AddLine("#include <tuple>");
42 text.AddLine("#include <vector>");
44 text.AddLine("#include <base/macros.h>");
45 text.AddLine("#include <dbus/object_path.h>")
    [all...]
indented_text_unittest.cc 33 TEST_F(IndentedTextTest, AddLine) {
35 text_.AddLine(kTestString0);
41 text_.AddLine(kTestString1);
89 text_.AddLine(kTestString);
95 text_.AddLine(kTestString);
101 text_.AddLine(kTestString);
104 text_.AddLine(kTestString);
109 text_.AddLine(kTestString);
123 text_.AddLine("test");
175 text_.AddLine("no indent")
    [all...]
indented_text.cc 23 AddLine("");
36 void IndentedText::AddLine(const std::string& line) {
47 AddLine(line);
97 AddLine("//");
99 AddLine("// " + line);
indented_text.h 29 void AddLine(const std::string& line);
method_name_generator.cc 36 text.AddLine(
name_parser.cc 20 text->AddLine(base::StringPrintf("namespace %s {", name.c_str()));
24 text->AddLine(base::StringPrintf("} // namespace %s", name.c_str()));
  /external/google-breakpad/src/common/
dwarf_line_to_module_unittest.cc 51 h.AddLine(0x6fd126fbf74f2680LL, 0x63c9a14cf556712bLL, 0x30bf0f27,
77 h.AddLine(0x69900c5d553b7274ULL, 0x90fded183f0d0d3cULL, 0x2b80377a,
79 h.AddLine(0x45811219a39b7101ULL, 0x25a5e6a924afc41fULL, 0x63beb4a4,
81 h.AddLine(0xfa90514c1dc9704bULL, 0x0063efeabc02f313ULL, 0x1d161d56,
83 h.AddLine(0x556b55fb6a647b10ULL, 0x3f3089ca2bfd80f5ULL, 0x1e7a667c,
86 h.AddLine(0xe2d72a37f8d9403aULL, 0x034dfab5b0d4d236ULL, 0x63beb4a5,
134 h.AddLine(1, 1, 1, 0, 0);
152 h.AddLine(1, 1, 1, 0, 0);
169 h.AddLine(1, 1, 1, 0, 0);
182 h.AddLine(1, 1, 1, 0, 0)
    [all...]
dwarf_line_to_module.h 67 // line parser will call AddLine with a series of lines starting at address
139 void AddLine(uint64 address, uint64 length,
178 // AddLine calls.
dwarf_line_to_module.cc 106 void DwarfLineToModule::AddLine(uint64 address, uint64 length,
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
line_chart_test.py 34 return chart.AddLine(points, color=color, label=label)
43 self.chart.AddLine([1, 2, 3], markers=[(1, x), (2, o), (3, x)])
44 self.chart.AddLine([4, 5, 6], markers=[(x, line) for x in range(3)])
55 self.chart.AddLine([1, 2, 3])
56 self.chart.AddLine([4, 5, 6], pattern=line_chart.LineStyle.DASHED)
  /external/chromium-trace/catapult/third_party/graphy/graphy/
line_chart.py 51 # ((on, off) tuples, as passed to LineChart.AddLine)
95 self.AddLine(points)
97 def AddLine(self, points, label=None, color=None,
127 warnings.warn('LineChart.AddSeries is deprecated. Call AddLine instead. ',
129 return self.AddLine(points, color=color, width=style.width,
formatters_test.py 30 self.chart.AddLine([1, 2, 3], label='A')
31 self.chart.AddLine([4, 5, 6], label='B')
67 self.chart.AddLine([])
line_chart_test.py 56 self.assertRaises(DeprecationWarning, chart.AddLine, [1, 2, 3],
61 chart.AddLine([1, 2, 3], 'label', 'color', markers=[x])
  /external/pdfium/xfa/src/fdp/include/
fde_pth.h 24 virtual void AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2) = 0;
  /external/pdfium/xfa/src/fdp/src/fde/
fde_geobject.h 26 virtual void AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2);
  /external/pdfium/xfa/src/fxgraphics/src/
fx_path_generator.h 36 void AddLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffpath.cpp 91 linePath.AddLine(rtLine.right(), rtLine.top, rtLine.left, rtLine.bottom());
93 linePath.AddLine(rtLine.left, rtLine.top, rtLine.right(), rtLine.bottom());
  /external/pdfium/xfa/src/fwl/src/theme/
formtp.cpp 436 path.AddLine(rtX.left, rtX.top + 1, frtXRight - 1, frtXBottom);
437 path.AddLine(rtX.left, rtX.top, frtXRight, frtXBottom);
438 path.AddLine(rtX.left + 1, rtX.top, frtXRight, frtXBottom - 1);
439 path.AddLine(rtX.left, frtXBottom - 1, frtXRight - 1, rtX.top);
440 path.AddLine(rtX.left, frtXBottom, frtXRight, rtX.top);
441 path.AddLine(rtX.left + 1, frtXBottom, frtXRight, rtX.top + 1);
522 path.AddLine(pRect->left + 7, pRect->top + 6, pRect->left + 14,
524 path.AddLine(pRect->left + 4, pRect->top + 9, pRect->left + 11,
533 path.AddLine(pRect->left + 4, pRect->top + 10, pRect->left + 4,
535 path.AddLine(pRect->left + 10, pRect->top + 10, pRect->left + 10,
    [all...]
  /external/google-breakpad/src/common/dwarf/
functioninfo.h 101 virtual void AddLine(uint64 address, uint64 length,
functioninfo.cc 96 void CULineInfoHandler::AddLine(uint64 address, uint64 length, uint32 file_num,
108 fprintf(stderr, "error in AddLine");
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 433 static bool AddLine(const std::string& line, std::string* message) {
493 AddLine(os.str(), message);
539 return AddLine(os.str(), message);
722 AddLine(mline, &new_lines);
753 AddLine(os.str(), &new_lines);
804 AddLine(kSessionVersion, &message);
818 AddLine(os.str(), &message);
819 AddLine(kSessionName, &message);
822 AddLine(kTimeDescription, &message);
    [all...]
  /external/skia/src/core/
SkGlyphCache.h 247 static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis,
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 250 CPVT_WordPlace AddLine(const CPVT_LineInfo& lineinfo);
458 CPVT_WordPlace AddLine(const CPVT_WordPlace& place,
  /external/skia/gm/
degeneratesegments.cpp 115 static SkPoint AddLine(SkPath& path, SkPoint& startPt) {
224 AddLine,

Completed in 639 milliseconds

1 2