Searched refs:_reserved_keys (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/common_lib/
H A Dcartesian_config.py523 _reserved_keys = set(("name", "shortname", "dep")) variable
527 if key not in _reserved_keys:
532 if key not in _reserved_keys:
537 if key not in _reserved_keys:
544 if key not in _reserved_keys and exp.match(key):
551 if key not in _reserved_keys and exp.match(key):
558 if key not in _reserved_keys and exp.match(key):
565 if key not in _reserved_keys and exp.match(key):

Completed in 53 milliseconds