Searched refs:lnx (Results 1 – 12 of 12) sorted by relevance
4 Subject: [PATCH] cppignore.lnx: Ignore PKCS12 and testLaunch test47 cppignore.lnx | 9 +++++++++50 diff --git a/cppignore.lnx b/cppignore.lnx52 --- a/cppignore.lnx53 +++ b/cppignore.lnx
9 ./$runner -ignore $oldpath/cppignore.lnx -all
17 framework/platform/lnx/X11/tcuLnxX11EglDisplayFactory.cpp | 2 +-18 .../platform/lnx/wayland/tcuLnxWaylandEglDisplayFactory.cpp | 2 +-73 --- a/framework/platform/lnx/X11/tcuLnxX11EglDisplayFactory.cpp74 +++ b/framework/platform/lnx/X11/tcuLnxX11EglDisplayFactory.cpp84 --- a/framework/platform/lnx/wayland/tcuLnxWaylandEglDisplayFactory.cpp85 +++ b/framework/platform/lnx/wayland/tcuLnxWaylandEglDisplayFactory.cpp
25 int qemu_input_linux_to_qcode(unsigned int lnx) in qemu_input_linux_to_qcode() argument27 if (lnx >= qemu_input_map_linux_to_qcode_len) { in qemu_input_linux_to_qcode()30 return qemu_input_map_linux_to_qcode[lnx]; in qemu_input_linux_to_qcode()
22 static bool linux_is_button(unsigned int lnx) in linux_is_button() argument24 if (lnx < 0x100) { in linux_is_button()27 if (lnx >= 0x160 && lnx < 0x2c0) { in linux_is_button()
23 struct vtoc_volume_label_ldl lnx; member117 strncpy(type, label->lnx.vollbl, 4); in find_label()118 strncpy(name, label->lnx.volid, 6); in find_label()211 if (label->lnx.ldl_version == 0xf2) { in find_lnx1_partitions()212 size = label->lnx.formatted_blocks * secperblk; in find_lnx1_partitions()
12 file://0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch \100 install -Dm 0644 ${S}/cppignore.lnx ${D}${PTEST_PATH}/cppignore.lnx
208 int lnx; in xenfb_key_event() local211 lnx = qemu_input_map_qcode_to_linux[qcode]; in xenfb_key_event()213 if (lnx) { in xenfb_key_event()214 trace_xenfb_key_event(xenfb, lnx, key->down); in xenfb_key_event()215 xenfb_send_key(xenfb, key->down, lnx); in xenfb_key_event()
54 int qemu_input_linux_to_qcode(unsigned int lnx);
3645 M: Zi Shen Lim <zlim.lnx@gmail.com>
[all...]