/external/perfetto/src/profiling/ |
D | deobfuscator_unittest.cc | 41 p.AddLine( in TEST() 53 p.AddLine( in TEST() 61 p.AddLine(" android.arch.core.executor.TaskExecutor mDelegate -> b") in TEST() 68 p.AddLine( in TEST() 72 p.AddLine(" android.arch.core.executor.TaskExecutor mDelegate -> b") in TEST() 85 p.AddLine( in TEST() 88 ASSERT_TRUE(p.AddLine(" 15:15:boolean isMainThread():116:116 -> b").ok()); in TEST() 100 p.AddLine( in TEST() 103 ASSERT_TRUE(p.AddLine(" 15:15:boolean isMainThread():116:116 -> b").ok()); in TEST() 105 p.AddLine(" 15:15:boolean somethingDifferent(int):116:116 -> b").ok()); in TEST() [all …]
|
D | deobfuscator.cc | 161 base::Status ProguardParser::AddLine(std::string line) { in AddLine() function in perfetto::profiling::ProguardParser 209 auto status = AddLine(lines.cur_token()); in AddLines()
|
D | deobfuscator.h | 94 base::Status AddLine(std::string line);
|
/external/google-breakpad/src/common/ |
D | dwarf_line_to_module_unittest.cc | 55 h.AddLine(0x6fd126fbf74f2680LL, 0x63c9a14cf556712bLL, 0x30bf0f27, in TEST() 82 h.AddLine(0x69900c5d553b7274ULL, 0x90fded183f0d0d3cULL, 0x2b80377a, in TEST() 84 h.AddLine(0x45811219a39b7101ULL, 0x25a5e6a924afc41fULL, 0x63beb4a4, in TEST() 86 h.AddLine(0xfa90514c1dc9704bULL, 0x0063efeabc02f313ULL, 0x1d161d56, in TEST() 88 h.AddLine(0x556b55fb6a647b10ULL, 0x3f3089ca2bfd80f5ULL, 0x1e7a667c, in TEST() 91 h.AddLine(0xe2d72a37f8d9403aULL, 0x034dfab5b0d4d236ULL, 0x63beb4a5, in TEST() 140 h.AddLine(1, 1, 1, 0, 0); in TEST() 159 h.AddLine(1, 1, 1, 0, 0); in TEST() 177 h.AddLine(1, 1, 1, 0, 0); in TEST() 191 h.AddLine(1, 1, 1, 0, 0); in TEST() [all …]
|
D | dwarf_line_to_module.h | 141 void AddLine(uint64_t address, uint64_t length,
|
D | dwarf_line_to_module.cc | 109 void DwarfLineToModule::AddLine(uint64_t address, uint64_t length, in AddLine() function in google_breakpad::DwarfLineToModule
|
D | dwarf_cu_to_module.cc | 1275 void AddLine(Module::Line& line) { in AddLine() function in google_breakpad::__anon2bf79a2f0211::FunctionRange 1440 range->AddLine(l); in AssignLinesToFunctions()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader_splitfunctions_unittest.cc | 59 MOCK_METHOD(void, AddLine, (uint64_t address, uint64_t length, 123 EXPECT_CALL(handler_, AddLine(_, _, _, _, _)).Times(testing::AtLeast(1)); in TEST_F() 125 EXPECT_CALL(handler_, AddLine(testing::Eq(0x401184lu), _, _, /*line_num*/ 7, _)).Times(1); in TEST_F()
|
D | dwarf2reader_lineinfo_unittest.cc | 138 MOCK_METHOD(void, AddLine, (uint64_t address, uint64_t length, 164 EXPECT_CALL(handler_, AddLine(0, 1, 0, 4, 0)).Times(1); in TEST_F() 186 EXPECT_CALL(handler_, AddLine(0, 1, 0, 4, 0)).Times(1); in TEST_F()
|
D | functioninfo.h | 103 virtual void AddLine(uint64_t address, uint64_t length,
|
D | functioninfo.cc | 92 void CULineInfoHandler::AddLine(uint64_t address, uint64_t length, in AddLine() function in google_breakpad::CULineInfoHandler
|
D | dwarf2reader.h | 235 virtual void AddLine(uint64_t address, uint64_t length, in AddLine() function
|
/external/webrtc/pc/ |
D | webrtc_sdp.cc | 484 static bool AddLine(absl::string_view line, std::string* message) { in AddLine() function 554 AddLine(os.str(), message); in AddAttributeLine() 605 return AddLine(os.str(), message); in AddSsrcLine() 873 AddLine(kSessionVersion, &message); in SdpSerialize() 888 AddLine(os.str(), &message); in SdpSerialize() 889 AddLine(kSessionName, &message); in SdpSerialize() 892 AddLine(kTimeDescription, &message); in SdpSerialize() 904 AddLine(group_line, &message); in SdpSerialize() 910 AddLine(os.str(), &message); in SdpSerialize() 929 AddLine(os.str(), &message); in SdpSerialize() [all …]
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffline.cpp | 122 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget() 124 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
|
/external/pdfium/xfa/fgas/graphics/ |
D | cfgas_gepath.h | 35 void AddLine(const CFX_PointF& p1, const CFX_PointF& p2);
|
D | cfgas_gepath.cpp | 78 void CFGAS_GEPath::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) { in AddLine() function in CFGAS_GEPath
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_section.h | 47 CPVT_WordPlace AddLine(const CPVT_LineInfo& lineinfo);
|
D | cpvt_section.cpp | 229 CPVT_WordPlace CPVT_Section::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine() function in CPVT_Section 525 AddLine(line); in SplitLines() 622 AddLine(line); in SplitLines() 648 AddLine(line); in SplitLines()
|
D | cpvt_variabletext.h | 166 CPVT_WordPlace AddLine(const CPVT_WordPlace& place,
|
D | cpvt_variabletext.cpp | 186 AddLine(place, lineinfo); in Initialize() 543 CPVT_WordPlace CPVT_VariableText::AddLine(const CPVT_WordPlace& place, in AddLine() function in CPVT_VariableText 548 return m_SectionArray[place.nSecIndex]->AddLine(lineinfo); in AddLine()
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_checkboxtp.cpp | 87 path.AddLine(rtSign.TopLeft(), CFX_PointF(fRight, fBottom)); in DrawSignCross() 88 path.AddLine(CFX_PointF(rtSign.left, fBottom), in DrawSignCross()
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.h | 188 void AddLine(const Line& line);
|
D | pdb_source_line_writer.cc | 340 void PDBSourceLineWriter::Lines::AddLine(const Line& line) { in AddLine() function in google_breakpad::PDBSourceLineWriter::Lines 519 line_list->AddLine(l); in GetLines() 836 line_list->AddLine(line); in GetInlines()
|
/external/skia/gm/ |
D | degeneratesegments.cpp | 121 static SkPoint AddLine(SkPathBuilder& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM 230 AddLine, in onDraw()
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 2166 dc.fDrawList->AddLine(dc.fScreenPoints[0], dc.fScreenPoints[1], 0xFFFFFFFF); in ImGui_DragQuad() 2167 dc.fDrawList->AddLine(dc.fScreenPoints[1], dc.fScreenPoints[3], 0xFFFFFFFF); in ImGui_DragQuad() 2168 dc.fDrawList->AddLine(dc.fScreenPoints[3], dc.fScreenPoints[2], 0xFFFFFFFF); in ImGui_DragQuad() 2169 dc.fDrawList->AddLine(dc.fScreenPoints[2], dc.fScreenPoints[0], 0xFFFFFFFF); in ImGui_DragQuad()
|