Home
last modified time | relevance | path

Searched refs:error_list (Results 1 – 25 of 28) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_bootstrap.cc186 std::vector<grpc_error*> error_list; in XdsBootstrap() local
189 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in XdsBootstrap()
192 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in XdsBootstrap()
196 if (parse_error != GRPC_ERROR_NONE) error_list.push_back(parse_error); in XdsBootstrap()
201 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in XdsBootstrap()
205 if (parse_error != GRPC_ERROR_NONE) error_list.push_back(parse_error); in XdsBootstrap()
212 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in XdsBootstrap()
216 if (parse_error != GRPC_ERROR_NONE) error_list.push_back(parse_error); in XdsBootstrap()
221 &error_list); in XdsBootstrap()
225 std::vector<grpc_error*> error_list; in ParseXdsServerList() local
[all …]
Dfile_watcher_certificate_provider_factory.cc74 std::vector<grpc_error*> error_list; in Parse() local
76 &config->identity_cert_file_, &error_list, false); in Parse()
78 &config->private_key_file_, &error_list, false); in Parse()
81 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in Parse()
86 &config->root_cert_file_, &error_list, false); in Parse()
88 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in Parse()
94 &config->refresh_interval_ms_, &error_list, false)) { in Parse()
97 if (!error_list.empty()) { in Parse()
99 "Error parsing file watcher certificate provider config", &error_list); in Parse()
Dgoogle_mesh_ca_certificate_provider_factory.cc205 std::vector<grpc_error*> error_list; in Parse() local
208 &error_list)) { in Parse()
212 error_list.push_back( in Parse()
218 &config->certificate_lifetime_, &error_list, false)) { in Parse()
223 &config->renewal_grace_period_, &error_list, false)) { in Parse()
228 &error_list, false)) { in Parse()
230 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in Parse()
235 &config->key_size_, &error_list, false)) { in Parse()
239 &config->location_, &error_list, false)) { in Parse()
242 if (!error_list.empty()) { in Parse()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dresolver_result_parsing.cc76 std::vector<grpc_error*> error_list; in ParseRetryPolicy() local
81 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy()
87 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy()
100 &error_list) && in ParseRetryPolicy()
102 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy()
107 &retry_policy->max_backoff, &error_list) && in ParseRetryPolicy()
109 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy()
116 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy()
121 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy()
124 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseRetryPolicy()
[all …]
Dservice_config.cc53 std::vector<grpc_error*> error_list; in ServiceConfig() local
57 if (global_error != GRPC_ERROR_NONE) error_list.push_back(global_error); in ServiceConfig()
59 if (local_error != GRPC_ERROR_NONE) error_list.push_back(local_error); in ServiceConfig()
60 if (!error_list.empty()) { in ServiceConfig()
62 &error_list); in ServiceConfig()
74 std::vector<grpc_error*> error_list; in ParseJsonMethodConfig() local
82 error_list.push_back(parser_error); in ParseJsonMethodConfig()
91 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseJsonMethodConfig()
93 return GRPC_ERROR_CREATE_FROM_VECTOR("methodConfig", &error_list); in ParseJsonMethodConfig()
100 error_list.push_back(parse_error); in ParseJsonMethodConfig()
[all …]
Dservice_config_parser.cc52 std::vector<grpc_error*> error_list; in ParseGlobalParameters() local
58 error_list.push_back(parser_error); in ParseGlobalParameters()
62 if (!error_list.empty()) { in ParseGlobalParameters()
63 *error = GRPC_ERROR_CREATE_FROM_VECTOR("Global Params", &error_list); in ParseGlobalParameters()
73 std::vector<grpc_error*> error_list; in ParsePerMethodParameters() local
79 error_list.push_back(parser_error); in ParsePerMethodParameters()
83 if (!error_list.empty()) { in ParsePerMethodParameters()
84 *error = GRPC_ERROR_CREATE_FROM_VECTOR("methodConfig", &error_list); in ParsePerMethodParameters()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/json/
Djson_util.h46 ErrorVectorType* error_list) { in ExtractJsonNumber() argument
49 error_list->push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ExtractJsonNumber()
55 error_list->push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ExtractJsonNumber()
64 bool* output, ErrorVectorType* error_list) { in ExtractJsonBool() argument
73 error_list->push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ExtractJsonBool()
83 ErrorVectorType* error_list) { in ExtractJsonString() argument
86 error_list->push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ExtractJsonString()
98 ErrorVectorType* error_list) { in ExtractJsonArray() argument
101 error_list->push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ExtractJsonArray()
113 ErrorVectorType* error_list) { in ExtractJsonObject() argument
[all …]
/external/autotest/client/cros/chameleon/
Dchameleon_screen_test.py47 error_list=None): argument
90 if error and error_list is not None:
91 error_list.append(error)
121 error_list=None, chameleon_supported=True, argument
158 error_list.append(error)
177 if error and error_list is not None:
178 error_list.append(error)
183 error_list=None): argument
196 if error and error_list is not None:
198 error_list.append(error)
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc642 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local
647 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
657 error_list.push_back( in ParseLoadBalancingConfig()
665 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
668 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
678 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
689 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
700 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
711 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
717 error_list.push_back(GRPC_ERROR_CREATE_FROM_VECTOR( in ParseLoadBalancingConfig()
[all …]
Dxds_cluster_manager.cc630 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local
635 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
638 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
644 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
659 error_list.push_back(error); in ParseLoadBalancingConfig()
667 error_list.push_back( in ParseLoadBalancingConfig()
670 if (!error_list.empty()) { in ParseLoadBalancingConfig()
672 "xds_cluster_manager_experimental LB policy config", &error_list); in ParseLoadBalancingConfig()
682 std::vector<grpc_error*> error_list; in ParseChildConfig() local
684 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseChildConfig()
[all …]
Dxds_cluster_resolver.cc1051 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local
1056 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
1059 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
1075 error_list.push_back(error); in ParseLoadBalancingConfig()
1099 error_list.push_back(GRPC_ERROR_CREATE_REFERENCING_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
1119 error_list.push_back(GRPC_ERROR_CREATE_REFERENCING_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
1124 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
1128 if (error_list.empty()) { in ParseLoadBalancingConfig()
1134 "xds_cluster_resolver_experimental LB policy config", &error_list); in ParseLoadBalancingConfig()
1143 std::vector<grpc_error*> error_list; in ParseDiscoveryMechanism() local
[all …]
Dcds.cc603 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local
607 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
610 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
615 if (!error_list.empty()) { in ParseLoadBalancingConfig()
616 *error = GRPC_ERROR_CREATE_FROM_VECTOR("Cds Parser", &error_list); in ParseLoadBalancingConfig()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror.h170 #define GRPC_ERROR_CREATE_FROM_VECTOR(desc, error_list) \ argument
171 grpc_error_create_from_vector(__FILE__, __LINE__, desc, error_list)
206 VectorType* error_list) { in grpc_error_create_from_vector() argument
208 if (error_list->size() != 0) { in grpc_error_create_from_vector()
210 error_list->data(), error_list->size()); in grpc_error_create_from_vector()
212 for (size_t i = 0; i < error_list->size(); i++) { in grpc_error_create_from_vector()
213 GRPC_ERROR_UNREF((*error_list)[i]); in grpc_error_create_from_vector()
215 error_list->clear(); in grpc_error_create_from_vector()
/external/grpc-grpc/tools/run_tests/
Drun_build_statistics.py100 error_list = []
105 error_list.append({
111 return error_list
152 error_list = []
164 error_list = _scrape_for_known_errors(html)
175 error_list = _scrape_for_known_errors(html)
177 if error_list:
178 build_result['error'] = error_list
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc645 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local
650 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
653 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
668 error_list.push_back(error); in ParseLoadBalancingConfig()
674 if (!error_list.empty()) { in ParseLoadBalancingConfig()
676 "weighted_target_experimental LB policy config", &error_list); in ParseLoadBalancingConfig()
685 std::vector<grpc_error*> error_list; in ParseChildConfig() local
687 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseChildConfig()
689 return error_list; in ParseChildConfig()
694 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseChildConfig()
[all …]
/external/autotest/client/site_tests/platform_MemCheck/
Dplatform_MemCheck.py73 error_list = []
83 error_list += [k]
89 error_list += [k]
116 error_list += ['speed_dimm_%d' % dimm]
135 error_list_str = ', '.join(error_list)
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc248 absl::InlinedVector<grpc_error*, 4> error_list; in ChooseServiceConfig() local
251 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig()
259 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig()
269 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig()
283 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig()
289 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig()
299 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig()
302 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ChooseServiceConfig()
308 if (!error_list.empty()) { in ChooseServiceConfig()
311 &error_list); in ChooseServiceConfig()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc523 std::vector<grpc_error*> error_list; in Chttp2ServerAddPort() local
548 error_list.push_back(error); in Chttp2ServerAddPort()
557 if (error_list.size() == resolved->naddrs) { in Chttp2ServerAddPort()
562 msg.c_str(), error_list.data(), error_list.size()); in Chttp2ServerAddPort()
563 } else if (!error_list.empty()) { in Chttp2ServerAddPort()
567 resolved->naddrs - error_list.size(), resolved->naddrs); in Chttp2ServerAddPort()
569 msg.c_str(), error_list.data(), error_list.size()); in Chttp2ServerAddPort()
576 for (grpc_error* error : error_list) { in Chttp2ServerAddPort()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc72 std::vector<grpc_error*> error_list; in ParsePerMethodParams() local
79 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParsePerMethodParams()
85 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParsePerMethodParams()
96 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParsePerMethodParams()
102 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParsePerMethodParams()
107 if (!error_list.empty()) { in ParsePerMethodParams()
108 *error = GRPC_ERROR_CREATE_FROM_VECTOR("Message size parser", &error_list); in ParsePerMethodParams()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc797 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local
802 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
805 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
813 error_list.push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ParseLoadBalancingConfig()
820 error_list.push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ParseLoadBalancingConfig()
837 error_list.push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ParseLoadBalancingConfig()
846 error_list.push_back( in ParseLoadBalancingConfig()
863 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
866 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
873 error_list.push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ParseLoadBalancingConfig()
[all …]
/external/autotest/server/site_tests/display_Tearing/
Ddisplay_Tearing.py182 self, test_mirrored, chameleon_port, error_list): argument
219 if error is not None and error_list is not None:
220 error_list.append(error)
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc659 absl::InlinedVector<grpc_error*, 3> error_list; in ValidateStsCredentialsOptions() local
665 error_list.push_back(GRPC_ERROR_CREATE_FROM_COPIED_STRING( in ValidateStsCredentialsOptions()
670 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ValidateStsCredentialsOptions()
675 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ValidateStsCredentialsOptions()
680 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ValidateStsCredentialsOptions()
683 if (error_list.empty()) { in ValidateStsCredentialsOptions()
687 "Invalid STS Credentials Options", &error_list); in ValidateStsCredentialsOptions()
/external/autotest/client/common_lib/cros/manual/
Dcfm_helper.py367 def check_log(dut, timestamp, error_list, checkitem, logfile): argument
374 for _error in error_list[checkitem]:
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1702 std::vector<grpc_error*> error_list; in ParseLoadBalancingConfig() local
1710 error_list.push_back(GRPC_ERROR_CREATE_FROM_STATIC_STRING( in ParseLoadBalancingConfig()
1732 error_list.push_back( in ParseLoadBalancingConfig()
1735 if (error_list.empty()) { in ParseLoadBalancingConfig()
1739 *error = GRPC_ERROR_CREATE_FROM_VECTOR("GrpcLb Parser", &error_list); in ParseLoadBalancingConfig()
/external/mesa3d/src/glx/
Dglxext.c77 static /* const */ char *error_list[] = { variable
101 __GLX_NUMBER_ERRORS, error_list) in XEXT_GENERATE_ERROR_STRING() argument

12