Searched refs:section_names (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dform_structure_unittest.cc543 std::set<std::string> section_names; local
545 section_names.insert(form_structure.field(i)->section());
547 EXPECT_EQ(9U, section_names.size());
586 std::set<std::string> section_names; local
588 section_names.insert(form_structure.field(i)->section());
590 EXPECT_EQ(1U, section_names.size());
615 std::set<std::string> section_names; local
617 section_names.insert(form_structure.field(i)->section());
619 EXPECT_EQ(1U, section_names.size());
/external/lldb/examples/darwin/heap_find/
H A Dheap.py914 parser.add_option('--section', action='append', type='string', dest='section_names', help='section name to search', default=list())
924 if not options.section_names:
930 for section_name in options.section_names:
954 result.AppendMessage('error: no sections were found that match any of %s' % (', '.join(options.section_names)))

Completed in 1243 milliseconds