/external/dbus-binding-generator/chromeos-dbus-bindings/ |
D | proxy_generator.cc | 51 text.AddLine("// Automatic generation of D-Bus interfaces:"); in GenerateProxies() 53 text.AddLine(StringPrintf("// - %s", interface.name.c_str())); in GenerateProxies() 56 text.AddLine(StringPrintf("#ifndef %s", header_guard.c_str())); in GenerateProxies() 57 text.AddLine(StringPrintf("#define %s", header_guard.c_str())); in GenerateProxies() 58 text.AddLine("#include <memory>"); in GenerateProxies() 59 text.AddLine("#include <string>"); in GenerateProxies() 60 text.AddLine("#include <vector>"); in GenerateProxies() 62 text.AddLine("#include <base/bind.h>"); in GenerateProxies() 63 text.AddLine("#include <base/callback.h>"); in GenerateProxies() 64 text.AddLine("#include <base/logging.h>"); in GenerateProxies() [all …]
|
D | adaptor_generator.cc | 32 text.AddLine("// Automatic generation of D-Bus interfaces:"); in GenerateAdaptors() 34 text.AddLine(StringPrintf("// - %s", interface.name.c_str())); in GenerateAdaptors() 37 text.AddLine(StringPrintf("#ifndef %s", header_guard.c_str())); in GenerateAdaptors() 38 text.AddLine(StringPrintf("#define %s", header_guard.c_str())); in GenerateAdaptors() 39 text.AddLine("#include <memory>"); in GenerateAdaptors() 40 text.AddLine("#include <string>"); in GenerateAdaptors() 41 text.AddLine("#include <tuple>"); in GenerateAdaptors() 42 text.AddLine("#include <vector>"); in GenerateAdaptors() 44 text.AddLine("#include <base/macros.h>"); in GenerateAdaptors() 45 text.AddLine("#include <dbus/object_path.h>"); in GenerateAdaptors() [all …]
|
D | indented_text_unittest.cc | 33 TEST_F(IndentedTextTest, AddLine) { in TEST_F() argument 35 text_.AddLine(kTestString0); in TEST_F() 41 text_.AddLine(kTestString1); in TEST_F() 89 text_.AddLine(kTestString); in TEST_F() 95 text_.AddLine(kTestString); in TEST_F() 101 text_.AddLine(kTestString); in TEST_F() 104 text_.AddLine(kTestString); in TEST_F() 109 text_.AddLine(kTestString); in TEST_F() 123 text_.AddLine("test"); in TEST_F() 175 text_.AddLine("no indent"); in TEST_F() [all …]
|
D | indented_text.cc | 23 AddLine(""); in AddBlankLine() 36 void IndentedText::AddLine(const std::string& line) { in AddLine() function in chromeos_dbus_bindings::IndentedText 47 AddLine(line); in AddLineAndPushOffsetTo() 97 AddLine("//"); in AddComments() 99 AddLine("// " + line); in AddComments()
|
D | name_parser.cc | 20 text->AddLine(base::StringPrintf("namespace %s {", name.c_str())); in AddOpenNamespace() 24 text->AddLine(base::StringPrintf("} // namespace %s", name.c_str())); in AddCloseNamespace()
|
D | method_name_generator.cc | 36 text.AddLine( in GenerateMethodNames()
|
D | indented_text.h | 29 void AddLine(const std::string& line);
|
/external/google-breakpad/src/common/ |
D | dwarf_line_to_module_unittest.cc | 51 h.AddLine(0x6fd126fbf74f2680LL, 0x63c9a14cf556712bLL, 0x30bf0f27, in TEST() 77 h.AddLine(0x69900c5d553b7274ULL, 0x90fded183f0d0d3cULL, 0x2b80377a, in TEST() 79 h.AddLine(0x45811219a39b7101ULL, 0x25a5e6a924afc41fULL, 0x63beb4a4, in TEST() 81 h.AddLine(0xfa90514c1dc9704bULL, 0x0063efeabc02f313ULL, 0x1d161d56, in TEST() 83 h.AddLine(0x556b55fb6a647b10ULL, 0x3f3089ca2bfd80f5ULL, 0x1e7a667c, in TEST() 86 h.AddLine(0xe2d72a37f8d9403aULL, 0x034dfab5b0d4d236ULL, 0x63beb4a5, in TEST() 134 h.AddLine(1, 1, 1, 0, 0); in TEST() 152 h.AddLine(1, 1, 1, 0, 0); in TEST() 169 h.AddLine(1, 1, 1, 0, 0); in TEST() 182 h.AddLine(1, 1, 1, 0, 0); in TEST() [all …]
|
D | dwarf_line_to_module.h | 139 void AddLine(uint64 address, uint64 length,
|
D | dwarf_line_to_module.cc | 106 void DwarfLineToModule::AddLine(uint64 address, uint64 length, in AddLine() function in google_breakpad::DwarfLineToModule
|
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/ |
D | 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/ |
D | line_chart.py | 95 self.AddLine(points) 97 def AddLine(self, points, label=None, color=None, member in LineChart 129 return self.AddLine(points, color=color, width=style.width,
|
D | 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([])
|
D | line_chart_test.py | 56 self.assertRaises(DeprecationWarning, chart.AddLine, [1, 2, 3], 61 chart.AddLine([1, 2, 3], 'label', 'color', markers=[x])
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp.cc | 433 static bool AddLine(const std::string& line, std::string* message) { in AddLine() function 493 AddLine(os.str(), message); in AddAttributeLine() 539 return AddLine(os.str(), message); in AddSsrcLine() 722 AddLine(mline, &new_lines); in UpdateMediaDefaultDestination() 753 AddLine(os.str(), &new_lines); in UpdateMediaDefaultDestination() 804 AddLine(kSessionVersion, &message); in SdpSerialize() 818 AddLine(os.str(), &message); in SdpSerialize() 819 AddLine(kSessionName, &message); in SdpSerialize() 822 AddLine(kTimeDescription, &message); in SdpSerialize() 836 AddLine(group_line, &message); in SdpSerialize() [all …]
|
/external/pdfium/xfa/src/fwl/src/theme/ |
D | formtp.cpp | 436 path.AddLine(rtX.left, rtX.top + 1, frtXRight - 1, frtXBottom); in DrawCloseBox() 437 path.AddLine(rtX.left, rtX.top, frtXRight, frtXBottom); in DrawCloseBox() 438 path.AddLine(rtX.left + 1, rtX.top, frtXRight, frtXBottom - 1); in DrawCloseBox() 439 path.AddLine(rtX.left, frtXBottom - 1, frtXRight - 1, rtX.top); in DrawCloseBox() 440 path.AddLine(rtX.left, frtXBottom, frtXRight, rtX.top); in DrawCloseBox() 441 path.AddLine(rtX.left + 1, frtXBottom, frtXRight, rtX.top + 1); in DrawCloseBox() 522 path.AddLine(pRect->left + 7, pRect->top + 6, pRect->left + 14, in DrawMaximizeBox() 524 path.AddLine(pRect->left + 4, pRect->top + 9, pRect->left + 11, in DrawMaximizeBox() 533 path.AddLine(pRect->left + 4, pRect->top + 10, pRect->left + 4, in DrawMaximizeBox() 535 path.AddLine(pRect->left + 10, pRect->top + 10, pRect->left + 10, in DrawMaximizeBox() [all …]
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffpath.cpp | 91 linePath.AddLine(rtLine.right(), rtLine.top, rtLine.left, rtLine.bottom()); in RenderWidget() 93 linePath.AddLine(rtLine.left, rtLine.top, rtLine.right(), rtLine.bottom()); in RenderWidget()
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_pth.h | 24 virtual void AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2) = 0;
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_path_generator.h | 36 void AddLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2);
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_geobject.h | 26 virtual void AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2);
|
/external/google-breakpad/src/common/dwarf/ |
D | functioninfo.h | 101 virtual void AddLine(uint64 address, uint64 length,
|
D | functioninfo.cc | 96 void CULineInfoHandler::AddLine(uint64 address, uint64 length, uint32 file_num, in AddLine() function in dwarf2reader::CULineInfoHandler
|
/external/skia/src/core/ |
D | SkGlyphCache.cpp | 280 void SkGlyphCache::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, in AddLine() function in SkGlyphCache 363 AddLine(pts, bounds[0], yAxis, intercept); in findIntercepts() 364 AddLine(pts, bounds[1], yAxis, intercept); in findIntercepts()
|
/external/skia/gm/ |
D | degeneratesegments.cpp | 115 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM 224 AddLine, in onDraw()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 85 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine() function in CSection 663 m_pSection->AddLine(line); in SplitLines() 689 m_pSection->AddLine(line); in SplitLines() 712 m_pSection->AddLine(line); in SplitLines() 828 AddLine(place, lineinfo); in Initialize() 1275 CPVT_WordPlace CPDF_VariableText::AddLine(const CPVT_WordPlace& place, in AddLine() function in CPDF_VariableText 1281 return pSection->AddLine(lineinfo); in AddLine()
|