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:is_thumb
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libunwind/libunwind/tests/
H
A
D
Gtest-dyn1.c
73
long
is_thumb
;
member
78
(fdesc).
is_thumb
= tmp & 0x1;})
80
(fdesc).
is_thumb
= (long) &(func) & 0x1;})*/
81
# define get_funcp(fdesc) ((template_t) ((fdesc).code | (fdesc).
is_thumb
))
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad-thumb.c
97
bool
is_thumb
= false;
in tp_thumb_detect_pressure_size()
local
102
is_thumb
= true;
in tp_thumb_detect_pressure_size()
108
is_thumb
= true;
in tp_thumb_detect_pressure_size()
111
return
is_thumb
;
in tp_thumb_detect_pressure_size()
H
A
D
evdev-mt-touchpad-tap.c
263
t->tap.
is_thumb
= true;
in tp_tap_touch_handle_event()
302
t->tap.
is_thumb
= true;
in tp_tap_hold_handle_event()
1223
if (t->tap.
is_thumb
)
in tp_tap_handle_state()
1256
t->tap.
is_thumb
= true;
in tp_tap_handle_state()
H
A
D
evdev-mt-touchpad.h
249
bool
is_thumb
;
member
H
A
D
evdev-mt-touchpad.c
377
t->tap.
is_thumb
= false;
in tp_begin_touch()
/third_party/libinput/tools/
H
A
D
libinput-measure-touchpad-pressure.py
121
self.
is_thumb
= False
141
self.
is_thumb
= touch.pressure > self.device.thumb
142
if self.
is_thumb
:
199
self.
is_thumb
,
H
A
D
libinput-measure-touch-size.py
114
self.
is_thumb
= False
136
self.
is_thumb
= self.device.thumb != 0 and touch.major > self.device.thumb
137
if self.
is_thumb
:
173
"thumb" if self.
is_thumb
else " ",
Completed in 10 milliseconds