Searched defs:sections (Results 1 – 12 of 12) sorted by relevance
32 explicit Configuration(std::vector<Section> sections, in Configuration()
29 std::vector<Section> sections; in CreateLegacyConfiguration() local
35 std::vector<Section> sections; in CreateRecoveryConfiguration() local
30 std::vector<Section> sections; in CreateApexConfiguration() local
48 std::vector<Section> sections; in CreateBaseConfiguration() local
89 std::vector<Section> sections; in TEST() local
42 std::list<section_t> sections; member
50 std::map<std::string, Section> sections; member
201 auto sections = android::base::Split(text, " "); in ParseStatusText() local
253 std::vector<ElfSection> sections = elf->GetSectionHeader(); in TEST() local
345 std::vector<ElfSection> sections(section_headers.size()); in GetSectionHeader() local
667 def __init__(self, name, parent, sections=[]): argument676 def sections(self): member in OuterNamespace