/external/pigweed/pw_log/ |
D | basic_log_test.cc | 39 PW_LOG_DEBUG("This log statement should be at DEBUG level; no args"); in TEST() 41 PW_LOG_DEBUG("Counting: %d", i); in TEST() 43 PW_LOG_DEBUG("Here is a string: %s; with another string %s", "foo", "bar"); in TEST() 110 PW_LOG_DEBUG(TEST_FAILED_LOG); in TEST() 181 PW_LOG_DEBUG("This log statement should be at DEBUG level; no args"); in TEST() 183 PW_LOG_DEBUG("Counting: %d", i); in TEST() 185 PW_LOG_DEBUG("Here is a string: %s; with another string %s", "foo", "bar"); in TEST()
|
D | basic_log_test_plain_c.c | 39 PW_LOG_DEBUG("This log statement should be at DEBUG level; no args"); in BasicLogTestPlainC() 41 PW_LOG_DEBUG("Counting: %d", i); in BasicLogTestPlainC() 43 PW_LOG_DEBUG("Here is a string: %s; with another string %s", "foo", "bar"); in BasicLogTestPlainC() 118 PW_LOG_DEBUG("Abc"); in CustomFormatStringTest()
|
D | docs.rst | 26 PW_LOG_DEBUG("CPU temp: %.2f", cpu_temperature); 129 ``PW_LOG_DEBUG`` style macros, which are often implemented more efficiently 133 .. cpp:function:: PW_LOG_DEBUG(fmt, ...) 200 PW_LOG_DEBUG("This won't be logged at all"); 231 PW_LOG_DEBUG("This won't be logged at all");
|
/external/pigweed/pw_kvs/ |
D | entry.cc | 126 PW_LOG_DEBUG("Copying entry from %u to %u as ID %" PRIu32, in Copy() 249 PW_LOG_DEBUG("Entry [%s]: ", deleted() ? "tombstone" : "present"); in DebugLog() 250 PW_LOG_DEBUG(" Address = 0x%x", unsigned(address_)); in DebugLog() 251 PW_LOG_DEBUG(" Transaction = %u", unsigned(transaction_id())); in DebugLog() 252 PW_LOG_DEBUG(" Magic = 0x%x", unsigned(magic())); in DebugLog() 253 PW_LOG_DEBUG(" Checksum = 0x%x", unsigned(header_.checksum)); in DebugLog() 254 PW_LOG_DEBUG(" Key length = 0x%x", unsigned(key_length())); in DebugLog() 255 PW_LOG_DEBUG(" Value length = 0x%x", unsigned(value_size())); in DebugLog() 256 PW_LOG_DEBUG(" Entry size = 0x%x", unsigned(size())); in DebugLog() 257 PW_LOG_DEBUG(" Alignment = 0x%x", unsigned(alignment_bytes())); in DebugLog()
|
D | flash_partition_test.cc | 78 PW_LOG_DEBUG(" Read Error [%s], %u of %u", in WriteData() 88 PW_LOG_DEBUG( in WriteData() 116 PW_LOG_DEBUG("FillTest iteration %u, write '0'", unsigned(i)); in TEST() 118 PW_LOG_DEBUG("FillTest iteration %u, write '0xff'", unsigned(i)); in TEST() 120 PW_LOG_DEBUG("FillTest iteration %u, write '0x55'", unsigned(i)); in TEST() 122 PW_LOG_DEBUG("FillTest iteration %u, write '0xa3'", unsigned(i)); in TEST() 124 PW_LOG_DEBUG("Completed iterations %u, Total errors %u", in TEST()
|
D | entry_cache.cc | 108 PW_LOG_DEBUG("Found match for key hash 0x%08" PRIx32, hash); in Find() 170 PW_LOG_DEBUG("Multiple Redundant entries in same sector %u", in AddNewOrUpdateExisting() 178 PW_LOG_DEBUG("Found stale entry when appending; ignoring"); in AddNewOrUpdateExisting()
|
D | key_value_store_map_test.cc | 356 PW_LOG_DEBUG("[%3u] START %s", count_, operation.c_str()); in StartOperation() 358 PW_LOG_DEBUG( in StartOperation() 370 PW_LOG_DEBUG( in FinishOperation() 373 PW_LOG_DEBUG("[%3u] FINISH %s <%s> for '%s'", in FinishOperation()
|
/external/pigweed/pw_blob_store/ |
D | blob_store.cc | 46 PW_LOG_DEBUG("BlobStore init - Have valid blob of %u bytes", in Init() 59 PW_LOG_DEBUG("BlobStore init - is erased"); in Init() 61 PW_LOG_DEBUG("BlobStore init - not erased"); in Init() 95 PW_LOG_DEBUG("Blob writer open"); in OpenWrite() 119 PW_LOG_DEBUG("Blob reader open"); in OpenRead() 137 PW_LOG_DEBUG( in CloseWrite() 189 PW_LOG_DEBUG("Blob reader close"); in CloseRead() 347 PW_LOG_DEBUG( in FlushFinalPartialChunk() 491 PW_LOG_DEBUG("Validate checksum of 0x%08x in flash for blob of %u bytes", in ValidateChecksum() 498 PW_LOG_DEBUG(" checksum verify of %s", status.str()); in ValidateChecksum()
|
D | blob_store_chunk_write_test.cc | 73 PW_LOG_DEBUG("Do write of %u bytes, %u bytes remain", in ChunkWriteTest()
|
D | blob_store_deferred_write_test.cc | 74 PW_LOG_DEBUG("Do write of %u bytes, %u bytes remain", in ChunkWriteTest()
|
D | blob_store_test.cc | 124 PW_LOG_DEBUG("Do write of %u bytes, %u bytes remain", in ChunkReadTest()
|
/external/pigweed/pw_log/public/pw_log/ |
D | log.h | 87 #ifndef PW_LOG_DEBUG 88 #define PW_LOG_DEBUG(message, ...) \ macro
|
D | short.h | 27 #define LOG_DEBUG PW_LOG_DEBUG
|
D | shorter.h | 28 #define DBG PW_LOG_DEBUG
|
/external/pigweed/pw_unit_test/ |
D | logging_event_handler.cc | 83 PW_LOG_DEBUG("Skipping disabled test %s.%s", test.suite_name, test.test_name); in TestCaseDisabled()
|
D | unit_test_service.cc | 73 PW_LOG_DEBUG("%u test suite filters applied", in Run()
|