/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/address_utils/ |
D | parse_address.cc | 148 grpc_resolved_address* addr, bool log_errors) { in grpc_parse_ipv4_hostport() argument 154 if (log_errors) { in grpc_parse_ipv4_hostport() 166 if (log_errors) { in grpc_parse_ipv4_hostport() 173 if (log_errors) gpr_log(GPR_ERROR, "no port given for ipv4 scheme"); in grpc_parse_ipv4_hostport() 179 if (log_errors) gpr_log(GPR_ERROR, "invalid ipv4 port: '%s'", port.c_str()); in grpc_parse_ipv4_hostport() 200 grpc_resolved_address* addr, bool log_errors) { in grpc_parse_ipv6_hostport() argument 206 if (log_errors) { in grpc_parse_ipv6_hostport() 227 if (log_errors) { in grpc_parse_ipv6_hostport() 240 if (log_errors) { in grpc_parse_ipv6_hostport() 260 if (log_errors) { in grpc_parse_ipv6_hostport() [all …]
|
D | parse_address.h | 59 grpc_resolved_address* addr, bool log_errors); 61 grpc_resolved_address* addr, bool log_errors);
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/address_utils/ |
H A D | parse_address.cc | 214 grpc_resolved_address* addr, bool log_errors) { in grpc_parse_ipv4_hostport() argument 220 if (log_errors) { in grpc_parse_ipv4_hostport() 232 if (log_errors) { in grpc_parse_ipv4_hostport() 239 if (log_errors) gpr_log(GPR_ERROR, "no port given for ipv4 scheme"); in grpc_parse_ipv4_hostport() 245 if (log_errors) gpr_log(GPR_ERROR, "invalid ipv4 port: '%s'", port.c_str()); in grpc_parse_ipv4_hostport() 266 grpc_resolved_address* addr, bool log_errors) { in grpc_parse_ipv6_hostport() argument 272 if (log_errors) { in grpc_parse_ipv6_hostport() 293 if (log_errors) { in grpc_parse_ipv6_hostport() 306 if (log_errors) { in grpc_parse_ipv6_hostport() 326 if (log_errors) { in grpc_parse_ipv6_hostport() [all …]
|
H A D | parse_address.h | 64 grpc_resolved_address* addr, bool log_errors); 66 grpc_resolved_address* addr, bool log_errors);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | re2.cc | 133 if (log_errors()) in ParseFlags() 204 if (options_.log_errors()) { in Init() 225 if (options_.log_errors()) in Init() 251 if (re->options_.log_errors()) in ReverseProg() 623 if (options_.log_errors()) in GlobalReplace() 629 if (options_.log_errors()) in GlobalReplace() 721 if (options_.log_errors()) in GlobalReplace() 741 if (options_.log_errors()) in GlobalReplace() 767 if (options_.log_errors()) in GlobalReplace() 777 if (options_.log_errors()) in GlobalReplace() [all …]
|
D | set.cc | 68 if (options_.log_errors()) in Add() 148 if (options_.log_errors()) in Match()
|
D | filtered_re2.cc | 55 if (options.log_errors()) { in Add()
|
D | re2.h | 682 bool log_errors() const { return log_errors_; } in log_errors() function
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | re2.cc | 127 if (log_errors()) in ParseFlags() 193 if (options_.log_errors()) { in Init() 214 if (options_.log_errors()) in Init() 240 if (re->options_.log_errors()) in ReverseProg() 578 if (options_.log_errors()) in GlobalReplace() 584 if (options_.log_errors()) in GlobalReplace() 666 if (options_.log_errors()) in GlobalReplace() 687 if (options_.log_errors()) in GlobalReplace() 695 if (options_.log_errors()) in GlobalReplace() 727 if (options_.log_errors()) in GlobalReplace() [all …]
|
H A D | set.cc | 49 if (options_.log_errors()) in Add() 126 if (options_.log_errors()) in Match()
|
H A D | filtered_re2.cc | 39 if (options.log_errors()) { in Add()
|
H A D | re2.h | 646 bool log_errors() const { return log_errors_; } in log_errors() function
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | re2.cc | 160 if (log_errors()) in ParseFlags() 231 if (options_.log_errors()) { in Init() 256 if (options_.log_errors()) in Init() 282 if (re->options_.log_errors()) in ReverseProg() 655 if (options_.log_errors()) in Match() 661 if (options_.log_errors()) in Match() 752 if (options_.log_errors()) in Match() 772 if (options_.log_errors()) in Match() 798 if (options_.log_errors()) in Match() 808 if (options_.log_errors()) in Match() [all …]
|
H A D | set.cc | 66 if (options_.log_errors()) in Add() 146 if (options_.log_errors()) in Match()
|
H A D | filtered_re2.cc | 54 if (options.log_errors()) { in Add()
|
H A D | re2.h | 706 bool log_errors() const { return log_errors_; } in log_errors() function
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | track_event_parser.cc | 1135 auto log_errors = [this](const base::Status& status) { in ParseTrackEventArgs() local 1144 log_errors(AddSourceLocationArgs(event_.source_location_iid(), inserter)); in ParseTrackEventArgs() 1148 log_errors(ParseTaskExecutionArgs(event_.task_execution(), inserter)); in ParseTrackEventArgs() 1151 log_errors(ParseLogMessage(event_.log_message(), inserter)); in ParseTrackEventArgs() 1154 log_errors( in ParseTrackEventArgs() 1168 log_errors(parser_->args_parser_.ParseMessage( in ParseTrackEventArgs() 1180 log_errors(parser.Parse(*it, args_writer)); in ParseTrackEventArgs()
|
/aosp_15_r20/external/cronet/third_party/re2/src/python/ |
H A D | re2_test.py | 53 options.log_errors = not options.log_errors
|
H A D | _re2.cc | 291 &RE2::Options::log_errors, // in PYBIND11_MODULE()
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 237 def load_config(file_full_path, log_errors=True): argument 247 if log_errors:
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | codecache.py | 265 log_errors = partial( 307 log_errors(e)
|