HomeSort by: relevance | last modified time | path
    Searched defs:load_config (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
LitConfig.py 111 def load_config(self, config, path): member in class:LitConfig
112 """load_config(config, path) - Load a config object from an alternate
115 self.note('load_config from %r' % path)
  /src/external/bsd/kyua-cli/dist/cli/
config.cpp 79 /// the documentation for cli::load_config() for more details.
101 return engine::load_config(filename);
108 return engine::load_config(path);
123 return engine::load_config(path);
132 /// This is a helper function for cli::load_config() that attempts to load the
173 /// You must use load_config() to load a configuration file while honoring the
208 cli::load_config(const cmdline::parsed_cmdline& cmdline, function in class:cli
  /src/external/bsd/kyua-cli/dist/engine/
config.cpp 226 engine::load_config(const utils::fs::path& file) function in class:engine
  /src/external/apache2/llvm/dist/clang/tools/scan-view/share/
ScanView.py 140 self.load_config()
142 def load_config(self): member in class:ScanViewServer

Completed in 51 milliseconds