Searched defs:childWhiteList (Results 1 – 1 of 1) sorted by relevance
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | EddParser.py | 155 childWhiteList = [] variable in Element 350 childWhiteList = ["Path", "GroupPath"] variable in GroupPath 383 childWhiteList = [] variable in Rule 406 childWhiteList = ["Rule", "Operator"] variable in Operator 435 childWhiteList = ["Rule", "Operator", "Path", "GroupPath"] variable in Configuration 538 childWhiteList = ["Rule", "Operator", "GroupConfiguration", "Configuration", "GroupPath"] variable in GroupConfiguration 586 childWhiteList = ["Configuration", "GroupConfiguration", "Rule", "Operator"] variable in Domain 695 childWhiteList = ["GroupDomain", "Domain", "GroupConfiguration", "Rule", "Operator"] variable in GroupDomain 705 childWhiteList = ["Domain", "GroupDomain"] variable in Root
|