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
50 std::map<std::string, Section> sections; member
205 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
1401 def get_api_level_to_keys(sections, metadata, kind): argument