Home
last modified time | relevance | path

Searched defs:move (Results 26 - 50 of 240) sorted by relevance

12345678910

/third_party/libinput/test/
H A Dlitest-device-magic-trackpad.c43 static struct input_event move[] = { variable
H A Dlitest-device-touchpad-palm-threshold-zero.c42 static struct input_event move[] = { variable
H A Dlitest-device-wacom-intuos5-finger.c42 static struct input_event move[] = { variable
H A Dlitest-device-wacom-mobilestudio-pro-pad.c33 static struct input_event move[] = { variable
H A Dlitest-device-wacom-intuos5-pad.c33 static struct input_event move[] = { variable
H A Dlitest-device-alps-dualpoint.c45 static struct input_event move[] = { variable
H A Dlitest-device-synaptics-pressurepad.c48 static struct input_event move[] = { variable
H A Dlitest-device-synaptics-x1-carbon-3rd.c42 static struct input_event move[] = { variable
H A Dlitest-device-synaptics-rmi4.c45 static struct input_event move[] = { variable
H A Dlitest-device-synaptics-t440.c42 static struct input_event move[] = { variable
H A Dlitest-device-synaptics-x220.c42 static struct input_event move[] = { variable
H A Dlitest-device-synaptics-hover.c45 static struct input_event move[] = { variable
H A Dlitest-device-synaptics-st.c38 static struct input_event move[] = { variable
H A Dlitest-device-wacom-cintiq-24hdt-pad.c44 static struct input_event move[] = { variable
H A Dlitest-device-wacom-ekr.c33 static struct input_event move[] = { variable
H A Dlitest-device-wacom-intuos3-pad.c33 static struct input_event move[] = { variable
H A Dlitest-device-atmel-hover.c47 static struct input_event move[] = { variable
H A Dlitest-device-bcm5974.c44 static struct input_event move[] = { variable
H A Dlitest-device-alps-semi-mt.c45 static struct input_event move[] = { variable
H A Dlitest-device-apple-appletouch.c37 static struct input_event move[] = { variable
H A Dlitest-device-wacom-cintiq-13hdt-pad.c33 static struct input_event move[] = { variable
/third_party/node/deps/v8/src/heap/cppgc/
H A Dvirtual-memory.cc37 size_(std::move(other.size_)) { in move() function
/third_party/node/deps/v8/src/heap/
H A Dreference-summarizer.h22 weak_references_(std::move(other.weak_references_)) {} in move() function in v8::internal::ReferenceSummary
/base/update/sys_installer/services/module_update/include/
H A Dmodule_loop.h37 : deviceFd(std::move(fd.deviceFd)), name(std::move(fd.name)) {} in move() function in OHOS::SysInstaller::Loop::LoopbackDeviceUniqueFd
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dgeneric_iterator.h70 IIterator(IIterator&& it) noexcept : it_(move(it.it_)) {} in move() function in IIterator
71 IIterator(typename Type::Ptr&& it) noexcept : it_(move(it)) {} in move() function in IIterator

Completed in 6 milliseconds

12345678910