Home
last modified time | relevance | path

Searched refs:log_dbg (Results 1 – 9 of 9) sorted by relevance

/third_party/libxkbcommon/test/
Dlog.c90 log_dbg(ctx, "first debug: %s\n", "hello"); in main()
96 log_dbg(ctx, "second debug: %s %s\n", "hello", "world"); in main()
104 log_dbg(ctx, "third debug: %s %s\n", "hello", "world"); in main()
/third_party/libxkbcommon/src/xkbcomp/
Dxkbcomp.c62 log_dbg(keymap->ctx, in text_v1_keymap_new_from_names()
78 log_dbg(keymap->ctx, in text_v1_keymap_new_from_names()
Dcompat.c507 log_dbg(info->ctx, in SetInterpField()
573 log_dbg(info->ctx, in SetLedMapField()
610 log_dbg(info->ctx, in SetLedMapField()
770 log_dbg(info->ctx, in HandleCompatMapFile()
838 log_dbg(keymap->ctx, in CopyLedMapDefsToKeymap()
Dkeymap.c288 log_dbg(ctx, "Compiling %s \"%s\"\n", in CompileKeymap()
/third_party/libxkbcommon/src/
Dcontext.c76 log_dbg(ctx, "Include path added: %s\n", tmp); in xkb_context_include_path_append()
82 log_dbg(ctx, "Include path failed: %s (%s)\n", tmp, strerror(err)); in xkb_context_include_path_append()
Dcontext.h113 #define log_dbg(ctx, ...) \ macro
Dregistry.c157 #define log_dbg(ctx, ...) \ macro
659 log_dbg(ctx, "Parsing %s\n", rules); in rxkb_context_parse()
667 log_dbg(ctx, "Parsing %s\n", rules); in rxkb_context_parse()
/third_party/libxkbcommon/src/compose/
Dtable.c223 log_dbg(ctx, "created compose table from locale %s with path %s\n", in xkb_compose_table_new_from_locale()
/third_party/libevdev/libevdev/
Dlibevdev-int.h121 #define log_dbg(dev, ...) log_msg_cond(dev, LIBEVDEV_LOG_DEBUG, __VA_ARGS__) macro