Home
last modified time | relevance | path

Searched refs:AddLine (Results 1 – 25 of 37) sorted by relevance

12

/external/perfetto/src/profiling/
Ddeobfuscator_unittest.cc41 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 …]
Ddeobfuscator.cc161 base::Status ProguardParser::AddLine(std::string line) { in AddLine() function in perfetto::profiling::ProguardParser
209 auto status = AddLine(lines.cur_token()); in AddLines()
Ddeobfuscator.h94 base::Status AddLine(std::string line);
/external/google-breakpad/src/common/
Ddwarf_line_to_module_unittest.cc55 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 …]
Ddwarf_line_to_module.h141 void AddLine(uint64_t address, uint64_t length,
Ddwarf_line_to_module.cc109 void DwarfLineToModule::AddLine(uint64_t address, uint64_t length, in AddLine() function in google_breakpad::DwarfLineToModule
Ddwarf_cu_to_module.cc1275 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/
Ddwarf2reader_splitfunctions_unittest.cc59 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()
Ddwarf2reader_lineinfo_unittest.cc138 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()
Dfunctioninfo.h103 virtual void AddLine(uint64_t address, uint64_t length,
Dfunctioninfo.cc92 void CULineInfoHandler::AddLine(uint64_t address, uint64_t length, in AddLine() function in google_breakpad::CULineInfoHandler
Ddwarf2reader.h235 virtual void AddLine(uint64_t address, uint64_t length, in AddLine() function
/external/webrtc/pc/
Dwebrtc_sdp.cc484 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/
Dcxfa_ffline.cpp122 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget()
124 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
/external/pdfium/xfa/fgas/graphics/
Dcfgas_gepath.h35 void AddLine(const CFX_PointF& p1, const CFX_PointF& p2);
Dcfgas_gepath.cpp78 void CFGAS_GEPath::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) { in AddLine() function in CFGAS_GEPath
/external/pdfium/core/fpdfdoc/
Dcpvt_section.h47 CPVT_WordPlace AddLine(const CPVT_LineInfo& lineinfo);
Dcpvt_section.cpp229 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()
Dcpvt_variabletext.h166 CPVT_WordPlace AddLine(const CPVT_WordPlace& place,
Dcpvt_variabletext.cpp186 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/
Dcfwl_checkboxtp.cpp87 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/
Dpdb_source_line_writer.h188 void AddLine(const Line& line);
Dpdb_source_line_writer.cc340 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/
Ddegeneratesegments.cpp121 static SkPoint AddLine(SkPathBuilder& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM
230 AddLine, in onDraw()
/external/skia/tools/viewer/
DViewer.cpp2166 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()

12