Searched defs:childWhiteList (Results 1 – 1 of 1) sorted by relevance
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | EddParser.py | 151 childWhiteList = [] variable in Element 346 childWhiteList = ["Path", "GroupPath"] variable in GroupPath 379 childWhiteList = [] variable in Rule 402 childWhiteList = ["Rule", "Operator"] variable in Operator 431 childWhiteList = ["Rule", "Operator", "Path", "GroupPath"] variable in Configuration 534 childWhiteList = ["Rule", "Operator", "GroupConfiguration", "Configuration", "GroupPath"] variable in GroupConfiguration 582 childWhiteList = ["Configuration", "GroupConfiguration", "Rule", "Operator"] variable in Domain 691 childWhiteList = ["GroupDomain", "Domain", "GroupConfiguration", "Rule", "Operator"] variable in GroupDomain 701 childWhiteList = ["Domain", "GroupDomain"] variable in Root
|