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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 119 * Defines the description code of the internal_error alert
121 protected static final byte INTERNAL_ERROR = 80;
250 case INTERNAL_ERROR:
251 return "internal_error";
SSLEngineAppData.java 46 AlertProtocol.INTERNAL_ERROR,
84 AlertProtocol.INTERNAL_ERROR,
CertificateMessage.java 70 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e);
118 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR",
144 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR",
CertificateVerify.java 41 fatalAlert(AlertProtocol.INTERNAL_ERROR,
PRF.java 48 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
59 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
HandshakeProtocol.java 359 fatalAlert(AlertProtocol.INTERNAL_ERROR, "PRF error", e);
386 fatalAlert(AlertProtocol.INTERNAL_ERROR,
409 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e);
459 fatalAlert(AlertProtocol.INTERNAL_ERROR, "PRF error", e);
SSLSocketInputStream.java 183 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
CertificateRequest.java 73 fatalAlert(AlertProtocol.INTERNAL_ERROR,
SSLRecordProtocol.java 205 AlertProtocol.INTERNAL_ERROR,
216 AlertProtocol.INTERNAL_ERROR,
ServerHandshakeImpl.java 224 fatalAlert(AlertProtocol.INTERNAL_ERROR,
266 fatalAlert(AlertProtocol.INTERNAL_ERROR,
537 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e);
606 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e);
ConnectionStateSSLv3.java 217 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
278 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
ConnectionStateTLS.java 225 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
287 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
ClientHandshakeImpl.java 444 fatalAlert(AlertProtocol.INTERNAL_ERROR,
456 fatalAlert(AlertProtocol.INTERNAL_ERROR,
525 fatalAlert(AlertProtocol.INTERNAL_ERROR,
SSLEngineImpl.java 145 AlertProtocol.INTERNAL_ERROR);
550 AlertProtocol.INTERNAL_ERROR);
HandshakeIODataStream.java 251 AlertProtocol.INTERNAL_ERROR,
SSLSocketImpl.java 764 reportFatalAlert(AlertProtocol.INTERNAL_ERROR,
  /external/elfutils/src/
strip.c 102 #define INTERNAL_ERROR(fname) \
328 INTERNAL_ERROR (fname);
463 INTERNAL_ERROR (fname);
497 INTERNAL_ERROR (fname);
523 INTERNAL_ERROR (fname);
562 INTERNAL_ERROR (fname);
602 INTERNAL_ERROR (fname);
728 INTERNAL_ERROR (fname);
743 INTERNAL_ERROR (fname);
763 INTERNAL_ERROR (fname)
    [all...]
size.c 99 #define INTERNAL_ERROR(fname) \
321 INTERNAL_ERROR (fname);
333 INTERNAL_ERROR (fname);
400 INTERNAL_ERROR (fname);
404 INTERNAL_ERROR (fname);
437 INTERNAL_ERROR (fullname);
566 INTERNAL_ERROR (fullname);
631 INTERNAL_ERROR (fullname);
640 INTERNAL_ERROR (fullname);
nm.c 123 #define INTERNAL_ERROR(fname) \
385 INTERNAL_ERROR (fname);
397 INTERNAL_ERROR (fname);
407 INTERNAL_ERROR (fname);
505 INTERNAL_ERROR (fname);
730 INTERNAL_ERROR (fullname);
1043 INTERNAL_ERROR (fullname);
1055 INTERNAL_ERROR (fullname);
1227 INTERNAL_ERROR (fullname);
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 29 public static final int INTERNAL_ERROR = 2;
156 setError(INTERNAL_ERROR);
171 setError(INTERNAL_ERROR);
205 setError(INTERNAL_ERROR);
SoundRecorder.java 838 case Recorder.INTERNAL_ERROR:
  /external/srec/srec/include/
duk_err.h 97 INTERNAL_ERROR,
  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.c 280 CASE (INTERNAL_ERROR);
  /external/v8/src/
objects-inl.h 802 return type() == INTERNAL_ERROR;
828 return Construct(INTERNAL_ERROR);
    [all...]
objects.h 755 // 10 INTERNAL_ERROR
779 INTERNAL_ERROR = 2,
    [all...]

Completed in 420 milliseconds