/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_print.cpp | 778 INFO("%s (%u)\n", buf, encSize); in print() 800 INFO("\n%s:%i (", fn->getName(), fn->getLabel()); in visit() 803 INFO("out"); in visit() 808 INFO(" %s", str); in visit() 812 INFO("%s%sin", colour[TXT_DEFAULT], fn->outs.empty() ? "" : ", "); in visit() 817 INFO(" %s", str); in visit() 819 INFO("%s)\n", colour[TXT_DEFAULT]); in visit() 828 INFO("---\n"); in visit() 830 INFO(" <- BB:%i (%s)\n", in visit() 834 INFO("B in visit() [all...] |
H A D | nv50_ir_sched_gm107.h | 85 INFO("rd $r%i @ %i\n", i, rd.r[i]); in print() 87 INFO("wr $r%i @ %i\n", i, wr.r[i]); in print() 91 INFO("rd $p%i @ %i\n", i, rd.p[i]); in print() 93 INFO("wr $p%i @ %i\n", i, wr.p[i]); in print() 96 INFO("rd $c @ %i\n", rd.c); in print() 98 INFO("wr $c @ %i\n", wr.c); in print()
|
H A D | nv50_ir_util.cpp | 218 INFO("[%i %i)", head->bgn, head->end); in print() 220 INFO(" [%i %i)", r->bgn, r->end); in print() 221 INFO("\n"); in print() 382 INFO("BitSet of size %u:\n", size); in print() 388 INFO(" %i", i * 32 + pos); in print() 391 INFO("\n"); in print() 395 INFO("\n"); in print()
|
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.cc | 71 if (LOG_ENABLED(INFO)) { in timeoutcb() 72 CLOG(INFO, handler) << "Time out"; in timeoutcb() 83 if (LOG_ENABLED(INFO)) { in shutdowncb() 84 CLOG(INFO, handler) << "Close connection due to TLS renegotiation"; in shutdowncb() 197 if (LOG_ENABLED(INFO)) { in proxy_protocol_peek_clear() 198 CLOG(INFO, this) << "PROXY-protocol: Peek " << nread in proxy_protocol_peek_clear() 228 if (LOG_ENABLED(INFO)) { in tls_handshake() 229 CLOG(INFO, this) << "SSL/TLS handshake completed"; in tls_handshake() 363 if (LOG_ENABLED(INFO)) { in upstream_http2_connhd_read() 364 CLOG(INFO, thi in upstream_http2_connhd_read() [all...] |
H A D | shrpx_connection.cc | 354 if (LOG_ENABLED(INFO)) { in tls_handshake() 355 LOG(INFO) << "tls: handshake read error"; in tls_handshake() 435 if (LOG_ENABLED(INFO)) { in tls_handshake() 436 LOG(INFO) << "tls: read early data " << nread << " bytes"; in tls_handshake() 442 if (LOG_ENABLED(INFO)) { in tls_handshake() 443 LOG(INFO) << "tls: read all early data; total " in tls_handshake() 470 if (LOG_ENABLED(INFO)) { in tls_handshake() 471 LOG(INFO) << "tls: handshake message is too large"; in tls_handshake() 479 if (LOG_ENABLED(INFO)) { in tls_handshake() 480 LOG(INFO) << "tl in tls_handshake() [all...] |
H A D | shrpx_dns_tracker.cc | 113 if (LOG_ENABLED(INFO)) { in resolve() 114 LOG(INFO) << "DNS entry not found for " << dnsq->host; in resolve() 124 if (LOG_ENABLED(INFO)) { in resolve() 125 LOG(INFO) << "Name lookup failed for " << host; in resolve() 138 if (LOG_ENABLED(INFO)) { in resolve() 139 LOG(INFO) << "Name lookup failed for " << host; in resolve() 149 if (LOG_ENABLED(INFO)) { in resolve() 150 LOG(INFO) << "Name lookup succeeded: " << host << " -> " in resolve() 182 if (LOG_ENABLED(INFO)) { in resolve() 183 LOG(INFO) << "DN in resolve() [all...] |
H A D | shrpx_http2_session.cc | 74 if (LOG_ENABLED(INFO)) { in connchk_timeout_cb() 75 SSLOG(INFO, http2session) << "ping timeout"; in connchk_timeout_cb() 82 if (LOG_ENABLED(INFO)) { in connchk_timeout_cb() 83 SSLOG(INFO, http2session) << "connection check required"; in connchk_timeout_cb() 94 if (LOG_ENABLED(INFO)) { in settings_timeout_cb() 95 SSLOG(INFO, http2session) << "SETTINGS timeout"; in settings_timeout_cb() 118 if (LOG_ENABLED(INFO)) { in timeoutcb() 119 SSLOG(INFO, http2session) << "Timeout"; in timeoutcb() 163 if (LOG_ENABLED(INFO)) { in initiate_connection_cb() 164 SSLOG(INFO, http2sessio in initiate_connection_cb() [all...] |
H A D | shrpx_live_check.cc | 95 if (LOG_ENABLED(INFO)) { in settings_timeout_cb() 96 LOG(INFO) << "SETTINGS timeout"; in settings_timeout_cb() 199 if (LOG_ENABLED(INFO)) { in initiate_connection() 200 LOG(INFO) << "Worker wide backend connection was blocked temporarily"; in initiate_connection() 333 if (LOG_ENABLED(INFO)) { in connected() 334 LOG(INFO) << "Backend connect failed; addr=" in connected() 341 if (LOG_ENABLED(INFO)) { in connected() 342 LOG(INFO) << "Connection established"; in connected() 394 if (LOG_ENABLED(INFO)) { in tls_handshake() 395 LOG(INFO) << "SS in tls_handshake() [all...] |
H A D | shrpx_https_upstream.cc | 108 if (LOG_ENABLED(INFO)) { in on_start_request() 109 ULOG(INFO, this) << "HTTP request started"; in on_start_request() 149 if (LOG_ENABLED(INFO)) { in htp_uricb() 150 ULOG(INFO, upstream) << "Too large URI size=" in htp_uricb() 181 if (LOG_ENABLED(INFO)) { in htp_hdr_keycb() 182 ULOG(INFO, upstream) << "Too large header block size=" in htp_hdr_keycb() 197 if (LOG_ENABLED(INFO)) { in htp_hdr_keycb() 198 ULOG(INFO, upstream) in htp_hdr_keycb() 214 if (LOG_ENABLED(INFO)) { in htp_hdr_keycb() 215 ULOG(INFO, upstrea in htp_hdr_keycb() [all...] |
H A D | shrpx_http2_upstream.cc | 62 if (LOG_ENABLED(INFO)) { in on_stream_close_callback() 63 ULOG(INFO, upstream) << "Stream stream_id=" << stream_id in on_stream_close_callback() 124 if (LOG_ENABLED(INFO)) { in upgrade_upstream() 125 ULOG(INFO, this) << "nghttp2_session_upgrade() returned error: " in upgrade_upstream() 146 if (LOG_ENABLED(INFO)) { in upgrade_upstream() 147 ULOG(INFO, this) << "Connection upgraded to HTTP/2"; in upgrade_upstream() 194 if (LOG_ENABLED(INFO)) { in on_header_callback2() 195 ULOG(INFO, upstream) << "Too large or many header field size=" in on_header_callback2() 245 if (LOG_ENABLED(INFO)) { in on_invalid_header_callback2() 249 ULOG(INFO, upstrea in on_invalid_header_callback2() [all...] |
H A D | shrpx_http_downstream_connection.cc | 59 if (LOG_ENABLED(INFO)) { in timeoutcb() 60 DCLOG(INFO, dconn) << "Time out"; in timeoutcb() 227 if (LOG_ENABLED(INFO)) { in ~HttpDownstreamConnection() 228 DCLOG(INFO, this) << "Deleted"; in ~HttpDownstreamConnection() 240 if (LOG_ENABLED(INFO)) { in attach_downstream() 241 DCLOG(INFO, this) << "Attaching to DOWNSTREAM:" << downstream; in attach_downstream() 297 if (LOG_ENABLED(INFO)) { in initiate_connection() 298 DCLOG(INFO, this) in initiate_connection() 316 if (LOG_ENABLED(INFO)) { in initiate_connection() 317 DCLOG(INFO, thi in initiate_connection() [all...] |
H A D | shrpx_dns_resolver.cc | 143 if (LOG_ENABLED(INFO)) { in resolve() 144 LOG(INFO) << "Start resolving host " << name << " in IPv" in resolve() 166 if (LOG_ENABLED(INFO)) { in resolve() 167 LOG(INFO) << "ares_init_options failed: " << ares_strerror(rv); in resolve() 294 if (LOG_ENABLED(INFO)) { in on_result() 295 LOG(INFO) << "Name lookup for " << name_ in on_result() 304 if (LOG_ENABLED(INFO)) { in on_result() 305 LOG(INFO) << "Name lookup for " << name_ << "failed: no address returned"; in on_result() 337 if (LOG_ENABLED(INFO)) { in on_result() 338 LOG(INFO) << "Nam in on_result() [all...] |
H A D | shrpx_quic_connection_handler.cc | 163 if (LOG_ENABLED(INFO)) { in handle_packet() 164 LOG(INFO) << "Too many connections >=" in handle_packet() 232 if (LOG_ENABLED(INFO)) { in handle_packet() 233 LOG(INFO) << "Failed to validate Retry token from remote=" in handle_packet() 245 if (LOG_ENABLED(INFO)) { in handle_packet() 246 LOG(INFO) << "Successfully validated Retry token from remote=" in handle_packet() 265 if (LOG_ENABLED(INFO)) { in handle_packet() 266 LOG(INFO) << "Failed to validate token from remote=" in handle_packet() 286 if (LOG_ENABLED(INFO)) { in handle_packet() 287 LOG(INFO) << "Faile in handle_packet() [all...] |
H A D | shrpx_null_downstream_connection.cc | 39 if (LOG_ENABLED(INFO)) { in attach_downstream() 40 DCLOG(INFO, this) << "Attaching to DOWNSTREAM:" << downstream; in attach_downstream() 49 if (LOG_ENABLED(INFO)) { in detach_downstream() 50 DCLOG(INFO, this) << "Detaching from DOWNSTREAM:" << downstream; in detach_downstream()
|
H A D | shrpx_health_monitor_downstream_connection.cc | 40 if (LOG_ENABLED(INFO)) { in attach_downstream() 41 DCLOG(INFO, this) << "Attaching to DOWNSTREAM:" << downstream; in attach_downstream() 51 if (LOG_ENABLED(INFO)) { in detach_downstream() 52 DCLOG(INFO, this) << "Detaching from DOWNSTREAM:" << downstream; in detach_downstream()
|
H A D | shrpx_http2_downstream_connection.cc | 57 if (LOG_ENABLED(INFO)) { in ~Http2DownstreamConnection() 58 DCLOG(INFO, this) << "Deleting"; in ~Http2DownstreamConnection() 90 if (LOG_ENABLED(INFO)) { in ~Http2DownstreamConnection() 91 DCLOG(INFO, this) << "Deleted"; in ~Http2DownstreamConnection() 96 if (LOG_ENABLED(INFO)) { in attach_downstream() 97 DCLOG(INFO, this) << "Attaching to DOWNSTREAM:" << downstream; in attach_downstream() 116 if (LOG_ENABLED(INFO)) { in detach_downstream() 117 DCLOG(INFO, this) << "Detaching from DOWNSTREAM:" << downstream; in detach_downstream() 151 if (LOG_ENABLED(INFO)) { in submit_rst_stream() 152 DCLOG(INFO, thi in submit_rst_stream() [all...] |
H A D | shrpx_memcached_connection.cc | 50 if (LOG_ENABLED(INFO)) { in timeoutcb() 51 MCLOG(INFO, mconn) << "Time out"; in timeoutcb() 198 if (LOG_ENABLED(INFO)) { in initiate_connection() 199 MCLOG(INFO, this) << "Connecting to memcached server"; in initiate_connection() 227 if (LOG_ENABLED(INFO)) { in connected() 228 MCLOG(INFO, this) << "connected to memcached server"; in connected() 274 if (LOG_ENABLED(INFO)) { in tls_handshake() 275 LOG(INFO) << "SSL/TLS handshake completed"; in tls_handshake() 544 if (LOG_ENABLED(INFO)) { in parse_packet() 546 MCLOG(INFO, thi in parse_packet() [all...] |
H A D | shrpx_connection_handler.cc | 430 if (LOG_ENABLED(INFO)) { in join_worker() 431 LLOG(INFO, this) << "Waiting for worker thread to join: n=" in join_worker() 437 if (LOG_ENABLED(INFO)) { in join_worker() 438 LLOG(INFO, this) << "Thread #" << n << " joined"; in join_worker() 450 if (LOG_ENABLED(INFO)) { in graceful_shutdown_worker() 451 LLOG(INFO, this) << "Sending graceful shutdown signal to worker"; in graceful_shutdown_worker() 475 if (LOG_ENABLED(INFO)) { in handle_connection() 476 LLOG(INFO, this) << "Accepted connection from " in handle_connection() 487 if (LOG_ENABLED(INFO)) { in handle_connection() 488 LLOG(INFO, thi in handle_connection() [all...] |
H A D | shrpx_worker_process.cc | 207 if (LOG_ENABLED(INFO)) { in generate_ticket_key() 208 LOG(INFO) << "enc_keylen=" << EVP_CIPHER_key_length(ticket_key.cipher) in generate_ticket_key() 259 if (LOG_ENABLED(INFO)) { in renew_ticket_key_cb() 260 LOG(INFO) << "failed to generate ticket key"; in renew_ticket_key_cb() 267 if (LOG_ENABLED(INFO)) { in renew_ticket_key_cb() 268 LOG(INFO) << "ticket keys generation done"; in renew_ticket_key_cb() 270 LOG(INFO) << 0 << " enc+dec: " in renew_ticket_key_cb() 274 LOG(INFO) << i << " dec: " << util::format_hex(key.data.name); in renew_ticket_key_cb() 385 if (LOG_ENABLED(INFO)) { in memcached_get_ticket_key_cb() 386 LOG(INFO) << "Memcache in memcached_get_ticket_key_cb() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | randen_hwaes_test.cc | 75 ABSL_RAW_LOG(INFO, "ABSL_HAVE_ACCELERATED_AES=%d", ABSL_HAVE_ACCELERATED_AES); in main() 76 ABSL_RAW_LOG(INFO, "ABSL_RANDOM_INTERNAL_AES_DISPATCH=%d", in main() 80 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_64"); in main() 82 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_32"); in main() 84 ABSL_RAW_LOG(INFO, "ABSL_ARCH_AARCH64"); in main() 86 ABSL_RAW_LOG(INFO, "ABSL_ARCH_ARM"); in main() 88 ABSL_RAW_LOG(INFO, "ABSL_ARCH_PPC"); in main() 90 ABSL_RAW_LOG(INFO, "ARCH Unknown"); in main() 94 ABSL_RAW_LOG(INFO, "HasRandenHwAesImplementation = %d", x); in main() 97 ABSL_RAW_LOG(INFO, "CPUSupportsRandenHwAe in main() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
H A D | raw_logging_test.cc | 29 ABSL_RAW_LOG(INFO, "RAW INFO: %d", 1); in TEST() 30 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d", 1, 2); in TEST() 31 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d", 1, 2, 3); in TEST() 32 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d", 1, 2, 3, 4); in TEST() 33 ABSL_RAW_LOG(INFO, "RAW INFO in TEST() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | extFFmpegDemuxer.h | 181 LOG(INFO) << "Media format: " << fmtc->iformat->long_name << " (" << fmtc->iformat->name << ")"; in FFmpegDemuxer() 372 LOG(INFO) << "Width: " << nWidth << std::endl; in DumpStreamParameters() 373 LOG(INFO) << "Height: " << nHeight << std::endl; in DumpStreamParameters() 374 LOG(INFO) << "BitDepth: " << nBitDepth << std::endl; in DumpStreamParameters() 375 LOG(INFO) << "Profile: " << profile << std::endl; in DumpStreamParameters() 376 LOG(INFO) << "Level: " << level << std::endl; in DumpStreamParameters() 377 LOG(INFO) << "Aspect Ration: " << (float)sample_aspect_ratio.num / (float)sample_aspect_ratio.den << std::endl; in DumpStreamParameters() 387 LOG(INFO) << "Field Order: " << FieldOrder[field_order] << std::endl; in DumpStreamParameters() 395 LOG(INFO) << "Color Range: " << ColorRange[color_range] << std::endl; in DumpStreamParameters() 415 LOG(INFO) << "Colo in DumpStreamParameters() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles_test.cc | 68 ABSL_RAW_LOG(INFO, "EDGES (%zu)", edges->size()); in PrintEdges() 72 ABSL_RAW_LOG(INFO, "%d %d", a, b); in PrintEdges() 74 ABSL_RAW_LOG(INFO, "---"); in PrintEdges() 78 ABSL_RAW_LOG(INFO, "GC EDGES"); in PrintGCEdges() 82 ABSL_RAW_LOG(INFO, "%d %d", a, b); in PrintGCEdges() 86 ABSL_RAW_LOG(INFO, "---"); in PrintGCEdges() 90 ABSL_RAW_LOG(INFO, "Transitive closure"); in PrintTransitiveClosure() 95 ABSL_RAW_LOG(INFO, "%d %d", a, b); in PrintTransitiveClosure() 99 ABSL_RAW_LOG(INFO, "---"); in PrintTransitiveClosure() 104 ABSL_RAW_LOG(INFO, "G in PrintGCTransitiveClosure() [all...] |
/third_party/python/Lib/distutils/ |
H A D | log.py | 7 INFO = 2 variable 20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL): 46 self._log(INFO, msg, args) 75 set_threshold(INFO)
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | common_unittest.cc | 92 GOOGLE_LOG(INFO ) << "A message."; in TEST() 98 "[libprotobuf INFO " __FILE__ ":" + SimpleItoa(line + 1) + "] A message.\n" in TEST() 108 GOOGLE_LOG(INFO ) << "A message."; in TEST() 143 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1"; in TEST() 145 GOOGLE_LOG(INFO) << "Not visible."; in TEST() 147 GOOGLE_LOG(INFO) << "Not visible."; in TEST() 149 GOOGLE_LOG(INFO) << "Not visible."; in TEST() 151 int line2 = __LINE__; GOOGLE_LOG(INFO) << "Visible2"; in TEST()
|