Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/armour/cipher/
Dcipher_meta_storage.h79 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 …]
Dcipher_meta_storage.cc22 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/
Dtable_helper.cpp24 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/
Dtable_helper.cpp128 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/
Dhandle_test_result.hpp115 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/
Dextract_metadata_from_bazel_xml.py51 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/
Dftpserver.pl1078 my ($list_name) = @_;
1080 logmsg "EXPN_smtp got $list_name\n";
1082 if(!$list_name) {
/third_party/python/Lib/test/
Dtest_smtplib.py955 list_name = arg.lower()
956 if list_name in sim_lists:
957 user_list = sim_lists[list_name]
/third_party/ffmpeg/
Dconfigure7122 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/
Dcmdutils.c1375 #define PRINT_CODEC_SUPPORTED(codec, field, type, list_name, term, get_name) \ argument
1379 printf(" Supported " list_name ":"); \