/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/ |
D | spi-nor-ids.c | 23 #define INFO(_name, _jedec_id, _ext_id, _sector_size, _n_sectors, _flags) \ macro 68 { INFO("at26df321", 0x1f4700, 0, 64 * 1024, 64, SECT_4K) }, 69 { INFO("at25df321a", 0x1f4701, 0, 64 * 1024, 64, SECT_4K) }, 71 { INFO("at45db011d", 0x1f2200, 0, 64 * 1024, 4, SECT_4K) }, 72 { INFO("at45db021d", 0x1f2300, 0, 64 * 1024, 8, SECT_4K) }, 73 { INFO("at45db041d", 0x1f2400, 0, 64 * 1024, 8, SECT_4K) }, 74 { INFO("at45db081d", 0x1f2500, 0, 64 * 1024, 16, SECT_4K) }, 75 { INFO("at45db161d", 0x1f2600, 0, 64 * 1024, 32, SECT_4K) }, 76 { INFO("at45db321d", 0x1f2700, 0, 64 * 1024, 64, SECT_4K) }, 77 { INFO("at45db641d", 0x1f2800, 0, 64 * 1024, 128, SECT_4K) }, [all …]
|
/third_party/uboot/u-boot-2020.01/fs/reiserfs/ |
D | reiserfs.c | 82 return reiserfs_devread ((INFO->journal_block + block) << INFO->blocksize_shift, in journal_read() 93 int transactions = INFO->journal_transactions; in block_read() 94 int desc_block = INFO->journal_first_desc; in block_read() 95 int journal_mask = INFO->journal_block_count - 1; in block_read() 145 translatedNr = INFO->journal_block + ((desc_block + i) & journal_mask); in block_read() 148 blockNr, translatedNr - INFO->journal_block); in block_read() 156 return reiserfs_devread (translatedNr << INFO->blocksize_shift, start, len, buffer); in block_read() 170 unsigned int block_count = INFO->journal_block_count; in journal_init() 184 INFO->journal_first_desc = desc_block; in journal_init() 261 INFO->journal_transactions in journal_init() [all …]
|
/third_party/uboot/u-boot-2020.01/board/hisilicon/hikey/ |
D | README | 123 INFO: BL2: Doing platform setup 124 INFO: ddr3 rank1 init pass 125 INFO: succeed to set ddrc 150mhz 126 INFO: ddr3 rank1 init pass 127 INFO: succeed to set ddrc 266mhz 128 INFO: ddr3 rank1 init pass 129 INFO: succeed to set ddrc 400mhz 130 INFO: ddr3 rank1 init pass 131 INFO: succeed to set ddrc 533mhz 132 INFO: ddr3 rank1 init pass [all …]
|
/third_party/nghttp2/src/ |
D | shrpx_client_handler.cc | 67 if (LOG_ENABLED(INFO)) { in timeoutcb() 68 CLOG(INFO, handler) << "Time out"; in timeoutcb() 79 if (LOG_ENABLED(INFO)) { in shutdowncb() 80 CLOG(INFO, handler) << "Close connection due to TLS renegotiation"; in shutdowncb() 195 if (LOG_ENABLED(INFO)) { in tls_handshake() 196 CLOG(INFO, this) << "SSL/TLS handshake completed"; in tls_handshake() 316 if (LOG_ENABLED(INFO)) { in upstream_http2_connhd_read() 317 CLOG(INFO, this) << "invalid client connection header"; in upstream_http2_connhd_read() 344 if (LOG_ENABLED(INFO)) { in upstream_http1_connhd_read() 345 CLOG(INFO, this) << "This is HTTP/1.1 connection, " in upstream_http1_connhd_read() [all …]
|
D | shrpx_dns_tracker.cc | 110 if (LOG_ENABLED(INFO)) { in resolve() 111 LOG(INFO) << "DNS entry not found for " << dnsq->host; in resolve() 121 if (LOG_ENABLED(INFO)) { in resolve() 122 LOG(INFO) << "Name lookup failed for " << host; in resolve() 135 if (LOG_ENABLED(INFO)) { in resolve() 136 LOG(INFO) << "Name lookup failed for " << host; in resolve() 146 if (LOG_ENABLED(INFO)) { in resolve() 147 LOG(INFO) << "Name lookup succeeded: " << host << " -> " in resolve() 178 if (LOG_ENABLED(INFO)) { in resolve() 179 LOG(INFO) << "DNS entry found for " << dnsq->host in resolve() [all …]
|
D | shrpx_connection.cc | 341 if (LOG_ENABLED(INFO)) { in tls_handshake() 342 LOG(INFO) << "tls: handshake read error"; in tls_handshake() 423 if (LOG_ENABLED(INFO)) { in tls_handshake() 424 LOG(INFO) << "tls: read early data " << nread << " bytes"; in tls_handshake() 430 if (LOG_ENABLED(INFO)) { in tls_handshake() 431 LOG(INFO) << "tls: read all early data; total " in tls_handshake() 458 if (LOG_ENABLED(INFO)) { in tls_handshake() 459 LOG(INFO) << "tls: handshake message is too large"; in tls_handshake() 467 if (LOG_ENABLED(INFO)) { in tls_handshake() 468 LOG(INFO) << "tls: handshake libssl error: " in tls_handshake() [all …]
|
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, http2session) << "Could not initiate backend connection"; in initiate_connection_cb() [all …]
|
D | shrpx_https_upstream.cc | 95 if (LOG_ENABLED(INFO)) { in on_start_request() 96 ULOG(INFO, this) << "HTTP request started"; in on_start_request() 136 if (LOG_ENABLED(INFO)) { in htp_uricb() 137 ULOG(INFO, upstream) << "Too large URI size=" in htp_uricb() 168 if (LOG_ENABLED(INFO)) { in htp_hdr_keycb() 169 ULOG(INFO, upstream) << "Too large header block size=" in htp_hdr_keycb() 184 if (LOG_ENABLED(INFO)) { in htp_hdr_keycb() 185 ULOG(INFO, upstream) in htp_hdr_keycb() 201 if (LOG_ENABLED(INFO)) { in htp_hdr_keycb() 202 ULOG(INFO, upstream) in htp_hdr_keycb() [all …]
|
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) << "SSL/TLS handshake completed"; in tls_handshake() [all …]
|
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, upstream) << "Invalid header field for stream_id=" in on_invalid_header_callback2() [all …]
|
D | shrpx_connection_handler.cc | 328 if (LOG_ENABLED(INFO)) { in join_worker() 329 LLOG(INFO, this) << "Waiting for worker thread to join: n=" in join_worker() 335 if (LOG_ENABLED(INFO)) { in join_worker() 336 LLOG(INFO, this) << "Thread #" << n << " joined"; in join_worker() 351 if (LOG_ENABLED(INFO)) { in graceful_shutdown_worker() 352 LLOG(INFO, this) << "Sending graceful shutdown signal to worker"; in graceful_shutdown_worker() 373 if (LOG_ENABLED(INFO)) { in handle_connection() 374 LLOG(INFO, this) << "Accepted connection from " in handle_connection() 385 if (LOG_ENABLED(INFO)) { in handle_connection() 386 LLOG(INFO, this) << "Too many connections >=" in handle_connection() [all …]
|
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) << "Name lookup succeeded: " << name_ << " -> " in on_result()
|
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()
|
/third_party/uboot/u-boot-2020.01/board/hisilicon/hikey960/ |
D | README | 140 INFO: BL2: Doing platform setup 141 INFO: UFS LUN0 contains 1024 blocks with 4096-byte size 142 INFO: UFS LUN1 contains 1024 blocks with 4096-byte size 143 INFO: UFS LUN2 contains 2048 blocks with 4096-byte size 144 INFO: UFS LUN3 contains 7805952 blocks with 4096-byte size 145 INFO: ufs: change power mode success 146 INFO: BL2: Loading image id 2 147 INFO: Loading image id=2 at address 0x89c80000 148 INFO: Image id=2 loaded: 0x89c80000 - 0x89cb5088 149 INFO: BL2: Initiating SCP_BL2 transfer to SCP [all …]
|
/third_party/abseil-cpp/absl/random/internal/ |
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, "CPUSupportsRandenHwAes = %d", x); in main() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
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, "CPUSupportsRandenHwAes = %d", x); in main() [all …]
|
/third_party/abseil-cpp/absl/base/ |
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: %d %d %d %d %d", 1, 2, 3, 4, 5); in TEST() 59 ABSL_INTERNAL_LOG(INFO, "Internal Log"); in TEST() 61 ABSL_INTERNAL_LOG(INFO, log_msg); in TEST() 63 ABSL_INTERNAL_LOG(INFO, log_msg + " 2"); in TEST() 66 ABSL_INTERNAL_LOG(INFO, absl::StrCat("Internal log ", 3, " + ", d)); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
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: %d %d %d %d %d", 1, 2, 3, 4, 5); in TEST() 59 ABSL_INTERNAL_LOG(INFO, "Internal Log"); in TEST() 61 ABSL_INTERNAL_LOG(INFO, log_msg); in TEST() 63 ABSL_INTERNAL_LOG(INFO, log_msg + " 2"); in TEST() 66 ABSL_INTERNAL_LOG(INFO, absl::StrCat("Internal log ", 3, " + ", d)); in TEST()
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_swapchain.cc | 54 FML_DLOG(INFO) << "Device or surface is invalid."; in VulkanSwapchain() 59 FML_DLOG(INFO) << "Could not find surface capabilities."; in VulkanSwapchain() 77 FML_DLOG(INFO) << "Could not choose surface format."; in VulkanSwapchain() 83 FML_DLOG(INFO) << "Could not choose present mode."; in VulkanSwapchain() 95 FML_DLOG(INFO) << "Could not get physical device surface support."; in VulkanSwapchain() 100 FML_DLOG(INFO) << "Surface was not supported by the physical device."; in VulkanSwapchain() 142 FML_DLOG(INFO) << "Could not create the swapchain."; in VulkanSwapchain() 155 FML_DLOG(INFO) << "Could not create swapchain images."; in VulkanSwapchain() 321 FML_DLOG(INFO) << "Swapchain was invalid."; in AcquireSurface() 332 FML_DLOG(INFO) << "Could not get the next backbuffer."; in AcquireSurface() [all …]
|
D | vulkan_window.cc | 23 FML_DLOG(INFO) << "Proc table has not acquired mandatory proc addresses."; in VulkanWindow() 28 FML_DLOG(INFO) << "Native surface is invalid."; in VulkanWindow() 45 FML_DLOG(INFO) << "Instance proc addresses have not been setup."; in VulkanWindow() 57 FML_DLOG(INFO) << "Device proc addresses have not been setup."; in VulkanWindow() 67 FML_DLOG(INFO) << "Vulkan surface is invalid."; in VulkanWindow() 74 FML_DLOG(INFO) << "Could not create Skia context."; in VulkanWindow() 81 FML_DLOG(INFO) << "Could not setup the swapchain initially."; in VulkanWindow() 147 FML_DLOG(INFO) << "Surface is invalid."; in AcquireSurface() 161 FML_DLOG(INFO) << "Swapchain and surface sizes are out of sync. Recreating " in AcquireSurface() 164 FML_DLOG(INFO) << "Could not recreate swapchain."; in AcquireSurface() [all …]
|
D | vulkan_application.cc | 94 FML_DLOG(INFO) << "Could not create application instance."; in VulkanApplication() 100 FML_DLOG(INFO) << "Could not setup instance proc addresses."; in VulkanApplication() 105 FML_LOG(INFO) << "Destroying Vulkan instance"; in VulkanApplication() 112 FML_LOG(INFO) << "Vulkan debugging was enabled but could not be setup " in VulkanApplication() 116 FML_DLOG(INFO) << "Debug reporting is enabled."; in VulkanApplication() 149 FML_DLOG(INFO) << "Could not enumerate physical device."; in GetPhysicalDevices() 155 FML_DLOG(INFO) << "No physical devices found."; in GetPhysicalDevices() 165 FML_DLOG(INFO) << "Could not enumerate physical device."; in GetPhysicalDevices() 180 FML_DLOG(INFO) << "Could not acquire compatible logical device."; in AcquireFirstCompatibleLogicalDevice()
|
/third_party/boost/libs/property_tree/doc/ |
D | info_parser.qbk | 8 [section INFO Parser] 9 The INFO format was created specifically for the property tree library. It 15 INFO provides several features that make it familiar to C++ programmers and 20 INFO is also used for visualization of property trees in this documentation. 22 A typical INFO file might look like this: 34 Here's a more complicated file demonstrating all of INFO's features: 52 INFO round-trips except for the loss of comments and include directives.
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | TODO | 18 echo "INFO: ..." 28 ./freezer/prereq.sh:10:tst_resm TINFO " It's ok if there's an ERROR before the next INFO." 56 ./signal/prereq.sh:9:tst_resm TINFO " It's ok if there's an ERROR before the next INFO." 57 ./signal/stop_kill.sh:21: echo -n "INFO: Killing $sample_proc ..." 58 ./signal/TODO:4: echo "INFO: ..." 59 ./signal/kill.sh:20: echo -n "INFO: Killing $sample_proc ..." 60 ./signal/stop_sleep_cont.sh:26: echo -n "INFO: Waiting until sleep command should have finished ($s… 61 ./libcgroup_subsys:57: tst_resm INFO "Failed to mount cgroup filesystem with ${cgroup_subsys} subs… 62 ./freezer/prereq.sh:10:tst_resm TINFO " It's ok if there's an ERROR before the next INFO." 63 ./freezer/stop_freeze_sleep_thaw_cont.sh:30: echo -n "INFO: Waiting until sleep command should have… [all …]
|
/third_party/uboot/u-boot-2020.01/board/hisilicon/poplar/ |
D | README | 230 INFO: BL1: 0xe1000 - 0xe7000 [size = 24576] 234 INFO: BL1: RAM 0xe1000 - 0xe7000 235 INFO: BL1: Loading BL2 236 INFO: Loading image id=1 at address 0xe9000 237 INFO: Image id=1 loaded at address 0xe9000, size = 0x5008 239 INFO: Entry point address = 0xe9000 240 INFO: SPSR = 0x3c5 243 INFO: BL2: Loading BL31 244 INFO: Loading image id=3 at address 0x129000 245 INFO: Image id=3 loaded at address 0x129000, size = 0x8038 [all …]
|
/third_party/gstreamer/gst_libav/common/m4/ |
D | gst-debuginfo.m4 | 23 AC_ARG_ENABLE(INFO, optenable 24 AC_HELP_STRING([--disable-INFO],[disables compilation of informational messages]), 28 *) AC_MSG_ERROR(bad value ${enableval} for --enable-INFO) ;; 32 AC_DEFINE(GST_INFO_ENABLED, 1, [Define if INFO statements should be compiled in]) 36 AC_HELP_STRING([--disable-debug-color],[disables color output of DEBUG and INFO output]),
|