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:upper_edge
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad.h
446
int32_t
upper_edge
; /* in device coordinates */
member
H
A
D
evdev-mt-touchpad.c
864
return t->palm.first.y < tp->palm.
upper_edge
;
in tp_palm_was_in_top_edge()
877
return t->point.y < tp->palm.
upper_edge
;
in tp_palm_in_top_edge()
3378
tp->palm.
upper_edge
= edges.y;
in tp_init_palmdetect_edge()
3467
tp->palm.
upper_edge
= INT_MIN;
in tp_init_palmdetect()
/third_party/rust/crates/memchr/bench/data/code/
H
A
D
rust-library.rs
33811
let mut
upper_edge
= unsafe { Handle::new_edge(node, upper_edge_idx) };
in find_leaf_edges_spanning_range()
variables
33813
match (lower_edge.force(),
upper_edge
.force()) {
in find_leaf_edges_spanning_range()
33818
(
upper_edge
, upper_child_bound) =
in find_leaf_edges_spanning_range()
[all...]
Completed in 50 milliseconds