HomeSort by relevance Sort by last modified time
    Searched refs:socket_timeout (Results 1 - 9 of 9) sorted by null

  /external/scapy/scapy/layers/tls/
automaton.py 77 def get_next_msg(self, socket_timeout=2, retry=2):
97 self.socket.settimeout(socket_timeout)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 445 static PyObject *socket_timeout; variable
754 PyErr_SetString(socket_timeout, "timed out");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 440 static PyObject *socket_timeout; variable
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 469 static PyObject *socket_timeout; variable
778 PyErr_SetString(socket_timeout, "timed out");
    [all...]
  /external/autotest/client/bin/net/
net_utils.py 465 SOCKET_TIMEOUT = 1
474 self._socket_timeout = raw_socket.SOCKET_TIMEOUT
484 def socket_timeout(self): member in class:raw_socket
557 time_left -= raw_socket.SOCKET_TIMEOUT
561 time_left -= raw_socket.SOCKET_TIMEOUT
net_utils_unittest.py     [all...]
  /external/python/cpython3/Modules/
socketmodule.c 512 static PyObject *socket_timeout; variable
873 PyErr_SetString(socket_timeout, "timed out");
    [all...]
  /external/python/google-api-python-client/googleapiclient/
http.py 168 except socket.timeout as socket_timeout:
171 exception = socket_timeout
    [all...]
  /external/python/setuptools/setuptools/
package_index.py 945 def socket_timeout(timeout=15): function
    [all...]

Completed in 538 milliseconds