Home
last modified time | relevance | path

Searched refs:reliability (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/libinput/src/
Dutil-prop-parsers.c209 enum switch_reliability *reliability) in parse_switch_reliability_property() argument
212 *reliability = RELIABILITY_UNKNOWN; in parse_switch_reliability_property()
217 *reliability = RELIABILITY_RELIABLE; in parse_switch_reliability_property()
219 *reliability = RELIABILITY_WRITE_OPEN; in parse_switch_reliability_property()
Dutil-prop-parsers.h59 enum switch_reliability *reliability);
Devdev-fallback.h138 enum switch_reliability reliability; member
Devdev-fallback.c762 if (dispatch->lid.reliability == RELIABILITY_WRITE_OPEN) { in fallback_lid_keyboard_event()
1282 dispatch->lid.reliability == RELIABILITY_RELIABLE) { in fallback_interface_sync_initial_state()
1734 dispatch->lid.reliability = evdev_read_switch_reliability_prop(device); in fallback_dispatch_init_switch()
/third_party/sqlite/
DREADME.OpenSource9 …C-language library that implements a small, fast, self-contained, high-reliability, full-featured,…
/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-tag.h75 static const int reliability = Reliability; variable
/third_party/mesa3d/docs/relnotes/
D7.8.1.rst8 reliability should stick with a previous release, such as 7.7.1, or wait
D10.1.rst5 stability and reliability should stick with a previous release or wait
D9.1.rst5 stability and reliability should stick with a previous release or wait
D7.8.rst5 stability and reliability should stick with a previous release or wait
D7.7.rst5 stability and reliability should stick with a previous release or wait
D9.0.rst5 stability and reliability should stick with a previous release or wait
D8.0.rst5 stability and reliability should stick with a previous release or wait
D10.2.rst5 stability and reliability should stick with a previous release or wait
D7.6.rst5 stability and reliability should stick with a previous release or wait
D7.5.rst5 stability and reliability should stick with the 7.4.x branch or wait for
D10.0.rst5 stability and reliability should stick with a previous release or wait
/third_party/skia/third_party/externals/harfbuzz/
DBUILD.md27 with buildability and reliability of features you get.
/third_party/googletest/googletest/src/hwext/
Dgtest-tag.cc121 element("Reliability", reliability); in TypeSet()
/third_party/skia/site/docs/dev/gardening/
Dgpu.md27 2) Improve the reliability of the GPU bots. This includes dealing with flaky images, crashing bots,…
/third_party/libsnd/regtest/
DReadme.txt7 reliability and correctness of libsndfile to do their own regression
/third_party/vk-gl-cts/external/vulkan-docs/src/
Dcopyright-spec.txt17 completeness, timeliness, and reliability.
/third_party/vk-gl-cts/external/vulkan-docs/src/LICENSES/
DLicenseRef-KhronosSpecCopyright.txt17 completeness, timeliness, and reliability.
DLicenseRef-KhronosSpecCopyright.adoc18 completeness, timeliness, and reliability. Under no circumstances will
/third_party/libinput/test/
Dtest-utils.c351 enum switch_reliability reliability; in START_TEST() member
369 ck_assert_int_eq(r, tests[i].reliability); in START_TEST()

12345