Home
last modified time | relevance | path

Searched defs:with_timeout (Results 1 – 2 of 2) sorted by relevance

/third_party/libinput/test/
Dtest-tablet.c5946 bool with_timeout = _i; /* ranged test */ in START_TEST() local
6109 struct range with_timeout = { 0, 2 }; in TEST_COLLECTION() local
/third_party/python/Lib/test/
Dtest_socket.py1623 def check_sendall_interrupted(self, with_timeout): argument