Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 30) sorted by relevance

12

/qemu/hw/i386/
A Dvmmouse.c70 uint8_t absolute; member
119 if (s->absolute) { in vmmouse_mouse_event()
149 static void vmmouse_update_handler(VMMouseState *s, int absolute) in vmmouse_update_handler() argument
154 if (s->absolute != absolute) { in vmmouse_update_handler()
155 s->absolute = absolute; in vmmouse_update_handler()
160 s, s->absolute, in vmmouse_update_handler()
175 vmmouse_update_handler(s, s->absolute); in vmmouse_read_id()
271 vmmouse_update_handler(s, s->absolute); in vmmouse_post_load()
285 VMSTATE_UINT8(absolute, VMMouseState),
/qemu/ui/
A Dspice-input.c113 bool absolute; member
229 if (pointer->absolute == is_absolute) { in mouse_mode_notifier()
238 pointer->absolute = is_absolute; in mouse_mode_notifier()
256 pointer->absolute = false; in qemu_spice_input_init()
A Dinput-legacy.c191 void *opaque, int absolute, in qemu_add_mouse_event_handler() argument
200 s->qemu_put_mouse_event_absolute = absolute; in qemu_add_mouse_event_handler()
204 (absolute ? INPUT_EVENT_MASK_ABS : INPUT_EVENT_MASK_REL); in qemu_add_mouse_event_handler()
A Dvnc.c1774 int absolute = qemu_input_is_absolute(vs->vd->dcl.con); in check_pointer_type_change() local
1776 if (vnc_has_feature(vs, VNC_FEATURE_POINTER_TYPE_CHANGE) && vs->absolute != absolute) { in check_pointer_type_change()
1781 vnc_framebuffer_update(vs, absolute, 0, in check_pointer_type_change()
1788 vs->absolute = absolute; in check_pointer_type_change()
1809 if (vs->absolute) { in pointer_event()
2138 vs->absolute = -1; in set_encodings()
A Dvnc.h281 int absolute; member
A Dui-hmp-cmds.c94 mouse->value->absolute ? " (absolute)" : ""); in hmp_info_mice()
A Dinput.c576 info->absolute = s->handler->mask & INPUT_EVENT_MASK_ABS; in qmp_query_mice()
A Dcocoa.m306 * pointing device an absolute-position one?"], but is only updated on
310 * and whether we capture the mouse when in non-absolute mode.
/qemu/scripts/coverage/
A Dcompare_gcov_json.py44 root_dir = json_file_path.absolute().parent
51 resolved_path = Path(file_path).absolute()
/qemu/tests/tcg/xtensa/
A DMakefile.softmmu-target25 ASFLAGS = -Wa,--no-absolute-literals
/qemu/docs/tools/
A Dqemu-trace-stap.rst39 If *BINARY* is not an absolute path, it will be located by searching
68 If *BINARY* is not an absolute path, it will be located by searching
/qemu/qapi/
A Dui.json108 # - 'INT' where INT is the absolute time in seconds
112 # recommended to use the absolute time version of the @time
811 # @absolute: true if this device supports absolute coordinates as
818 'absolute': 'bool'} }
1135 # @value: Pointer position. For absolute coordinates the valid range
1178 # @abs: an absolute pointer motion input event
1304 # :title: Move mouse pointer to absolute coordinates
A Dqom.json83 # supported paths--absolute and partial paths.
88 # like absolute filenames and are prefixed with a leading slash.
93 # the composition tree, the partial path is matched as an absolute
108 # :title: Use absolute path
A Dblock-core.json1485 # @absolute-paths: QEMU should create a new image with absolute paths
1492 'data': [ 'existing', 'absolute-paths' ] }
1514 # 'absolute-paths'.
1657 # 'absolute-paths'.
2173 # 'absolute-paths'.
3980 # @path: absolute path to image file in gluster volume
/qemu/docs/interop/
A Dbarrier.rst103 ``x``, ``y`` = entering screen absolute coordinates
279 ``x``, ``y`` = absolute screen coordinates
A Dqemu-ga.rst86 Specify the directory to store state information (absolute paths only,
A Dprl-xml.rst149 ``DiskDescriptor.xml`` or absolute.
A Dqed_spec.txt45 …hin the first ''header_size'' clusters. The backing filename may be an absolute path or relative …
/qemu/tests/qemu-iotests/
A D185.out15 'mode': 'absolute-paths' } }
28 'mode': 'absolute-paths' } }
/qemu/target/hexagon/imported/mmvec/
A Dext.idef1303 "Vector absolute value of words",
1308 "Vector absolute value of words",
1314 "Vector absolute value of words",
1319 "Vector absolute value of words",
1329 "Vector absolute value of words",
1334 "Vector absolute value of words",
1484 "Vector absolute value of words",
1489 "Vector absolute value of words",
1495 "Vector absolute value of words",
1500 "Vector absolute value of words",
[all …]
/qemu/include/ui/
A Dconsole.h74 void *opaque, int absolute,
/qemu/docs/system/devices/
A Dusb.rst108 Pointer device that uses absolute coordinates (like a touchscreen).
/qemu/target/arm/tcg/
A Dsve.decode1472 ## SVE2 integer absolute difference and accumulate long
1498 ## SVE2 integer absolute difference and accumulate
/qemu/docs/system/s390x/
A Dvfio-ap.rst262 * An absolute hex string starting with 0x - like "0x12345678" - sets
611 Where the ``$path-to-mdev`` value specifies the absolute path to a mediated
/qemu/tcg/i386/
A Dtcg-target.c.inc765 mode for absolute addresses, ~RM is the size of the immediate operand
776 the 32-bit-mode absolute addressing encoding. */
785 /* Try for an absolute address encoding. This requires the
806 that would be used for (%ebp) indicates absolute addressing. */

Completed in 46 milliseconds

12