Home
last modified time | relevance | path

Searched defs:record_error (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_xds_tests.py3283 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/
Drun_xds_tests.py2710 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/
Dpretty.rs453 fn record_error(&mut self, field: &Field, value: &(dyn std::error::Error + 'static)) { in record_error() method
Dmod.rs1253 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/
Dfield.rs321 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 Dstream.cc1081 bool record_error, Args... args) { in Run()
1370 bool record_error = profile_result == nullptr; in operator ()() local