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:right_edge
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad.h
407
int32_t
right_edge
; /* in device coordinates */
member
444
int32_t
right_edge
; /* in device coordinates */
member
H
A
D
evdev-mt-touchpad-edge-scroll.c
80
if (t->point.x > tp->scroll.
right_edge
)
in tp_touch_get_edge()
329
tp->scroll.
right_edge
= edges.x;
in tp_edge_scroll_init()
H
A
D
evdev-mt-touchpad.c
858
t->palm.first.x > tp->palm.
right_edge
;
in tp_palm_was_in_side_edge()
871
t->point.x > tp->palm.
right_edge
;
in tp_palm_in_side_edge()
3372
tp->palm.
right_edge
= edges.x;
in tp_init_palmdetect_edge()
3465
tp->palm.
right_edge
= INT_MAX;
in tp_init_palmdetect()
/third_party/ffmpeg/libavcodec/
H
A
D
hevc_filter.c
355
int
right_edge
= edges[2];
in sao_filter_CTB()
local
365
int right = 1 -
right_edge
;
in sao_filter_CTB()
392
int right = 1 -
right_edge
;
in sao_filter_CTB()
428
if (!
right_edge
) {
in sao_filter_CTB()
/third_party/rust/crates/memchr/bench/data/code/
H
A
D
rust-library.rs
29973
in_edge = kv.
right_edge
();
in clone()
29991
in_edge = kv.
right_edge
();
in clone()
34209
kv.
right_edge
()
in visit_nodes_in_order()
34242
Leaf(leaf_kv) => leaf_kv.
right_edge
(),
in next_leaf_edge()
34244
let next_internal_edge = internal_kv.
right_edge
();
in next_leaf_edge()
38666
pub fn
right_edge
(self) -> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::Edge> {
right_edge()
functions
42609
let mut
right_edge
: usize = self.tail;
make_contiguous()
variables
[all...]
Completed in 51 milliseconds