HomeSort by relevance Sort by last modified time
    Searched refs:get_config_value_regex (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/common_lib/
android_utils.py 20 def get_config_value_regex(section, regex): function
29 configs = CONFIG.get_config_value_regex(section, regex)
64 board_name_map = get_config_value_regex('CLIENT', BOARD_NAME_PATTERN)
114 artifacts_map = get_config_value_regex('CLIENT', ARTIFACTS_LIST_PATTERN)
global_config_unittest.py 216 """Test get_config_value_regex works."""
217 configs = self.conf.get_config_value_regex('SECTION_E', 'value_\d+',
220 configs = self.conf.get_config_value_regex('SECTION_E', 'value_.*')
223 configs = self.conf.get_config_value_regex('SECTION_E',
global_config.py 198 def get_config_value_regex(self, section, key_regex, type=str): member in class:global_config_class
utils.py     [all...]

Completed in 152 milliseconds