Home | History | Annotate | Download | only in common_lib

Lines Matching defs:CONFIG

18 CONFIG = global_config.global_config
21 """Get config values from global config based on regex of the key.
23 @param section: Section of the config, e.g., CLIENT.
26 @return: A dictionary of all config values matching the regex. Value is
29 configs = CONFIG.get_config_value_regex(section, regex)
55 # global config can have following config in CLIENT section to indicate that
62 # config CLIENT/android_aliases_[product]
67 # global config can have following config in CLIENT section to indicate that
75 # config CLIENT/android_board_name_[product]
137 # global config can have following config in CLIENT section to indicate that
144 # config CLIENT/android_standalone_images_[board]
149 # global config can have following config in CLIENT section to indicate that
156 # config CLIENT/android_zipped_images_[board]
214 # config can have following config in CLIENT section to indicate that
220 # A dict of board:artifacts, can be defined in global config