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

1 2 3 4

  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
MathInternalError.java 39 super(LocalizedFormats.INTERNAL_ERROR, REPORT_URL);
47 super(LocalizedFormats.INTERNAL_ERROR, REPORT_URL);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
OCSPResponseStatus.java 14 public static final int INTERNAL_ERROR = 2;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
ErrorCode.java 37 INTERNAL_ERROR(2, 6, 2),
FramedConnection.java 572 ErrorCode connectionErrorCode = ErrorCode.INTERNAL_ERROR;
573 ErrorCode streamErrorCode = ErrorCode.INTERNAL_ERROR;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
OCSPRespBuilder.java 20 public static final int INTERNAL_ERROR = 2; // Internal error in issuer
OCSPResp.java 20 public static final int INTERNAL_ERROR = 2; // Internal error in issuer
  /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/elfutils/src/
strip.c 124 #define INTERNAL_ERROR(fname) \
397 INTERNAL_ERROR (fname);
513 INTERNAL_ERROR (fname);
557 INTERNAL_ERROR (fname);
581 INTERNAL_ERROR (fname);
626 INTERNAL_ERROR (fname);
670 INTERNAL_ERROR (fname);
827 INTERNAL_ERROR (fname);
842 INTERNAL_ERROR (fname);
861 INTERNAL_ERROR (fname)
    [all...]
size.c 107 #define INTERNAL_ERROR(fname) \
302 INTERNAL_ERROR (fname);
321 INTERNAL_ERROR (fname);
391 INTERNAL_ERROR (fname);
395 INTERNAL_ERROR (fname);
423 INTERNAL_ERROR (fullname);
543 INTERNAL_ERROR (fullname);
601 INTERNAL_ERROR (fullname);
612 INTERNAL_ERROR (fullname);
objdump.c 102 #define INTERNAL_ERROR(fname) \
267 INTERNAL_ERROR (fname);
279 INTERNAL_ERROR (fname);
289 INTERNAL_ERROR (fname);
349 INTERNAL_ERROR (fname);
496 INTERNAL_ERROR (fname);
571 INTERNAL_ERROR (fname);
708 INTERNAL_ERROR (fname);
nm.c 139 #define INTERNAL_ERROR(fname) \
392 INTERNAL_ERROR (fname);
404 INTERNAL_ERROR (fname);
414 INTERNAL_ERROR (fname);
513 INTERNAL_ERROR (fname);
748 INTERNAL_ERROR (fullname);
    [all...]
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
PutStreamIntegrationTest.java 70 return newFixedLengthResponse(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT, e.getMessage());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceStatus.java 71 public static final int INTERNAL_ERROR = 0x27;
  /external/deqp/scripts/log/
log_parser.py 34 INTERNAL_ERROR = 'InternalError'
46 INTERNAL_ERROR,
173 statusCode = TestStatusCode.INTERNAL_ERROR
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
_AbstractFakeCommandHandlerTest.groovy 50 static INTERNAL_ERROR = AbstractFakeCommandHandler.INTERNAL_ERROR_KEY
166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 125 INTERNAL_ERROR("internal error, please fill a bug report at {0}"),
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MathRuntimeException.java 704 return buildMessage(Locale.US, LocalizedFormats.INTERNAL_ERROR, argument);
710 return buildMessage(Locale.getDefault(), LocalizedFormats.INTERNAL_ERROR, argument);
  /external/libpng/contrib/libtests/
pngimage.c 509 INTERNAL_ERROR
693 case INTERNAL_ERROR: /* anything unexpected is an internal error: */
827 display_log(dp, INTERNAL_ERROR, "damaged buffer list");
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 637 throw new ResponseException(Response.Status.INTERNAL_ERROR, "SERVER INTERNAL ERROR: IOException: " + ioe.getMessage(), ioe);
697 throw new ResponseException(Response.Status.INTERNAL_ERROR, "Multipart header size exceeds MAX_HEADER_SIZE.");
726 throw new ResponseException(Response.Status.INTERNAL_ERROR, e.toString());
845 throw new ResponseException(Response.Status.INTERNAL_ERROR, "SERVER INTERNAL ERROR: Serve() returned a null response.");
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSPResponse.java 126 INTERNAL_ERROR, // Internal error in responder
398 case INTERNAL_ERROR:
    [all...]
  /external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/
TestNanoFileUpLoad.java 155 this.response.setStatus(Status.INTERNAL_ERROR);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 53 INTERNAL_ERROR(arg,arg2,exception,stackTrace) ::= <<
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar 
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 105 public static final int INTERNAL_ERROR = 5;
116 case INTERNAL_ERROR: return "internal_error";
    [all...]
  /external/libmicrohttpd/src/microhttpd/
connection.c 99 #define INTERNAL_ERROR "<html><head><title>Internal server error</title></head><body>Some programmer needs to study the manual more carefully.</body></html>"
101 #define INTERNAL_ERROR ""
    [all...]

Completed in 2668 milliseconds

1 2 3 4