/external/pigweed/pw_log/ |
D | basic_log_test.cc | 34 void LoggingFromFunction() { PW_LOG_INFO("From a function!"); } in LoggingFromFunction() 47 PW_LOG_INFO("This log statement should be at INFO level; no args"); in TEST() 49 PW_LOG_INFO("Counting: %d", i); in TEST() 51 PW_LOG_INFO("Here is a string: %s; with another string %s", "foo", "bar"); in TEST() 111 PW_LOG_INFO(TEST_FAILED_LOG); in TEST() 139 PW_LOG_INFO("This has a custom module name"); in TEST() 140 PW_LOG_INFO("So does this"); in TEST() 189 PW_LOG_INFO("This log statement should be at INFO level; no args"); in TEST() 191 PW_LOG_INFO("Counting: %d", i); in TEST() 193 PW_LOG_INFO("Here is a string: %s; with another string %s", "foo", "bar"); in TEST()
|
D | basic_log_test_plain_c.c | 31 static void LoggingFromFunctionPlainC(void) { PW_LOG_INFO("From a function!"); } in LoggingFromFunctionPlainC() 46 PW_LOG_INFO("This log statement should be at INFO level; no args"); in BasicLogTestPlainC() 48 PW_LOG_INFO("Counting: %d", i); in BasicLogTestPlainC() 50 PW_LOG_INFO("Here is a string: %s; with another string %s", "foo", "bar"); in BasicLogTestPlainC() 100 PW_LOG_INFO("This has a custom module name"); in BasicLogTestPlainC() 101 PW_LOG_INFO("So does this"); in BasicLogTestPlainC() 119 PW_LOG_INFO("Abc %d", 123); in CustomFormatStringTest()
|
D | docs.rst | 25 PW_LOG_INFO("Booting..."); 31 PW_LOG_INFO("Successfully booted"); 128 guarantees. For most cases, prefer to use the direct ``PW_LOG_INFO`` or 134 .. cpp:function:: PW_LOG_INFO(fmt, ...) 166 PW_LOG_INFO("hello???"); 201 PW_LOG_INFO("This is INFO level, and will display"); 232 PW_LOG_INFO("This is INFO level, and will display"); 309 PW_LOG_INFO("My temperature is %d. State: %s", temperature, state);
|
/external/pigweed/pw_allocator/ |
D | freelist_heap.cc | 167 PW_LOG_INFO(" "); in LogHeapStats() 168 PW_LOG_INFO(" The current heap information: "); in LogHeapStats() 169 PW_LOG_INFO(" The total heap size is %u bytes.", in LogHeapStats() 171 PW_LOG_INFO(" The current allocated heap memory is %u bytes.", in LogHeapStats() 173 PW_LOG_INFO(" The cumulative allocated heap memory is %u bytes.", in LogHeapStats() 175 PW_LOG_INFO(" The cumulative freed heap memory is %u bytes.", in LogHeapStats() 177 PW_LOG_INFO( in LogHeapStats() 181 PW_LOG_INFO( in LogHeapStats() 184 PW_LOG_INFO(" "); in LogHeapStats()
|
/external/pigweed/pw_unit_test/ |
D | logging_event_handler.cc | 27 PW_LOG_INFO("[==========] Running all tests."); in RunAllTestsStart() 32 PW_LOG_INFO("[==========] Done running all tests."); in RunAllTestsEnd() 33 PW_LOG_INFO("[ PASSED ] %d test(s).", run_tests_summary.passed_tests); in RunAllTestsEnd() 40 PW_LOG_INFO("[ RUN ] %s.%s", test_case.suite_name, test_case.test_name); in TestCaseStart() 48 PW_LOG_INFO( in TestCaseEnd()
|
D | unit_test_service.cc | 69 PW_LOG_INFO("Starting unit test run"); in Run() 81 PW_LOG_INFO("Unit test run complete"); in Run()
|
/external/pigweed/pw_blob_store/size_report/ |
D | basic_blob.cc | 48 PW_LOG_INFO("We care about optimizing: %d", *unoptimizable); in main() 66 PW_LOG_INFO("Use the variable. %u", unsigned(*val)); in main() 73 PW_LOG_INFO("Do something so variables are used. %u, %c, %u", in main() 96 PW_LOG_INFO("%d", get_result.ok()); in main() 99 PW_LOG_INFO("%d", reader_result.ok()); in main()
|
D | deferred_write_blob.cc | 48 PW_LOG_INFO("We care about optimizing: %d", *unoptimizable); in main() 66 PW_LOG_INFO("Use the variable. %u", unsigned(*val)); in main() 73 PW_LOG_INFO("Do something so variables are used. %u, %c, %u", in main() 97 PW_LOG_INFO("%d", get_result.ok()); in main() 100 PW_LOG_INFO("%d", reader_result.ok()); in main()
|
D | base.cc | 47 PW_LOG_INFO("We care about optimizing: %d", *unoptimizable); in main() 65 PW_LOG_INFO("Use the variable. %u", unsigned(*val)); in main() 72 PW_LOG_INFO("Do something so variables are used. %u, %c, %u", in main()
|
/external/pigweed/pw_trace_tokenized/ |
D | trace_buffer_log.cc | 55 PW_LOG_INFO("[TRACE] begin"); in DumpTraceBufferToLog() 70 PW_LOG_INFO("[TRACE] data: %s", line_builder.c_str()); in DumpTraceBufferToLog() 78 PW_LOG_INFO("[TRACE] data: %s", line_builder.c_str()); in DumpTraceBufferToLog() 80 PW_LOG_INFO("[TRACE] end"); in DumpTraceBufferToLog()
|
/external/pigweed/pw_trace_tokenized/example/ |
D | trigger.cc | 63 PW_LOG_INFO("Trace capture started!"); in TraceEventCallback() 67 PW_LOG_INFO("Trace capture ended!"); in TraceEventCallback() 89 PW_LOG_INFO("Running trigger example..."); in main()
|
D | basic.cc | 46 PW_LOG_INFO("Running basic trace example...\n"); in main()
|
/external/pigweed/pw_metric/ |
D | metric.cc | 91 PW_LOG_INFO("%s \"%s\": %f,", indent, encoded_name.value(), as_float()); in Dump() 93 PW_LOG_INFO("%s \"%s\": %u,", in Dump() 115 PW_LOG_INFO("%s \"%s\": {", indent, encoded_name.value()); in Dump() 118 PW_LOG_INFO("%s }", indent); in Dump()
|
/external/pigweed/pw_metric/size_report/ |
D | base.cc | 26 PW_LOG_INFO("We care about optimizing: %d", *unoptimizable); in main() 28 PW_LOG_INFO("some_metric: %d", *unoptimizable); in main()
|
D | one_metric.cc | 36 PW_LOG_INFO("Ensure logs are pulled in: %d", *unoptimizable); in main() 39 PW_LOG_INFO("metric_x: %d", static_cast<int>(metric_x.value())); in main()
|
D | dump.cc | 35 PW_LOG_INFO("Ensure logs are pulled in: %d", *unoptimizable); in main() 38 PW_LOG_INFO("metric_x: %d", static_cast<int>(metric_x.value())); in main()
|
D | more_metrics.cc | 55 PW_LOG_INFO("Ensure logs are pulled in: %d", *unoptimizable); in main() 58 PW_LOG_INFO("metric_x: %d", static_cast<int>(metric_x.value())); in main()
|
/external/pigweed/pw_fuzzer/ |
D | pw_fuzzer_disabled.cc | 28 PW_LOG_INFO("Fuzzing is disabled for the current platform and/or compiler."); in TEST() 29 PW_LOG_INFO("Executing the fuzz target function as a unit test instead."); in TEST()
|
/external/pigweed/pw_router/size_report/ |
D | base.cc | 41 PW_LOG_INFO("Packet has address %u", static_cast<unsigned>(packet.address)); in main() 42 PW_LOG_INFO("pw_StatusString %s", pw::OkStatus().str()); in main()
|
D | static_router_with_one_route.cc | 72 PW_LOG_INFO("Packet has address %u", static_cast<unsigned>(packet.address)); in main() 73 PW_LOG_INFO("pw_StatusString %s", pw::OkStatus().str()); in main()
|
/external/pigweed/pw_cpu_exception_cortex_m/ |
D | cpu_state.cc | 39 PW_LOG_INFO("Active CFSR fields:"); in AnalyzeCfsr() 148 PW_LOG_INFO("Encountered non-maskable interrupt (NMI)"); in AnalyzeException() 212 PW_LOG_INFO("All captured CPU registers:"); in LogCpuState() 215 PW_LOG_INFO(" %-10s 0x%08" PRIx32, #name, state_section.name) in LogCpuState()
|
/external/pigweed/pw_log/public/pw_log/ |
D | log.h | 92 #ifndef PW_LOG_INFO 93 #define PW_LOG_INFO(message, ...) \ macro
|
D | short.h | 28 #define LOG_INFO PW_LOG_INFO
|
D | shorter.h | 29 #define INF PW_LOG_INFO
|
/external/pigweed/pw_fuzzer/public/pw_fuzzer/ |
D | fuzzed_data_provider.h | 44 PW_LOG_INFO("Fuzzing is disabled for the current compiler."); in FuzzedDataProvider() 45 PW_LOG_INFO("Using trivial stub implementation for FuzzedDataProvider."); in FuzzedDataProvider()
|