Searched defs:record_error (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/grpc-grpc/tools/run_tests/ |
H A D | run_xds_tests.py | 3283 def get_backend_service(gcp, backend_service_name, record_error=True): argument 3299 def get_url_map(gcp, url_map_name, record_error=True): argument 3313 def get_target_proxy(gcp, target_proxy_name, record_error=True): argument 3334 def get_global_forwarding_rule(gcp, forwarding_rule_name, record_error=True): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_xds_tests.py | 2710 def get_backend_service(gcp, backend_service_name, record_error=True): argument 2723 def get_url_map(gcp, url_map_name, record_error=True): argument 2734 def get_target_proxy(gcp, target_proxy_name, record_error=True): argument 2751 def get_global_forwarding_rule(gcp, forwarding_rule_name, record_error=True): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/ |
D | pretty.rs | 453 fn record_error(&mut self, field: &Field, value: &(dyn std::error::Error + 'static)) { in record_error() method
|
D | mod.rs | 1253 fn record_error(&mut self, field: &Field, value: &(dyn std::error::Error + 'static)) { in record_error() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/ |
D | field.rs | 321 fn record_error(&mut self, field: &Field, value: &(dyn std::error::Error + 'static)) { in record_error() method 1238 fn record_error() { in record_error() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | stream.cc | 1081 bool record_error, Args... args) { in Run() 1370 bool record_error = profile_result == nullptr; in operator ()() local
|