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:reliability
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libinput/src/
H
A
D
util-prop-parsers.c
208
enum switch_reliability *
reliability
)
in parse_switch_reliability_property()
211
*
reliability
= RELIABILITY_RELIABLE;
in parse_switch_reliability_property()
216
*
reliability
= RELIABILITY_RELIABLE;
in parse_switch_reliability_property()
218
*
reliability
= RELIABILITY_UNRELIABLE;
in parse_switch_reliability_property()
220
*
reliability
= RELIABILITY_WRITE_OPEN;
in parse_switch_reliability_property()
207
parse_switch_
reliability
_property(const char *prop, enum switch_
reliability
*
reliability
)
parse_switch_reliability_property()
argument
H
A
D
util-prop-parsers.h
64
enum switch_reliability *
reliability
);
H
A
D
evdev-fallback.h
153
enum switch_reliability
reliability
;
member
H
A
D
evdev-fallback.c
638
if (dispatch->lid.
reliability
== RELIABILITY_WRITE_OPEN) {
in fallback_lid_keyboard_event()
1159
dispatch->lid.
reliability
== RELIABILITY_RELIABLE) {
in fallback_interface_sync_initial_state()
1617
dispatch->lid.
reliability
= evdev_read_switch_reliability_prop(device);
in fallback_dispatch_init_switch()
/third_party/googletest/googletest/include/gtest/hwext/
H
A
D
gtest-tag.h
75
static const int
reliability
= Reliability;
member in testing::ext::TypeSet
/third_party/googletest/googletest/src/hwext/
H
A
D
gtest-tag.cc
121
element("Reliability",
reliability
);
in TypeSet()
/third_party/libinput/test/
H
A
D
test-utils.c
402
enum switch_reliability
reliability
;
in START_TEST()
member
421
ck_assert_int_eq(r, tests[i].
reliability
);
in START_TEST()
Completed in 8 milliseconds