/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/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/fxfa/ |
D | cxfa_ffline.cpp | 126 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget() 128 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_gepath.h | 36 void AddLine(const CFX_PointF& p1, const CFX_PointF& p2);
|
D | cxfa_gepath.cpp | 76 void CXFA_GEPath::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) { in AddLine() function in CXFA_GEPath
|
/external/pdfium/core/fpdfdoc/ |
D | csection.h | 34 CPVT_WordPlace AddLine(const CPVT_LineInfo& lineinfo);
|
D | ctypeset.cpp | 367 m_pSection->AddLine(line); in SplitLines() 393 m_pSection->AddLine(line); in SplitLines() 416 m_pSection->AddLine(line); in SplitLines()
|
D | cpdf_variabletext.h | 175 CPVT_WordPlace AddLine(const CPVT_WordPlace& place,
|
D | cpdf_variabletext.cpp | 208 AddLine(place, lineinfo); in Initialize() 566 CPVT_WordPlace CPDF_VariableText::AddLine(const CPVT_WordPlace& place, in AddLine() function in CPDF_VariableText 571 return m_SectionArray[place.nSecIndex]->AddLine(lineinfo); in AddLine()
|
D | csection.cpp | 43 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine() function in CSection
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_checkboxtp.cpp | 101 path.AddLine(pRtSign->TopLeft(), CFX_PointF(fRight, fBottom)); in DrawSignCross() 102 path.AddLine(CFX_PointF(pRtSign->left, fBottom), in DrawSignCross()
|
/external/adhd/scripts/ |
D | ini_editor.py | 192 def AddLine(self, line): member in Section 380 self.sections[current_name].AddLine(line)
|
/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
|
D | dwarf2reader.h | 179 virtual void AddLine(uint64 address, uint64 length, in AddLine() function
|
D | dwarf2reader.cc | 835 handler_->AddLine(pending_address, lsm.address - pending_address, in ReadLines()
|
/external/skia/gm/ |
D | degeneratesegments.cpp | 116 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM 225 AddLine, in onDraw()
|
/external/skqp/gm/ |
D | degeneratesegments.cpp | 116 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM 225 AddLine, in onDraw()
|
/external/skqp/src/core/ |
D | SkGlyphCache.cpp | 263 void SkGlyphCache::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, in AddLine() function in SkGlyphCache 345 AddLine(pts, bounds[0], yAxis, intercept); in findIntercepts() 346 AddLine(pts, bounds[1], yAxis, intercept); in findIntercepts()
|
D | SkGlyphCache.h | 225 static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis,
|
/external/skia/src/core/ |
D | SkGlyphCache.cpp | 263 void SkGlyphCache::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, in AddLine() function in SkGlyphCache 345 AddLine(pts, bounds[0], yAxis, intercept); in findIntercepts() 346 AddLine(pts, bounds[1], yAxis, intercept); in findIntercepts()
|
D | SkGlyphCache.h | 225 static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis,
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit.cpp | 519 path.AddLine(CFX_PointF(fLeft, m_rtClient.top), in DrawContent()
|