/external/elfutils/src/ |
D | strip.c | 124 #define INTERNAL_ERROR(fname) \ macro 397 INTERNAL_ERROR (fname); in process_file() 513 INTERNAL_ERROR (fname); in handle_elf() 557 INTERNAL_ERROR (fname); in handle_elf() 581 INTERNAL_ERROR (fname); in handle_elf() 626 INTERNAL_ERROR (fname); in handle_elf() 670 INTERNAL_ERROR (fname); in handle_elf() 827 INTERNAL_ERROR (fname); in handle_elf() 842 INTERNAL_ERROR (fname); in handle_elf() 861 INTERNAL_ERROR (fname); in handle_elf() [all …]
|
D | size.c | 107 #define INTERNAL_ERROR(fname) \ macro 302 INTERNAL_ERROR (fname); in process_file() 321 INTERNAL_ERROR (fname); in process_file() 391 INTERNAL_ERROR (fname); in handle_ar() 395 INTERNAL_ERROR (fname); in handle_ar() 423 INTERNAL_ERROR (fullname); in show_sysv() 543 INTERNAL_ERROR (fullname); in show_bsd() 601 INTERNAL_ERROR (fullname); in show_segments() 612 INTERNAL_ERROR (fullname); in show_segments()
|
D | objdump.c | 102 #define INTERNAL_ERROR(fname) \ macro 267 INTERNAL_ERROR (fname); in process_file() 279 INTERNAL_ERROR (fname); in process_file() 289 INTERNAL_ERROR (fname); in process_file() 349 INTERNAL_ERROR (fname); in handle_ar() 496 INTERNAL_ERROR (fname); in show_relocs() 571 INTERNAL_ERROR (fname); in show_full_content() 708 INTERNAL_ERROR (fname); in show_disasm()
|
D | nm.c | 139 #define INTERNAL_ERROR(fname) \ macro 392 INTERNAL_ERROR (fname); in process_file() 404 INTERNAL_ERROR (fname); in process_file() 414 INTERNAL_ERROR (fname); in process_file() 513 INTERNAL_ERROR (fname); in handle_ar() 748 INTERNAL_ERROR (fullname); in show_symbols_sysv() 1307 INTERNAL_ERROR (fullname); in show_symbols() 1334 INTERNAL_ERROR (fullname); in show_symbols() 1529 INTERNAL_ERROR (fullname); in handle_elf() 1559 INTERNAL_ERROR (fullname); in handle_elf() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
D | MathInternalError.java | 39 super(LocalizedFormats.INTERNAL_ERROR, REPORT_URL); in MathInternalError() 47 super(LocalizedFormats.INTERNAL_ERROR, REPORT_URL); in MathInternalError()
|
/external/deqp/scripts/log/ |
D | log_parser.py | 34 INTERNAL_ERROR = 'InternalError' variable in StatusCode 46 INTERNAL_ERROR, 173 statusCode = TestStatusCode.INTERNAL_ERROR
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/ |
D | OCSPResponseStatus.java | 14 public static final int INTERNAL_ERROR = 2; field in OCSPResponseStatus
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | ErrorCode.java | 37 INTERNAL_ERROR(2, 6, 2), enumConstant
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 509 INTERNAL_ERROR enumerator 693 case INTERNAL_ERROR: /* anything unexpected is an internal error: */ in display_log() 827 display_log(dp, INTERNAL_ERROR, "damaged buffer list"); in buffer_read() 1093 display_log(dp, INTERNAL_ERROR, in compare_read() 1153 display_log(dp, INTERNAL_ERROR, "invalid bpp %u for bit_depth %u", in compare_read() 1212 display_log(dp, INTERNAL_ERROR, "mask calculation error %u, %u", in compare_read() 1553 display_log(dp, INTERNAL_ERROR, "unexpected return code %d", ret); in do_test()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/ |
D | OCSPRespBuilder.java | 20 public static final int INTERNAL_ERROR = 2; // Internal error in issuer field in OCSPRespBuilder
|
D | OCSPResp.java | 20 public static final int INTERNAL_ERROR = 2; // Internal error in issuer field in OCSPResp
|
/external/boringssl/src/crypto/err/ |
D | rsa.errordata | 25 RSA,120,INTERNAL_ERROR
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ |
D | MathRuntimeException.java | 704 return buildMessage(Locale.US, LocalizedFormats.INTERNAL_ERROR, argument); 710 return buildMessage(Locale.getDefault(), LocalizedFormats.INTERNAL_ERROR, argument);
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
D | PutStreamIntegrationTest.java | 70 …return newFixedLengthResponse(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT, e.getMessa… in serve()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 50 static INTERNAL_ERROR = AbstractFakeCommandHandler.INTERNAL_ERROR_KEY 164 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 50 static INTERNAL_ERROR = AbstractFakeCommandHandler.INTERNAL_ERROR_KEY 164 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 50 static INTERNAL_ERROR = AbstractFakeCommandHandler.INTERNAL_ERROR_KEY 162 serverConfiguration.setTextForKey(INTERNAL_ERROR, MSG_INTERNAL_ERROR)
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 50 static INTERNAL_ERROR = AbstractFakeCommandHandler.INTERNAL_ERROR_KEY 164 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
|
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
D | NanoHTTPD.java | 637 …throw new ResponseException(Response.Status.INTERNAL_ERROR, "SERVER INTERNAL ERROR: IOException: "… in decodeHeader() 697 …throw new ResponseException(Response.Status.INTERNAL_ERROR, "Multipart header size exceeds MAX_HEA… in decodeMultipartFormData() 726 throw new ResponseException(Response.Status.INTERNAL_ERROR, e.toString()); in decodeMultipartFormData() 845 …throw new ResponseException(Response.Status.INTERNAL_ERROR, "SERVER INTERNAL ERROR: Serve() return… in execute() 866 …Response resp = newFixedLengthResponse(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT, "… in execute() 1207 INTERNAL_ERROR(500, "Internal Server Error"), enumConstant 2023 …return newFixedLengthResponse(Response.Status.INTERNAL_ERROR, NanoHTTPD.MIME_PLAINTEXT, "SERVER IN… in serve()
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 50 static INTERNAL_ERROR = AbstractFakeCommandHandler.INTERNAL_ERROR_KEY 166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 50 static INTERNAL_ERROR = AbstractFakeCommandHandler.INTERNAL_ERROR_KEY 166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 50 static INTERNAL_ERROR = AbstractFakeCommandHandler.INTERNAL_ERROR_KEY 166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 50 static INTERNAL_ERROR = AbstractFakeCommandHandler.INTERNAL_ERROR_KEY 166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 50 static INTERNAL_ERROR = AbstractFakeCommandHandler.INTERNAL_ERROR_KEY 166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 50 static INTERNAL_ERROR = AbstractFakeCommandHandler.INTERNAL_ERROR_KEY 166 replyTextBundle.put(INTERNAL_ERROR as String, MSG_INTERNAL_ERROR)
|