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

  /external/autotest/frontend/
database_settings_helper.py 42 def _get_config(config_key, section='AUTOTEST_WEB', **kwargs):
45 @param config_key: The string key associated with the desired config value.
54 return config.get_config_value(section, config_key, **kwargs)
57 def _get_global_config(config_key, default=config._NO_DEFAULT_SPECIFIED,
67 @param config_key: The string key associated with the desired config value.
77 return _get_config('global_db_' + config_key, **kwargs)
83 return _get_config(config_key, default=default, **kwargs)
86 def _get_readonly_config(config_key, default=config._NO_DEFAULT_SPECIFIED,
93 @param config_key: The string key associated with the desired config value.
103 return _get_config('readonly_' + config_key, **kwargs
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
mako.py 58 config_key = __name__ variable in class:Mako
64 self.config = config = app.config.load_config(self.config_key,
jinja2.py 90 config_key = __name__ variable in class:Jinja2
104 self.config = config = app.config.load_config(self.config_key,
sessions.py 293 config_key = __name__ variable in class:SessionStore
306 self.config = request.app.config.load_config(self.config_key,
auth.py 82 config_key = __name__ variable in class:AuthStore
99 self.config = app.config.load_config(self.config_key,
i18n.py 97 config_key = __name__ variable in class:I18nStore
124 config = app.config.load_config(self.config_key,

Completed in 49 milliseconds