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:key_count
(Results
1 - 4
of
4
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
getfattr.c
38
int i,
key_count
;
in do_getfattr()
local
56
for (key = keys,
key_count
= 0; key-keys < keys_len; key += strlen(key)+1)
in do_getfattr()
57
key_count
++;
in do_getfattr()
58
sorted_keys = xmalloc(
key_count
* sizeof(char *));
in do_getfattr()
61
qsort(sorted_keys,
key_count
, sizeof(char *), qstrcmp);
in do_getfattr()
65
for (i = 0; i <
key_count
; i++) {
in do_getfattr()
/third_party/libinput/src/
H
A
D
evdev.c
132
int
key_count
= 0;
in evdev_update_key_down_count()
local
136
key_count
= ++device->
key_count
[code];
in evdev_update_key_down_count()
138
if (device->
key_count
[code] > 0) {
in evdev_update_key_down_count()
139
key_count
= --device->
key_count
[code];
in evdev_update_key_down_count()
144
device->
key_count
[code]);
in evdev_update_key_down_count()
148
if (
key_count
> 32) {
in evdev_update_key_down_count()
154
return
key_count
;
in evdev_update_key_down_count()
H
A
D
evdev-fallback.h
260
return device->
key_count
[code];
in get_key_down_count()
H
A
D
evdev.h
250
uint8_t
key_count
[KEY_CNT];
member
Completed in 7 milliseconds