/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/perfetto/src/profiling/ |
D | deobfuscator_unittest.cc | 36 ASSERT_TRUE(p.AddLine( in TEST() 46 ASSERT_FALSE(p.AddLine( in TEST() 53 p.AddLine(" android.arch.core.executor.TaskExecutor mDelegate -> b")); in TEST() 58 ASSERT_TRUE(p.AddLine( in TEST() 61 p.AddLine(" android.arch.core.executor.TaskExecutor mDelegate -> b")); in TEST() 72 ASSERT_TRUE(p.AddLine( in TEST() 74 ASSERT_TRUE(p.AddLine(" 15:15:boolean isMainThread():116:116 -> b")); in TEST() 79 ASSERT_TRUE(p.AddLine( in TEST() 81 ASSERT_FALSE(p.AddLine( in TEST() 87 ASSERT_TRUE(p.AddLine( in TEST() [all …]
|
D | deobfuscator.cc | 103 bool ProguardParser::AddLine(std::string line) { in AddLine() function in perfetto::profiling::ProguardParser
|
/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/tensorflow/tensorflow/core/profiler/utils/ |
D | xplane_builder.cc | 71 XLine* XPlaneBuilder::AddLine(int64 line_id) { in AddLine() function in tensorflow::profiler::XPlaneBuilder 83 return XLineBuilder(AddLine(line_id)); in GetOrCreateLine()
|
D | xplane_builder.h | 189 XLine* AddLine(int64 line_id);
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffline.cpp | 125 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget() 127 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
|
/external/perfetto/include/perfetto/profiling/ |
D | deobfuscator.h | 39 bool AddLine(std::string line);
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_gepath.h | 36 void AddLine(const CFX_PointF& p1, const CFX_PointF& p2);
|
D | cxfa_gepath.cpp | 75 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 | 33 CPVT_WordPlace AddLine(const CPVT_LineInfo& lineinfo);
|
D | ctypeset.cpp | 300 m_pSection->AddLine(line); in SplitLines() 394 m_pSection->AddLine(line); in SplitLines() 420 m_pSection->AddLine(line); in SplitLines()
|
D | cpdf_variabletext.h | 173 CPVT_WordPlace AddLine(const CPVT_WordPlace& place,
|
/external/perfetto/tools/trace_to_text/ |
D | deobfuscate_profile.cc | 43 success = p->AddLine(line); in ParseFile()
|
/external/skqp/src/core/ |
D | SkStrike.cpp | 285 void SkStrike::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, in AddLine() function in SkStrike 367 AddLine(pts, bounds[0], yAxis, intercept); in findIntercepts() 368 AddLine(pts, bounds[1], yAxis, intercept); in findIntercepts()
|
D | SkStrike.h | 194 static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis,
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_checkboxtp.cpp | 83 path.AddLine(rtSign.TopLeft(), CFX_PointF(fRight, fBottom)); in DrawSignCross() 84 path.AddLine(CFX_PointF(rtSign.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
|
/external/u-boot/tools/buildman/ |
D | builder.py | 767 def AddLine(lines_summary, lines_boards, line, board): function 801 AddLine(warn_lines_summary, warn_lines_boards, 803 AddLine(warn_lines_summary, warn_lines_boards, 807 AddLine(err_lines_summary, err_lines_boards, 809 AddLine(err_lines_summary, err_lines_boards,
|
/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/skia/gm/ |
D | degeneratesegments.cpp | 120 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM 229 AddLine, in onDraw()
|