HomeSort by relevance Sort by last modified time
    Searched full:timeout_error (Results 1 - 12 of 12) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionErrorEvent.java 52 public static final int TIMEOUT_ERROR = 1;
SIPServerTransaction.java     [all...]
SIPClientTransaction.java     [all...]
SIPDialog.java 420 transaction.raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR);
    [all...]
  /external/python/cpython3/Modules/
socketmodule.h 235 PyObject *timeout_error; member in struct:__anon33499
_ssl.c 732 PyErr_SetString(PySocketModule.timeout_error,
    [all...]
socketmodule.c     [all...]
  /external/kernel-headers/modified/scsi/
scsi.h 194 #define TIMEOUT_ERROR 0x2007
  /external/kernel-headers/original/scsi/
scsi.h 186 #define TIMEOUT_ERROR 0x2007
  /external/valgrind/helgrind/
hg_intercepts.c     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java     [all...]
  /external/autotest/client/common_lib/
utils.py 798 timeout_error = False
803 timeout_error = _wait_for_commands(bg_jobs, start_time, timeout)
814 if timeout_error:
    [all...]

Completed in 1469 milliseconds