Home
last modified time | relevance | path

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

/external/rust/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
/external/grpc-grpc/tools/run_tests/
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
/external/rust/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
/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconsistency_tools.py548 def record_error(self, *args, **kwargs): member in XMLChecker
/external/rust/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
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream.cc1081 bool record_error, Args... args) { in Run()
1370 bool record_error = profile_result == nullptr; in operator ()() local