/third_party/mindspore/mindspore/ccsrc/fl/armour/cipher/ |
D | cipher_meta_storage.h | 79 void RegisterPrime(const char *list_name, const std::string &prime); 83 void GetClientSharesFromServer(const char *list_name, 86 void GetClientListFromServer(const char *list_name, std::vector<std::string> *clients_list); 88 void GetClientKeysFromServer(const char *list_name, 90 void GetClientIVsFromServer(const char *list_name, 93 bool GetClientNoisesFromServer(const char *list_name, std::vector<float> *cur_public_noise); 95 bool UpdateClientToServer(const char *list_name, const std::string &fl_id); 97 bool UpdateClientKeyToServer(const char *list_name, const std::string &fl_id, 100 …bool UpdateClientKeyToServer(const char *list_name, const schema::RequestExchangeKeys *exchange_ke… 102 bool UpdateClientNoiseToServer(const char *list_name, const std::vector<float> &cur_public_noise); [all …]
|
D | cipher_meta_storage.cc | 22 const char *list_name, std::map<std::string, std::vector<clientshare_str>> *clients_shares_list) { in GetClientSharesFromServer() argument 28 fl::server::DistributedMetadataStore::GetInstance().GetMetadata(list_name); in GetClientSharesFromServer() 48 void CipherMetaStorage::GetClientListFromServer(const char *list_name, std::vector<std::string> *cl… in GetClientListFromServer() argument 53 …a &client_list_pb_out = fl::server::DistributedMetadataStore::GetInstance().GetMetadata(list_name); in GetClientListFromServer() 63 …const char *list_name, std::map<std::string, std::vector<std::vector<uint8_t>>> *clients_keys_list… in GetClientKeysFromServer() argument 69 fl::server::DistributedMetadataStore::GetInstance().GetMetadata(list_name); in GetClientKeysFromServer() 85 …const char *list_name, std::map<std::string, std::vector<std::vector<uint8_t>>> *clients_ivs_list)… in GetClientIVsFromServer() argument 91 fl::server::DistributedMetadataStore::GetInstance().GetMetadata(list_name); in GetClientIVsFromServer() 109 bool CipherMetaStorage::GetClientNoisesFromServer(const char *list_name, std::vector<float> *cur_pu… in GetClientNoisesFromServer() argument 115 fl::server::DistributedMetadataStore::GetInstance().GetMetadata(list_name); in GetClientNoisesFromServer() [all …]
|
/third_party/boost/libs/math/reporting/performance/ |
D | table_helper.cpp | 24 void add_to_all_sections(const std::string& id, std::string list_name = "performance_all_sections"); 138 void add_to_all_sections(const std::string& id, std::string list_name) in add_to_all_sections() argument 140 std::string::size_type pos = content.find("[template " + list_name + "[]"), end_pos; in add_to_all_sections() 146 content.append("\n[template ").append(list_name).append("[]\n[").append(id).append("]\n]\n"); in add_to_all_sections() 159 …en_iterator<std::string::const_iterator> i(content.begin() + pos + 12 + list_name.size(), content.… in add_to_all_sections() 177 content.replace(pos + 12 + list_name.size(), end_pos - pos - 12 - list_name.size(), new_list); in add_to_all_sections()
|
/third_party/boost/libs/regex/performance/ |
D | table_helper.cpp | 128 void add_to_all_sections(const std::string& id, std::string list_name = "performance_all_sections") in add_to_all_sections() argument 130 std::string::size_type pos = content.find("[template " + list_name + "[]"), end_pos; in add_to_all_sections() 136 content.append("\n[template ").append(list_name).append("[]\n[").append(id).append("]\n]\n"); in add_to_all_sections() 149 …en_iterator<std::string::const_iterator> i(content.begin() + pos + 12 + list_name.size(), content.… in add_to_all_sections() 167 content.replace(pos + 12 + list_name.size(), end_pos - pos - 12 - list_name.size(), new_list); in add_to_all_sections()
|
/third_party/boost/libs/math/reporting/accuracy/ |
D | handle_test_result.hpp | 115 void add_to_all_sections(const std::string& id, std::string list_name = "all_sections") in add_to_all_sections() argument 117 std::string::size_type pos = content.find("[template " + list_name + "[]"), end_pos; in add_to_all_sections() 123 content.append("\n[template ").append(list_name).append("[]\n[").append(id).append("]\n]\n"); in add_to_all_sections() 136 …en_iterator<std::string::const_iterator> i(content.begin() + pos + 12 + list_name.size(), content.… in add_to_all_sections() 154 content.replace(pos + 12 + list_name.size(), end_pos - pos - 12 - list_name.size(), new_list); in add_to_all_sections()
|
/third_party/grpc/tools/buildgen/ |
D | extract_metadata_from_bazel_xml.py | 51 list_name = child.attrib['name'] 52 if list_name in ['srcs', 'hdrs', 'deps', 'data', 'tags', 'args']: 53 result[list_name] += [item.attrib['value'] for item in child]
|
/third_party/curl/tests/ |
D | ftpserver.pl | 1078 my ($list_name) = @_; 1080 logmsg "EXPN_smtp got $list_name\n"; 1082 if(!$list_name) {
|
/third_party/python/Lib/test/ |
D | test_smtplib.py | 955 list_name = arg.lower() 956 if list_name in sim_lists: 957 user_list = sim_lists[list_name]
|
/third_party/ffmpeg/ |
D | configure | 7122 list_name=$1 7136 append $list_name "$nested_entries" 7140 flatten_extralibs $list_name 7145 list_name=$1 7146 flatten_extralibs $list_name 7147 unique $list_name 7148 resolve $list_name 7149 eval $list_name=\$\(\$ldflags_filter \$$list_name\)
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 1375 #define PRINT_CODEC_SUPPORTED(codec, field, type, list_name, term, get_name) \ argument 1379 printf(" Supported " list_name ":"); \
|