Home
last modified time | relevance | path

Searched refs:section2 (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
Dsynth_minidump_unittest.cc70 Section section1(dump), section2(dump); in TEST() local
72 section2.Append("mayhem"); in TEST()
73 section2.Finish(0x32287ec2); in TEST()
74 section2.CiteLocationIn(&section1); in TEST()
279 Section section2(dump); in TEST() local
280 section2.Append("section two contents"); in TEST()
281 list.Add(&section2); in TEST()
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc1374 LoadedSection section1, section2; in TEST_F() local
1376 section2.Append("kumquat"); in TEST_F()
1381 segment.Place(&section2).Place(&section1); in TEST_F()
1387 .AppendSectionEntry("bergamot", "cara cara", 12, 0x98746efaU, section2); in TEST_F()
1418 contents2.start = file_bytes + section2.start().Value(); in TEST_F()
1419 contents2.end = contents2.start + section2.final_size().Value(); in TEST_F()
1425 section2.address().Value(), 12, in TEST_F()
1605 LoadedSection section1, section2, section3, section4; in TEST_F() local
1607 section2.start() = 0; // Section 2 is an S_ZEROFILL section. in TEST_F()
1608 section2.final_size() = 0; in TEST_F()
[all …]
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp1273 tcu::ScopedLogSection section2 (log, "", "Pushing Debug Group"); in iterate() local