Home
last modified time | relevance | path

Searched refs:keyval (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py150 if event.keyval == Gdk.keyval_from_name("Left"):
152 elif event.keyval == Gdk.keyval_from_name("Right"):
154 elif event.keyval == Gdk.keyval_from_name("Up"):
156 elif event.keyval == Gdk.keyval_from_name("Down"):
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0007-greeter.c-support-to-update-expired-password.patch128 - if(event->keyval == GDK_Escape)
129 + if(event->keyval == GDK_Escape) {
H A D0008-greeter.c-show-information-on-gtk-label-info.patch56 if(event->keyval == GDK_Escape) {
/openbmc/qemu/qapi/
H A Dqobject-input-visitor.c50 bool keyval; /* Assume @root made with keyval_parse() */ member
95 qiv->keyval ? ".%u" : "[%u]", in full_name_nth()
744 v->keyval = true; in qobject_input_visitor_new_keyval()
/openbmc/qemu/tests/unit/
H A Dtest-qobject-input-visitor.c50 static Visitor *test_init_internal(TestInputVisitorData *data, bool keyval, in test_init_internal() argument
57 if (keyval) { in test_init_internal()
68 bool keyval, in visitor_input_test_init_full() argument
75 v = test_init_internal(data, keyval, in visitor_input_test_init_full()
H A Dmeson.build46 'test-keyval': [testqapi],
/openbmc/qemu/util/
H A Dmeson.build48 util_ss.add(files('keyval.c'))
/openbmc/u-boot/scripts/kconfig/
H A Dgconf.c951 if (event->keyval == GDK_space) { in on_treeview2_key_press_event()
958 if (event->keyval == GDK_KP_Enter) { in on_treeview2_key_press_event()
/openbmc/qemu/ui/
H A Dgtk.c1305 if (key->keyval == GDK_KEY_Delete) { in gd_text_key_down()
1334 if (key->keyval == GDK_KEY_Pause in gd_key_event()
/openbmc/qemu/
H A Dmeson.build22 keyval = import('keyval') variable
28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')
3384 config_target += keyval.load('configs/targets' / target + '.mak')
3484 config_devices = keyval.load(config_devices_mak)
4807 config_cross_tcg = keyval.load(tcg_mak)
H A DMAINTAINERS3128 F: tests/unit/test-keyval.c
3131 F: util/keyval.c