/lvgl-latest/docs/details/debugging/ |
D | log.rst | 31 Logging with printf 34 If your system supports ``printf``, you just need to enable 35 :c:macro:`LV_LOG_PRINTF` in ``lv_conf.h`` to send the logs with ``printf``. 40 If you can't use ``printf`` or want to use a custom function to log, you
|
D | profiler.rst | 105 printf("%s", buf);
|
/lvgl-latest/src/misc/ |
D | lv_log.c | 100 printf("[%s]" LOG_TIMESTAMP_FMT " %s: ", in lv_log_add() 103 printf(LOG_FILE_LINE_FMT "\n" LOG_FILE_LINE_EXPR); in lv_log_add()
|
D | lv_types.h | 385 #define LV_FORMAT_ATTRIBUTE(fmtstr, vararg) __attribute__((format(printf, fmtstr, vararg)))
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_profiler.c | 93 printf("%s", buf); in flush_cb()
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_tlsf.c | 10 #undef printf 11 #define printf LV_LOG_ERROR macro 890 …printf("\t%p %s size: %x (%p)\n", ptr, used ? "used" : "free", (unsigned int)size, (void *)block_f… in default_walker() 976 printf("lv_tlsf_add_pool: Memory must be aligned by %u bytes.\n", in lv_tlsf_add_pool() 983 printf("lv_tlsf_add_pool: Memory size must be between 0x%x and 0x%x00 bytes.\n", in lv_tlsf_add_pool() 987 printf("lv_tlsf_add_pool: Memory size must be between %u and %u bytes.\n", in lv_tlsf_add_pool() 1054 printf("test_ffs_fls: %x ffs/fls tests failed.\n", rv); in test_ffs_fls() 1069 printf("lv_tlsf_create: Memory must be aligned to %u bytes.\n", in lv_tlsf_create()
|
/lvgl-latest/tests/src/test_libs/rnd_unicodes/rnd_unicodes/ |
D | README.md | 28 printf("LEN: %d\n%s\n", len, chars);
|
/lvgl-latest/.devcontainer/ |
D | __main.c__ | 66 printf("Starting with screen resolution of %dx%d px\n", monitor_hor_res, monitor_ver_res);
|
/lvgl-latest/tests/unity/ |
D | unity_support.c | 294 printf("###### %s\n", file_name); in write_png_file() 503 printf("Created folder: %s\n", current_path); in create_folders_if_needed()
|
/lvgl-latest/docs/details/integration/ide/ |
D | pc-simulator.rst | 19 add a lot of ``printf`` s, do profiling, and so on.
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | regex.h | 309 printf("root: %d\n", root_); in RAPIDJSON_DIAG_OFF() 312 printf("[%2d] out: %2d out1: %2d c: '%c'\n", i, s.out, s.out1, (char)s.codepoint); in RAPIDJSON_DIAG_OFF() 314 printf("\n"); in RAPIDJSON_DIAG_OFF()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_fs.c | 36 printf("%s, %d, %p\n", cur, errno, a); in test_read()
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_parser.c | 2274 printf(" "); in _lv_svg_dump_tree() 2277 printf("content: [%s]\n", root->xml_id); in _lv_svg_dump_tree() 2280 printf("tag <%s>", _svg_tag_map[root->type - 1].name); in _lv_svg_dump_tree() 2282 printf(" - id [%s]", root->xml_id); in _lv_svg_dump_tree() 2284 printf("\n"); in _lv_svg_dump_tree() 2290 printf(" "); in _lv_svg_dump_tree() 2293 printf(" attr <%s>\n", _svg_attr_map[attr->id - 1].name); in _lv_svg_dump_tree()
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | schema.h | 78 printf(" Fail keyword: '%s'\n", keyword); in PrintInvalidKeywordData() 86 printf(" Fail document: '%s'\n", document); in PrintInvalidDocumentData() 94 printf(" Sch: %*s'%s'\n Doc: %*s'%s'\n", depth * 4, " ", s, depth * 4, " ", d); in PrintValidatorPointersData() 102 printf(" Resolving id: Base: '%s', Local: '%s', Resolved: '%s'\n", base, local, resolved); in PrintSchemaIdsData() 110 printf("%s\n", method); in PrintMethodData() 114 printf("%s, Data: '%s'\n", method, b ? "true" : "false"); in PrintMethodData() 118 printf("%s, Data: '%" PRId64 "'\n", method, i); in PrintMethodData() 122 printf("%s, Data: '%" PRIu64 "'\n", method, u); in PrintMethodData() 126 printf("%s, Data: '%lf'\n", method, d); in PrintMethodData() 130 printf("%s, Data: '%s'\n", method, s); in PrintMethodData() [all …]
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_property.c | 214 … printf("state: %d, value: %d\n", states[i].state, lv_obj_get_property(obj, states[i].id).num); in test_obj_property_state()
|
/lvgl-latest/docs/details/widgets/ |
D | label.rst | 43 With :cpp:expr:`lv_label_set_text_fmt(label, fmt, ...)` printf formatting
|
/lvgl-latest/docs/details/main-components/ |
D | timer.rst | 53 printf("my_timer called with user data: %d\n", *user_data);
|
D | fs.rst | 275 printf("%s\n", fn);
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 37 printf("Clicked\n");
|
D | scroll.rst | 253 printf("%d pixels are scrolled above top edge of display.\n", scroll_value);
|
/lvgl-latest/docs/ |
D | README_jp.rst | 194 printf("Clicked\n");
|
D | README_zh.rst | 246 printf("Clicked\n");
|
D | README_pt_BR.rst | 254 printf("Clicado\n");
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 238 printf("Clicked\n");
|
/lvgl-latest/ |
D | README.md | 169 printf("Clicked\n");
|