Home
last modified time | relevance | path

Searched refs:section1 (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/processor/
Dsynth_minidump_unittest.cc70 Section section1(dump), section2(dump); in TEST() local
71 section1.Append("order"); in TEST()
74 section2.CiteLocationIn(&section1); in TEST()
76 ASSERT_TRUE(section1.GetContents(&contents)); in TEST()
274 Section section1(dump); in TEST() local
275 section1.Append("section one contents"); in TEST()
277 list.Add(&section1); in TEST()
/external/curl/packages/vms/
Dbuild_curl-config_script.com125 $ section1 = f$element(i, "@", line_in)
126 $ if section1 .eqs. "@"
143 $ line_out = line_out + section1
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc1374 LoadedSection section1, section2; in TEST_F() local
1375 section1.Append("buddha's hand"); in TEST_F()
1381 segment.Place(&section2).Place(&section1); in TEST_F()
1386 .AppendSectionEntry("mandarin", "kishu", 12, 0x8cd4604bU, section1) in TEST_F()
1406 contents1.start = file_bytes + section1.start().Value(); in TEST_F()
1407 contents1.end = contents1.start + section1.final_size().Value(); in TEST_F()
1413 section1.address().Value(), 12, in TEST_F()
1605 LoadedSection section1, section2, section3, section4; in TEST_F() local
1606 section1.Append("buddha's hand"); in TEST_F()
1615 segment1.Place(&section3).Place(&section1); in TEST_F()
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowPlurals.java47 String section1 = "Rules"; in printPlurals() local
56 …pw.append("<h2>" + CldrUtility.getDoubleLinkedText("rules", "1. " + section1) + "</h2>" + System.l… in printPlurals()
DShowLanguages.java1865 String section1 = "Territory to Currency"; in printCurrency() local
1867 showContents(pw, "territory_currency", section1, "format_info", section2); in printCurrency()
1869 …rintln("<h2>" + CldrUtility.getDoubleLinkedText("territory_currency", "1. " + section1) + "</h2>"); in printCurrency()
/external/python/cpython2/Doc/library/
Dconfigparser.rst516 def opt_move(config, section1, section2, option):
518 config.set(section2, option, config.get(section1, option, 1))
522 opt_move(config, section1, section2, option)
524 config.remove_option(section1, option)
/external/python/cpython3/Doc/library/
Dconfigparser.rst471 >>> parser.read_dict({'section1': {'key1': 'value1',
482 ['section1', 'section2', 'section3']
683 >>> custom['section1'] = {'funky': 'nope'}
684 >>> custom['section1'].getboolean('funky')
689 >>> custom['section1'].getboolean('funky')
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp1292 tcu::ScopedLogSection section1 (log, "", "Pushing Debug Group"); in iterate() local