Home
last modified time | relevance | path

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

/external/elfutils/0.153/src/
Dstrip.c127 #define INTERNAL_ERROR(fname) \ macro
390 INTERNAL_ERROR (fname); in process_file()
505 INTERNAL_ERROR (fname); in handle_elf()
538 INTERNAL_ERROR (fname); in handle_elf()
562 INTERNAL_ERROR (fname); in handle_elf()
602 INTERNAL_ERROR (fname); in handle_elf()
639 INTERNAL_ERROR (fname); in handle_elf()
780 INTERNAL_ERROR (fname); in handle_elf()
795 INTERNAL_ERROR (fname); in handle_elf()
815 INTERNAL_ERROR (fname); in handle_elf()
[all …]
Dsize.c116 #define INTERNAL_ERROR(fname) \ macro
314 INTERNAL_ERROR (fname); in process_file()
333 INTERNAL_ERROR (fname); in process_file()
403 INTERNAL_ERROR (fname); in handle_ar()
407 INTERNAL_ERROR (fname); in handle_ar()
435 INTERNAL_ERROR (fullname); in show_sysv()
566 INTERNAL_ERROR (fullname); in show_bsd()
625 INTERNAL_ERROR (fullname); in show_segments()
636 INTERNAL_ERROR (fullname); in show_segments()
Dobjdump.c111 #define INTERNAL_ERROR(fname) \ macro
279 INTERNAL_ERROR (fname); in process_file()
291 INTERNAL_ERROR (fname); in process_file()
301 INTERNAL_ERROR (fname); in process_file()
361 INTERNAL_ERROR (fname); in handle_ar()
506 INTERNAL_ERROR (fname); in show_relocs()
577 INTERNAL_ERROR (fname); in show_full_content()
714 INTERNAL_ERROR (fname); in show_disasm()
Dnm.c147 #define INTERNAL_ERROR(fname) \ macro
403 INTERNAL_ERROR (fname); in process_file()
415 INTERNAL_ERROR (fname); in process_file()
425 INTERNAL_ERROR (fname); in process_file()
523 INTERNAL_ERROR (fname); in handle_ar()
753 INTERNAL_ERROR (fullname); in show_symbols_sysv()
1219 INTERNAL_ERROR (fullname); in show_symbols()
1235 INTERNAL_ERROR (fullname); in show_symbols()
1428 INTERNAL_ERROR (fullname); in handle_elf()
1458 INTERNAL_ERROR (fullname); in handle_elf()
[all …]
/external/chromium_org/chrome/browser/chromeos/attestation/
Dplatform_verification_flow.cc169 ReportError(callback, INTERNAL_ERROR); in ChallengePlatformKey()
188 base::Bind(&ReportError, callback, INTERNAL_ERROR)); in ChallengePlatformKey()
197 ReportError(context.callback, INTERNAL_ERROR); in CheckConsent()
240 ReportError(context.callback, INTERNAL_ERROR); in OnConsentResponse()
260 ReportError(context.callback, INTERNAL_ERROR); in OnConsentResponse()
345 ReportError(context.callback, INTERNAL_ERROR); in OnChallengeReady()
351 ReportError(context.callback, INTERNAL_ERROR); in OnChallengeReady()
Dplatform_verification_flow_unittest.cc186 result_(PlatformVerificationFlow::INTERNAL_ERROR) {} in PlatformVerificationFlowTest()
409 EXPECT_EQ(PlatformVerificationFlow::INTERNAL_ERROR, result_); in TEST_F()
416 EXPECT_EQ(PlatformVerificationFlow::INTERNAL_ERROR, result_); in TEST_F()
Dplatform_verification_flow.h68 INTERNAL_ERROR, // The operation failed unexpectedly. enumerator
/external/deqp/scripts/log/
Dlog_parser.py14 INTERNAL_ERROR = 'InternalError' variable in StatusCode
26 INTERNAL_ERROR,
153 statusCode = TestStatusCode.INTERNAL_ERROR
/external/libpng/contrib/libtests/
Dpngimage.c477 INTERNAL_ERROR enumerator
649 case INTERNAL_ERROR: /* anything unexpected is an internal error: */ in display_log()
755 display_log(dp, INTERNAL_ERROR, "damaged buffer list"); in buffer_read()
909 display_log(dp, INTERNAL_ERROR, "bad transform table"); in update_display()
1024 display_log(dp, INTERNAL_ERROR, in compare_read()
1084 display_log(dp, INTERNAL_ERROR, "invalid bpp %u for bit_depth %u", in compare_read()
1143 display_log(dp, INTERNAL_ERROR, "mask calculation error %u, %u", in compare_read()
1484 display_log(dp, INTERNAL_ERROR, "unexpected return code %d", ret); in do_test()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DErrorCode.java23 INTERNAL_ERROR(2, 6, 2), enumConstant
DSpdyConnection.java547 ErrorCode connectionErrorCode = ErrorCode.INTERNAL_ERROR; in execute()
548 ErrorCode streamErrorCode = ErrorCode.INTERNAL_ERROR; in execute()
/external/chromium_org/mojo/spy/public/
Dspy.mojom9 INTERNAL_ERROR,
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java290 …return new Response(Response.Status.INTERNAL_ERROR, MIME_PLAINTEXT, "SERVER INTERNAL ERROR: IOExce… in serve()
765 INTERNAL_ERROR(500, "Internal Server Error"); enumConstant
939 …throw new ResponseException(Response.Status.INTERNAL_ERROR, "SERVER INTERNAL ERROR: Serve() return… in execute()
951 …Response r = new Response(Response.Status.INTERNAL_ERROR, MIME_PLAINTEXT, "SERVER INTERNAL ERROR: … in execute()
1104 …throw new ResponseException(Response.Status.INTERNAL_ERROR, "SERVER INTERNAL ERROR: IOException: "… in decodeHeader()
1163 … throw new ResponseException(Response.Status.INTERNAL_ERROR, "Error processing request"); in decodeMultipartData()
1178 …throw new ResponseException(Response.Status.INTERNAL_ERROR, "SERVER INTERNAL ERROR: IOException: "… in decodeMultipartData()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
DPutStreamIntegrationTest.java59 return new Response(Response.Status.INTERNAL_ERROR, MIME_PLAINTEXT, e.getMessage()); in serve()
/external/srec/srec/include/
Dduk_err.h97 INTERNAL_ERROR, enumerator
/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_client.h97 INTERNAL_ERROR, // Unknown server side error. enumerator
Dwallet_client.cc74 return WalletClient::INTERNAL_ERROR; in StringToErrorType()
153 case WalletClient::INTERNAL_ERROR: in ErrorTypeToUmaMetric()
735 case WalletClient::INTERNAL_ERROR: in HandleWalletError()
Dwallet_client_unittest.cc974 WalletClient::INTERNAL_ERROR, in TEST_F()
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DWebSocketResponseHandler.java47 return new Response(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT, in serve()
/external/chromium_org/extensions/common/api/cast_channel/
Dcast_channel.proto78 INTERNAL_ERROR = 0; enumerator
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
DSimpleWebServer.java348 return createResponse(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT, in getInternalErrorResponse()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
DSpdyConnectionTest.java37 import static com.squareup.okhttp.internal.spdy.ErrorCode.INTERNAL_ERROR;
907 connection.shutdown(INTERNAL_ERROR);
918 assertEquals(INTERNAL_ERROR, goaway.errorCode);
/external/libpng/contrib/tools/
Dpngfix.c710 # define INTERNAL_ERROR 0x40 /* internal limits/errors encountered */ macro
1251 file->status_code |= INTERNAL_ERROR; in read_byte()
3587 control->file.status_code |= INTERNAL_ERROR; in read_png()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
Den.stg53 INTERNAL_ERROR(arg,arg2,exception,stackTrace) ::= <<
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.cc406 case wallet::WalletClient::INTERNAL_ERROR: in GetWalletError()