Home
last modified time | relevance | path

Searched refs:load_config (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/cxx/book/src/binding/
Dcxxstring.md58 fn load_config() -> UniquePtr<Json>;
63 let config = ffi::load_config();
111 std::unique_ptr<json> load_config();
132 std::unique_ptr<json> load_config() {
/third_party/mesa3d/bin/
Dmeson-cmd-extract.py45 def load_config(path: pathlib.Path) -> configparser.ConfigParser: function
82 conf = load_config(path)
/third_party/openssl/test/recipes/
D80-test_cmp_http.t71 sub load_config {
179 load_config($server_name, $server_name);
192 load_config($server_name, $aspect); # update with any aspect-specific settings
/third_party/json/test/thirdparty/Fuzzer/test/unit/
Dlit.site.cfg.in2 lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/unit/lit.cfg")
/third_party/json/test/thirdparty/Fuzzer/test/
Dlit.site.cfg.in4 lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")
/third_party/node/tools/
Dinstall.py21 def load_config(): function
221 conf = load_config()
/third_party/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py191 config = lavacli.load_config("default")
/third_party/nghttp2/src/
Dshrpx_config.h1401 int load_config(Config *config, const char *filename,
Dshrpx_config.cc3555 load_config(config, optarg.c_str(), included_set, pattern_addr_indexer); in parse_config()
4191 int load_config(Config *config, const char *filename, in load_config() function
Dshrpx.cc3521 if (load_config(config, config->conf_path.c_str(), include_set, in process_options()