/external/elfutils/0.153/src/ |
D | strip.c | 127 #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 …]
|
D | size.c | 116 #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()
|
D | objdump.c | 111 #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()
|
D | nm.c | 147 #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/ |
D | platform_verification_flow.cc | 169 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()
|
D | platform_verification_flow_unittest.cc | 186 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()
|
D | platform_verification_flow.h | 68 INTERNAL_ERROR, // The operation failed unexpectedly. enumerator
|
/external/deqp/scripts/log/ |
D | log_parser.py | 14 INTERNAL_ERROR = 'InternalError' variable in StatusCode 26 INTERNAL_ERROR, 153 statusCode = TestStatusCode.INTERNAL_ERROR
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 477 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/ |
D | ErrorCode.java | 23 INTERNAL_ERROR(2, 6, 2), enumConstant
|
D | SpdyConnection.java | 547 ErrorCode connectionErrorCode = ErrorCode.INTERNAL_ERROR; in execute() 548 ErrorCode streamErrorCode = ErrorCode.INTERNAL_ERROR; in execute()
|
/external/chromium_org/mojo/spy/public/ |
D | spy.mojom | 9 INTERNAL_ERROR,
|
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
D | NanoHTTPD.java | 290 …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/ |
D | PutStreamIntegrationTest.java | 59 return new Response(Response.Status.INTERNAL_ERROR, MIME_PLAINTEXT, e.getMessage()); in serve()
|
/external/srec/srec/include/ |
D | duk_err.h | 97 INTERNAL_ERROR, enumerator
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
D | wallet_client.h | 97 INTERNAL_ERROR, // Unknown server side error. enumerator
|
D | wallet_client.cc | 74 return WalletClient::INTERNAL_ERROR; in StringToErrorType() 153 case WalletClient::INTERNAL_ERROR: in ErrorTypeToUmaMetric() 735 case WalletClient::INTERNAL_ERROR: in HandleWalletError()
|
D | wallet_client_unittest.cc | 974 WalletClient::INTERNAL_ERROR, in TEST_F()
|
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
D | WebSocketResponseHandler.java | 47 return new Response(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT, in serve()
|
/external/chromium_org/extensions/common/api/cast_channel/ |
D | cast_channel.proto | 78 INTERNAL_ERROR = 0; enumerator
|
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/ |
D | SimpleWebServer.java | 348 return createResponse(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT, in getInternalErrorResponse()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
D | SpdyConnectionTest.java | 37 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/ |
D | pngfix.c | 710 # 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/ |
D | en.stg | 53 INTERNAL_ERROR(arg,arg2,exception,stackTrace) ::= <<
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | autofill_dialog_controller_impl.cc | 406 case wallet::WalletClient::INTERNAL_ERROR: in GetWalletError()
|