Searched refs:is_timeout (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSyncTests.cpp | 105 bool is_timeout = false; in iterate() local 167 is_timeout = true; in iterate() 220 if (is_timeout) in iterate()
|
/external/autotest/site_utils/rpm_control_system/ |
D | rpm_controller.py | 167 is_timeout = multiprocessing.Value(ctypes.c_bool, False) 170 is_timeout)) 178 is_timeout.value = True 180 if is_timeout.value: 198 def _process_request(self, request, result, is_timeout): argument 239 is_timeout.value = is_timeout_value
|
/external/autotest/client/common_lib/cros/ |
D | retry.py | 223 is_timeout, result = timeout(func, args, kwargs, 225 if not is_timeout:
|
/external/u-boot/drivers/net/ |
D | lan91c96.c | 166 int is_timeout = 0; in poll4int() local 173 is_timeout = 1; in poll4int() 181 if (is_timeout) in poll4int()
|
D | smc91111.c | 241 int is_timeout = 0; in poll4int() local 248 is_timeout = 1; in poll4int() 256 if (is_timeout) in poll4int()
|
/external/autotest/server/ |
D | site_crashcollect.py | 114 is_timeout, _ = retry.timeout(_symbolicate_minidump_with_devserver, 117 if is_timeout:
|
/external/python/httplib2/python2/httplib2/ |
D | __init__.py | 2138 is_timeout = isinstance(e, socket.timeout) 2139 if is_timeout: 2150 elif is_timeout:
|
/external/python/httplib2/python3/httplib2/ |
D | __init__.py | 1929 is_timeout = isinstance(e, socket.timeout) 1930 if is_timeout:
|