Home
last modified time | relevance | path

Searched refs:ParseConfig (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dssl_client.cc54 std::string path = CommUtil::ParseConfig(*config_, kClientCertPath); in InitSSL()
87 std::string ca_path = CommUtil::ParseConfig(*config_, kCaCertPath); in InitSSL()
93 std::string crl_path = CommUtil::ParseConfig(*(config_), kCrlPath); in InitSSL()
110 std::string default_cipher_list = CommUtil::ParseConfig(*config_, kCipherList); in InitSSL()
Dssl_wrapper.cc65 std::string path = CommUtil::ParseConfig(*(config_), kServerCertPath); in InitSSL()
91 std::string default_cipher_list = CommUtil::ParseConfig(*config_, kCipherList); in InitSSL()
100 std::string crl_path = CommUtil::ParseConfig(*(config_), kCrlPath); in InitSSL()
108 std::string ca_path = CommUtil::ParseConfig(*config_, kCaCertPath); in InitSSL()
Dssl_http.cc58 std::string path = CommUtil::ParseConfig(*(config_), kServerCertPath); in InitSSL()
82 std::string default_cipher_list = CommUtil::ParseConfig(*config_, kCipherList); in InitSSL()
/third_party/skia/third_party/externals/tint/tools/src/glob/
Dglob.go96 return ParseConfig(string(cfgBody))
100 func ParseConfig(config string) (Config, error) { func
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/
Dharness_argparser.c202 ParseConfig(char* file, SDLVisualTest_HarnessState* state) in ParseConfig() function
304 if(!ParseConfig(argv[i + 1], state)) in SDLVisualTest_ParseHarnessArgs()
/third_party/openssl/test/ossl_shim/
Dtest_config.h85 bool ParseConfig(int argc, char **argv, TestConfig *out_config);
Dtest_config.cc126 bool ParseConfig(int argc, char **argv, TestConfig *out_config) { in ParseConfig() function
Dossl_shim.cc1266 if (!ParseConfig(argc - 1, argv + 1, &config)) { in Main()
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dcomm_util.h115 static std::string ParseConfig(const Configuration &config, const std::string &data);
Dcomm_util.cc194 std::string CommUtil::ParseConfig(const Configuration &config, const std::string &data) { in ParseConfig() function in mindspore::ps::core::CommUtil
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp221 int ParseConfig (CReadConfig& cRdCfg, SSourcePicture* pSrcPic, SEncParamExt& pSvcParam, SFilesSet& … in ParseConfig() function
802 iRet = ParseConfig (cRdCfg, pSrcPic, sSvcParam, fs); in ProcessEncoding()