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

1 2 3

  /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/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
ErrorCode.java 37 INTERNAL_ERROR(2, 6, 2),
SpdyConnection.java 570 ErrorCode connectionErrorCode = ErrorCode.INTERNAL_ERROR;
571 ErrorCode streamErrorCode = ErrorCode.INTERNAL_ERROR;
  /external/elfutils/src/src/
strip.c 119 #define INTERNAL_ERROR(fname) \
382 INTERNAL_ERROR (fname);
498 INTERNAL_ERROR (fname);
536 INTERNAL_ERROR (fname);
560 INTERNAL_ERROR (fname);
605 INTERNAL_ERROR (fname);
645 INTERNAL_ERROR (fname);
795 INTERNAL_ERROR (fname);
810 INTERNAL_ERROR (fname);
830 INTERNAL_ERROR (fname)
    [all...]
size.c 108 #define INTERNAL_ERROR(fname) \
306 INTERNAL_ERROR (fname);
325 INTERNAL_ERROR (fname);
395 INTERNAL_ERROR (fname);
399 INTERNAL_ERROR (fname);
427 INTERNAL_ERROR (fullname);
547 INTERNAL_ERROR (fullname);
605 INTERNAL_ERROR (fullname);
616 INTERNAL_ERROR (fullname);
nm.c 139 #define INTERNAL_ERROR(fname) \
395 INTERNAL_ERROR (fname);
407 INTERNAL_ERROR (fname);
417 INTERNAL_ERROR (fname);
515 INTERNAL_ERROR (fname);
745 INTERNAL_ERROR (fullname);
1218 INTERNAL_ERROR (fullname);
    [all...]
objdump.c 103 #define INTERNAL_ERROR(fname) \
271 INTERNAL_ERROR (fname);
283 INTERNAL_ERROR (fname);
293 INTERNAL_ERROR (fname);
353 INTERNAL_ERROR (fname);
500 INTERNAL_ERROR (fname);
575 INTERNAL_ERROR (fname);
712 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/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
PutStreamIntegrationTest.java 59 return new Response(Response.Status.INTERNAL_ERROR, 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)
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 135 return EmailServiceStatus.INTERNAL_ERROR;
139 return EmailServiceStatus.INTERNAL_ERROR;
508 return EmailServiceStatus.INTERNAL_ERROR;
531 return EmailServiceStatus.INTERNAL_ERROR;
542 return EmailServiceStatus.INTERNAL_ERROR;
AbstractSyncAdapterService.java 160 case EmailServiceStatus.INTERNAL_ERROR:
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java     [all...]
  /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/nanohttpd/websocket/src/main/java/fi/iki/elonen/
WebSocketResponseHandler.java 47 return new Response(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT,
  /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 477 INTERNAL_ERROR
649 case INTERNAL_ERROR: /* anything unexpected is an internal error: */
755 display_log(dp, INTERNAL_ERROR, "damaged buffer list");
909 display_log(dp, INTERNAL_ERROR, "bad transform table");
1024 display_log(dp, INTERNAL_ERROR,
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 290 return new Response(Response.Status.INTERNAL_ERROR, MIME_PLAINTEXT, "SERVER INTERNAL ERROR: IOException: " + ioe.getMessage());
765 INTERNAL_ERROR(500, "Internal Server Error");
    [all...]
  /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/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
Spdy3ConnectionTest.java 39 import static com.squareup.okhttp.internal.spdy.ErrorCode.INTERNAL_ERROR;
799 connection.shutdown(INTERNAL_ERROR);
810 assertEquals(INTERNAL_ERROR, goaway.errorCode);
    [all...]
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
SimpleWebServer.java 348 return createResponse(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT,

Completed in 624 milliseconds

1 2 3