Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:gevent
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libinput/test/
H
A
D
test-gestures.c
48
struct libinput_event_gesture *
gevent
;
in test_gesture_swipe_3fg()
local
92
gevent
= litest_is_gesture_event(event,
in test_gesture_swipe_3fg()
95
dx = libinput_event_gesture_get_dx(
gevent
);
in test_gesture_swipe_3fg()
96
dy = libinput_event_gesture_get_dy(
gevent
);
in test_gesture_swipe_3fg()
102
gevent
= litest_is_gesture_event(event,
in test_gesture_swipe_3fg()
106
dx = libinput_event_gesture_get_dx(
gevent
);
in test_gesture_swipe_3fg()
107
dy = libinput_event_gesture_get_dy(
gevent
);
in test_gesture_swipe_3fg()
122
dx = libinput_event_gesture_get_dx_unaccelerated(
gevent
);
in test_gesture_swipe_3fg()
123
dy = libinput_event_gesture_get_dy_unaccelerated(
gevent
);
in test_gesture_swipe_3fg()
146
gevent
in test_gesture_swipe_3fg()
159
struct libinput_event_gesture *
gevent
;
test_gesture_swipe_4fg()
local
297
struct libinput_event_gesture *
gevent
;
test_gesture_pinch_2fg()
local
420
struct libinput_event_gesture *
gevent
;
test_gesture_pinch_3fg()
local
535
struct libinput_event_gesture *
gevent
;
test_gesture_pinch_4fg()
local
657
struct libinput_event_gesture *
gevent
;
test_gesture_spread()
local
960
struct libinput_event_gesture *
gevent
;
START_TEST()
local
1063
struct libinput_event_gesture *
gevent
;
START_TEST()
local
1120
struct libinput_event_gesture *
gevent
;
START_TEST()
local
1251
struct libinput_event_gesture *
gevent
;
START_TEST()
local
1362
struct libinput_event_gesture *
gevent
;
START_TEST()
local
[all...]
H
A
D
litest.c
3740
struct libinput_event_gesture *
gevent
;
in litest_is_gesture_event()
local
3745
gevent
= libinput_event_get_gesture_event(event);
in litest_is_gesture_event()
3746
litest_assert_ptr_notnull(
gevent
);
in litest_is_gesture_event()
3749
litest_assert_int_eq(libinput_event_gesture_get_finger_count(
gevent
),
in litest_is_gesture_event()
3751
return
gevent
;
in litest_is_gesture_event()
Completed in 10 milliseconds