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

1 2 3

  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRxStatus.java 23 6), INTERNAL_ERROR(7), TRANSPORT_INIT_ERR(8), HARDWARE_ERR(9), NO_VALUE_AVAILABLE(10), CONTEXT_DOESNT_EXIST(
JFmTxStatus.java 23 6), INTERNAL_ERROR(7), TRANSPORT_INIT_ERR(8), HARDWARE_ERR(9), NO_VALUE_AVAILABLE(10), CONTEXT_DOESNT_EXIST(
  /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 69 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e);
112 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR",
138 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR",
CertificateVerify.java 41 fatalAlert(AlertProtocol.INTERNAL_ERROR,
SSLSocketInputStream.java 151 throw new AlertException(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);
CertificateRequest.java 65 fatalAlert(AlertProtocol.INTERNAL_ERROR,
SSLRecordProtocol.java 204 AlertProtocol.INTERNAL_ERROR,
215 AlertProtocol.INTERNAL_ERROR,
ServerHandshakeImpl.java 222 fatalAlert(AlertProtocol.INTERNAL_ERROR,
249 fatalAlert(AlertProtocol.INTERNAL_ERROR,
498 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e);
561 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 425 fatalAlert(AlertProtocol.INTERNAL_ERROR,
437 fatalAlert(AlertProtocol.INTERNAL_ERROR,
489 fatalAlert(AlertProtocol.INTERNAL_ERROR,
SSLEngineImpl.java 144 AlertProtocol.INTERNAL_ERROR);
549 AlertProtocol.INTERNAL_ERROR);
HandshakeIODataStream.java 252 AlertProtocol.INTERNAL_ERROR,
SSLSocketImpl.java 769 reportFatalAlert(AlertProtocol.INTERNAL_ERROR,
  /external/elfutils/src/
strip.c 119 #define INTERNAL_ERROR(fname) \
364 INTERNAL_ERROR (fname);
477 INTERNAL_ERROR (fname);
510 INTERNAL_ERROR (fname);
534 INTERNAL_ERROR (fname);
574 INTERNAL_ERROR (fname);
611 INTERNAL_ERROR (fname);
735 INTERNAL_ERROR (fname);
750 INTERNAL_ERROR (fname);
770 INTERNAL_ERROR (fname)
    [all...]
size.c 116 #define INTERNAL_ERROR(fname) \
314 INTERNAL_ERROR (fname);
326 INTERNAL_ERROR (fname);
393 INTERNAL_ERROR (fname);
397 INTERNAL_ERROR (fname);
428 INTERNAL_ERROR (fullname);
559 INTERNAL_ERROR (fullname);
618 INTERNAL_ERROR (fullname);
629 INTERNAL_ERROR (fullname);
nm.c 135 #define INTERNAL_ERROR(fname) \
377 INTERNAL_ERROR (fname);
389 INTERNAL_ERROR (fname);
399 INTERNAL_ERROR (fname);
497 INTERNAL_ERROR (fname);
728 INTERNAL_ERROR (fullname);
1057 INTERNAL_ERROR (fullname);
1069 INTERNAL_ERROR (fullname);
    [all...]
objdump.c 104 #define INTERNAL_ERROR(fname) \
271 INTERNAL_ERROR (fname);
283 INTERNAL_ERROR (fname);
293 INTERNAL_ERROR (fname);
353 INTERNAL_ERROR (fname);
552 INTERNAL_ERROR (fname);
623 INTERNAL_ERROR (fname);
739 INTERNAL_ERROR (fname);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 45 public static final int INTERNAL_ERROR = 2;
172 setError(INTERNAL_ERROR);
188 setError(INTERNAL_ERROR);
222 setError(INTERNAL_ERROR);
  /external/srec/srec/include/
duk_err.h 97 INTERNAL_ERROR,
  /external/chromium/net/spdy/
spdy_protocol.h 213 INTERNAL_ERROR = 6,

Completed in 436 milliseconds

1 2 3