Searched defs:record_error (Results 1 – 4 of 4) sorted by relevance
| /third_party/rust/rust/compiler/rustc_data_structures/src/obligation_forest/ |
| D | mod.rs | 281 fn record_error(&mut self, error: Self::Error); in record_error() method 302 fn record_error(&mut self, error: Self::Error) { in record_error() method
|
| D | tests.rs | 40 fn record_error(&mut self, error: Self::Error) { in record_error() function
|
| /third_party/grpc/tools/run_tests/ |
| 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
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
| D | consistency_tools.py | 548 def record_error(self, *args, **kwargs): member in XMLChecker
|