HomeSort by relevance Sort by last modified time
    Searched full:config_parser (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/site_tests/desktopui_SonicExtension/
config_manager.py 23 config_parser = config_json_iterator.ConfigJsonIterator()
24 config_parser.set_config_dir(config)
25 self._settings = config_parser.aggregated_config(config)
  /tools/test/connectivity/acts/framework/acts/bin/
act.py 26 from acts import config_parser
82 handler = config_parser.gen_term_signal_handler([t])
153 Or you could implement your own cli entry point using acts.config_parser
242 test_list = config_parser.parse_test_file(args.testfile[0])
245 parsed_configs = config_parser.load_test_config_file(
249 test_identifiers = config_parser.parse_test_list(test_list)
  /external/webrtc/talk/media/devices/
linuxdevicemanager.cc 184 rtc::ConfigParser config_parser; local
190 config_parser.Attach(file_stream);
191 config_parser.Parse(&all_values);
  /test/vts/runners/host/
test_runner.py 32 from vts.runners.host import config_parser
86 test_configs = [config_parser.GetDefaultConfig(test_cls_name)]
90 baseline_config = config_parser.GetDefaultConfig(test_cls_name)
94 test_configs = config_parser.load_test_config_file(
  /tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
ota_runner_factory.py 19 from acts.config_parser import ActsConfigError
  /tools/test/connectivity/acts/framework/acts/
test_runner.py 30 from acts import config_parser
79 test_configs = config_parser.load_test_config_file(args.config[0],
210 self.run_list = config_parser.test_randomizer(

Completed in 6714 milliseconds