Home
last modified time | relevance | path

Searched refs:log_errors (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/address_utils/
Dparse_address.cc148 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 …]
Dparse_address.h59 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 Dparse_address.cc214 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 Dparse_address.h64 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/
Dre2.cc133 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 …]
Dset.cc68 if (options_.log_errors()) in Add()
148 if (options_.log_errors()) in Match()
Dfiltered_re2.cc55 if (options.log_errors()) { in Add()
Dre2.h682 bool log_errors() const { return log_errors_; } in log_errors() function
/aosp_15_r20/external/regex-re2/re2/
H A Dre2.cc127 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 Dset.cc49 if (options_.log_errors()) in Add()
126 if (options_.log_errors()) in Match()
H A Dfiltered_re2.cc39 if (options.log_errors()) { in Add()
H A Dre2.h646 bool log_errors() const { return log_errors_; } in log_errors() function
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dre2.cc160 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 Dset.cc66 if (options_.log_errors()) in Add()
146 if (options_.log_errors()) in Match()
H A Dfiltered_re2.cc54 if (options.log_errors()) { in Add()
H A Dre2.h706 bool log_errors() const { return log_errors_; } in log_errors() function
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dtrack_event_parser.cc1135 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 Dre2_test.py53 options.log_errors = not options.log_errors
H A D_re2.cc291 &RE2::Options::log_errors, // in PYBIND11_MODULE()
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dutils.py237 def load_config(file_full_path, log_errors=True): argument
247 if log_errors:
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcodecache.py265 log_errors = partial(
307 log_errors(e)