Searched defs:sections (Results 1 – 10 of 10) 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
199 auto sections = android::base::Split(text, " "); in ParseStatusText() local
672 def __init__(self, name, parent, sections=[]): argument681 def sections(self): member in OuterNamespace