Searched refs:reliability (Results 1 – 25 of 109) sorted by relevance
12345
/third_party/libinput/src/ |
D | util-prop-parsers.c | 209 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()
|
D | util-prop-parsers.h | 59 enum switch_reliability *reliability);
|
D | evdev-fallback.h | 138 enum switch_reliability reliability; member
|
D | evdev-fallback.c | 762 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/ |
D | README.OpenSource | 9 …C-language library that implements a small, fast, self-contained, high-reliability, full-featured,…
|
/third_party/googletest/googletest/include/gtest/hwext/ |
D | gtest-tag.h | 75 static const int reliability = Reliability; variable
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.8.1.rst | 8 reliability should stick with a previous release, such as 7.7.1, or wait
|
D | 10.1.rst | 5 stability and reliability should stick with a previous release or wait
|
D | 9.1.rst | 5 stability and reliability should stick with a previous release or wait
|
D | 7.8.rst | 5 stability and reliability should stick with a previous release or wait
|
D | 7.7.rst | 5 stability and reliability should stick with a previous release or wait
|
D | 9.0.rst | 5 stability and reliability should stick with a previous release or wait
|
D | 8.0.rst | 5 stability and reliability should stick with a previous release or wait
|
D | 10.2.rst | 5 stability and reliability should stick with a previous release or wait
|
D | 7.6.rst | 5 stability and reliability should stick with a previous release or wait
|
D | 7.5.rst | 5 stability and reliability should stick with the 7.4.x branch or wait for
|
D | 10.0.rst | 5 stability and reliability should stick with a previous release or wait
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | BUILD.md | 27 with buildability and reliability of features you get.
|
/third_party/googletest/googletest/src/hwext/ |
D | gtest-tag.cc | 121 element("Reliability", reliability); in TypeSet()
|
/third_party/skia/site/docs/dev/gardening/ |
D | gpu.md | 27 2) Improve the reliability of the GPU bots. This includes dealing with flaky images, crashing bots,…
|
/third_party/libsnd/regtest/ |
D | Readme.txt | 7 reliability and correctness of libsndfile to do their own regression
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | copyright-spec.txt | 17 completeness, timeliness, and reliability.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/LICENSES/ |
D | LicenseRef-KhronosSpecCopyright.txt | 17 completeness, timeliness, and reliability.
|
D | LicenseRef-KhronosSpecCopyright.adoc | 18 completeness, timeliness, and reliability. Under no circumstances will
|
/third_party/libinput/test/ |
D | test-utils.c | 351 enum switch_reliability reliability; in START_TEST() member 369 ck_assert_int_eq(r, tests[i].reliability); in START_TEST()
|
12345