Searched refs:section2 (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/processor/ |
D | synth_minidump_unittest.cc | 70 Section section1(dump), section2(dump); in TEST() local 72 section2.Append("mayhem"); in TEST() 73 section2.Finish(0x32287ec2); in TEST() 74 section2.CiteLocationIn(§ion1); in TEST() 279 Section section2(dump); in TEST() local 280 section2.Append("section two contents"); in TEST() 281 list.Add(§ion2); in TEST()
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 1374 LoadedSection section1, section2; in TEST_F() local 1376 section2.Append("kumquat"); in TEST_F() 1381 segment.Place(§ion2).Place(§ion1); 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/ |
D | es31fDebugTests.cpp | 1273 tcu::ScopedLogSection section2 (log, "", "Pushing Debug Group"); in iterate() local
|