Searched refs:INTERNAL_ERROR (Results 1 - 25 of 36) sorted by relevance

12

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DErrorCode.java23 INTERNAL_ERROR(2, 6, 2), enum constant in enum:ErrorCode
H A DSpdyConnection.java547 ErrorCode connectionErrorCode = ErrorCode.INTERNAL_ERROR;
548 ErrorCode streamErrorCode = ErrorCode.INTERNAL_ERROR;
/external/deqp/scripts/log/
H A Dlog_parser.py14 INTERNAL_ERROR = 'InternalError' variable in class:StatusCode
26 INTERNAL_ERROR,
153 statusCode = TestStatusCode.INTERNAL_ERROR
/external/elfutils/0.153/src/
H A Dstrip.c127 #define INTERNAL_ERROR(fname) \ macro
390 INTERNAL_ERROR (fname);
505 INTERNAL_ERROR (fname);
538 INTERNAL_ERROR (fname);
562 INTERNAL_ERROR (fname);
602 INTERNAL_ERROR (fname);
639 INTERNAL_ERROR (fname);
780 INTERNAL_ERROR (fname);
795 INTERNAL_ERROR (fname);
815 INTERNAL_ERROR (fnam
[all...]
H A Dsize.c116 #define INTERNAL_ERROR(fname) \ macro
314 INTERNAL_ERROR (fname);
333 INTERNAL_ERROR (fname);
403 INTERNAL_ERROR (fname);
407 INTERNAL_ERROR (fname);
435 INTERNAL_ERROR (fullname);
566 INTERNAL_ERROR (fullname);
625 INTERNAL_ERROR (fullname);
636 INTERNAL_ERROR (fullname);
H A Dobjdump.c111 #define INTERNAL_ERROR(fname) \ macro
279 INTERNAL_ERROR (fname);
291 INTERNAL_ERROR (fname);
301 INTERNAL_ERROR (fname);
361 INTERNAL_ERROR (fname);
506 INTERNAL_ERROR (fname);
577 INTERNAL_ERROR (fname);
714 INTERNAL_ERROR (fname);
H A Dnm.c147 #define INTERNAL_ERROR(fname) \ macro
403 INTERNAL_ERROR (fname);
415 INTERNAL_ERROR (fname);
425 INTERNAL_ERROR (fname);
523 INTERNAL_ERROR (fname);
753 INTERNAL_ERROR (fullname);
1219 INTERNAL_ERROR (fullname);
1235 INTERNAL_ERROR (fullname);
1428 INTERNAL_ERROR (fullname);
1458 INTERNAL_ERROR (fullnam
[all...]
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_flow.cc169 ReportError(callback, INTERNAL_ERROR);
188 base::Bind(&ReportError, callback, INTERNAL_ERROR));
197 ReportError(context.callback, INTERNAL_ERROR);
240 ReportError(context.callback, INTERNAL_ERROR);
260 ReportError(context.callback, INTERNAL_ERROR);
345 ReportError(context.callback, INTERNAL_ERROR);
351 ReportError(context.callback, INTERNAL_ERROR);
H A Dplatform_verification_flow_unittest.cc186 result_(PlatformVerificationFlow::INTERNAL_ERROR) {}
409 EXPECT_EQ(PlatformVerificationFlow::INTERNAL_ERROR, result_);
416 EXPECT_EQ(PlatformVerificationFlow::INTERNAL_ERROR, result_);
H A Dplatform_verification_flow.h68 INTERNAL_ERROR, // The operation failed unexpectedly. enumerator in enum:chromeos::attestation::PlatformVerificationFlow::Result
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
H A DPutStreamIntegrationTest.java59 return new Response(Response.Status.INTERNAL_ERROR, MIME_PLAINTEXT, e.getMessage());
/external/srec/srec/include/
H A Dduk_err.h97 INTERNAL_ERROR, enumerator in enum:CrecException
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.h97 INTERNAL_ERROR, // Unknown server side error. enumerator in enum:autofill::wallet::WalletClient::ErrorType
H A Dwallet_client.cc74 return WalletClient::INTERNAL_ERROR;
153 case WalletClient::INTERNAL_ERROR:
735 case WalletClient::INTERNAL_ERROR:
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocketResponseHandler.java47 return new Response(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT,
/external/libpng/contrib/libtests/
H A Dpngimage.c477 INTERNAL_ERROR enumerator in enum:__anon24611
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,
1084 display_log(dp, INTERNAL_ERROR, "invalid bpp %u for bit_depth %u",
1143 display_log(dp, INTERNAL_ERROR, "mask calculation error %u, %u",
1484 display_log(dp, INTERNAL_ERROR, "unexpected return code %d", ret);
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java290 return new Response(Response.Status.INTERNAL_ERROR, MIME_PLAINTEXT, "SERVER INTERNAL ERROR: IOException: " + ioe.getMessage());
765 INTERNAL_ERROR(500, "Internal Server Error"); enum constant in enum:NanoHTTPD.Response.Status
939 throw new ResponseException(Response.Status.INTERNAL_ERROR, "SERVER INTERNAL ERROR: Serve() returned a null response.");
951 Response r = new Response(Response.Status.INTERNAL_ERROR, MIME_PLAINTEXT, "SERVER INTERNAL ERROR: IOException: " + ioe.getMessage());
1104 throw new ResponseException(Response.Status.INTERNAL_ERROR, "SERVER INTERNAL ERROR: IOException: " + ioe.getMessage(), ioe);
1163 throw new ResponseException(Response.Status.INTERNAL_ERROR, "Error processing request");
1178 throw new ResponseException(Response.Status.INTERNAL_ERROR, "SERVER INTERNAL ERROR: IOException: " + ioe.getMessage(), ioe);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
H A Den.stg53 INTERNAL_ERROR(arg,arg2,exception,stackTrace) ::= <<
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.variables_3.2.400.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DSpdyConnectionTest.java37 import static com.squareup.okhttp.internal.spdy.ErrorCode.INTERNAL_ERROR;
907 connection.shutdown(INTERNAL_ERROR);
918 assertEquals(INTERNAL_ERROR, goaway.errorCode);
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
H A DSimpleWebServer.java348 return createResponse(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT,
/external/libpng/contrib/tools/
H A Dpngfix.c710 # define INTERNAL_ERROR 0x40 /* internal limits/errors encountered */ macro
1251 file->status_code |= INTERNAL_ERROR;
3587 control->file.status_code |= INTERNAL_ERROR;

Completed in 504 milliseconds

12