Searched defs:error (Results 301 - 325 of 394) sorted by relevance

<<111213141516

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DGifImageDecoder.java80 * An error has occurred. Throw an exception.
82 private static void error(String s1) throws ImageFormatException { method in class:GifImageDecoder
88 * @return number of bytes that were not read due to EOF or error
138 return;//error("corrupt GIF file");
141 return;//error("corrupt GIF file (GCE size)");
170 return;//error("corrupt GIF file");
203 return; //error("corrupt GIF file");
287 error("not a GIF file.");
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DRuleBasedBreakIteratorBuilder.java280 error("Can't nest brackets inside <>", p, description);
283 error("Can't nest anything in [] but []", p, description);
289 error("Unknown variable name", p, description);
322 error("Unbalanced parentheses", p, description);
325 error("Parens don't contain anything", p, description);
341 error("Misplaced asterisk", p, description);
348 error("Misplaced ?", p, description);
356 error("More than one = or / in rule", p, description);
365 error("More than one = or / in rule", p, description);
368 error("Unknow
1927 protected void error(String message, int position, String context) { method in class:RuleBasedBreakIteratorBuilder
[all...]
/openjdk7/jdk/src/share/back/
H A DVirtualMachineImpl.c119 jvmtiError error; local
121 error = allLoadedClasses(&theClasses, &classCount);
122 if ( error == JVMTI_ERROR_NONE ) {
142 error = classSignature(clazz, &candidate_signature, NULL);
143 if (error != JVMTI_ERROR_NONE) {
162 if ( error == JVMTI_ERROR_NONE ) {
171 /* No point in continuing if there's an error */
181 if ( error != JVMTI_ERROR_NONE ) {
182 outStream_setError(out, map2jdwpError(error));
208 jvmtiError error; local
247 jvmtiError error; local
347 jvmtiError error; local
435 jvmtiError error; local
533 jvmtiError error; local
578 jvmtiError error; local
594 jvmtiError error; local
678 jvmtiError error; local
704 jvmtiError error; local
[all...]
H A DoutStream.c47 stream->error = JDWP_ERROR(NONE);
51 stream->error = JDWP_ERROR(OUT_OF_MEMORY);
103 if (stream->error) {
104 return stream->error;
115 stream->error = JDWP_ERROR(OUT_OF_MEMORY);
116 return stream->error;
204 if (stream->error) {
205 return stream->error;
214 stream->error = JDWP_ERROR(OUT_OF_MEMORY);
215 return stream->error;
300 jdwpError error; local
398 outStream_setError(PacketOutputStream *stream, jdwpError error) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp480 // Hang forever on exit if we're reporting an error.
634 void vm_notify_during_shutdown(const char* error, const char* message) { argument
635 if (error != NULL) {
637 tty->print("%s", error);
677 void vm_exit_during_initialization(const char* error, const char* message) { argument
678 vm_notify_during_shutdown(error, message);
684 void vm_shutdown_during_initialization(const char* error, const char* message) { argument
685 vm_notify_during_shutdown(error, message);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDEventListener.java256 public void error(SAXParseException e) throws SAXException; method in interface:DTDEventListener
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java207 void onCompletion(@NotNull Throwable error); argument
555 @SuppressWarnings({"LoopStatementThatDoesntLoop"}) // IntelliJ reports this bogus error
/openjdk7/jdk/src/solaris/native/java/net/
H A DInet4AddressImpl.c75 int error; local
81 error = getaddrinfo(hostname, NULL, &hints, &res);
83 if (error == 0) {
85 error = getnameinfo(res->ai_addr,
126 int error=0; local
160 error = getaddrinfo(hostname, NULL, &hints, &res);
162 if (error) {
163 /* report error */
273 int error = 0; local
297 error
[all...]
H A DInet6AddressImpl.c90 int error; local
96 error = (*getaddrinfo_ptr)(hostname, NULL, &hints, &res);
98 if (error == 0) {
100 error = (*getnameinfo_ptr)(res->ai_addr,
147 int error=0; local
208 error = (*getaddrinfo_ptr)(hostname, NULL, &hints, &res);
210 if (error) {
211 /* report error */
212 ThrowUnknownHostExceptionWithGaiError(env, hostname, error);
388 int error local
[all...]
H A Dbsd_close.c320 int error = accept(s, addr, &len); local
321 if (error != -1)
323 BLOCKING_IO_RETURN_INT( s, error );
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java48 // error when EOF is detected asynchronously.
117 // error binding to port so need to close it (if created for this channel)
278 public void failed(int error, IOException x) { argument
498 public void failed(int error, IOException x) { argument
499 // if EOF detected asynchronously then it is reported as error
500 if (error == ERROR_HANDLE_EOF) {
680 public void failed(int error, IOException x) { argument
H A DWindowsAsynchronousSocketChannelImpl.java292 public void failed(int error, IOException x) { argument
565 public void failed(int error, IOException x) { argument
822 public void failed(int error, IOException x) { argument
/openjdk7/jdk/src/windows/native/java/io/
H A DWin32FileSystem_md.c272 int error; local
277 error = GetLastError();
286 SetLastError(error);
351 if (rv == NULL) goto error;
362 if (rv == NULL) goto error;
363 if (JNU_CopyObjectArray(env, rv, old, len) < 0) goto error;
367 if (name == NULL) goto error;
376 if (rv == NULL) goto error;
377 if (JNU_CopyObjectArray(env, rv, old, len) < 0) goto error;
380 error
[all...]
/openjdk7/jdk/src/windows/native/java/net/
H A DInet6AddressImpl.c92 int error=0; local
134 error = getaddrinfo(hostname, NULL, &hints, &res);
136 if (error) {
137 /* report error */
301 int error = 0; local
336 error = getnameinfo(sa, len, host, NI_MAXHOST, NULL, 0, NI_NAMEREQD);
338 if (!error) {
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/main/
H A DMain.java108 EXIT_SYSERR = 3, // System error or resource exhaustion.
178 /** Process the option (with arg). Return true if error detected.
185 /** Process the option (without arg). Return true if error detected.
400 error("err.invalid.source", operand);
403 error("err.unsupported.source.version", operand);
413 error("err.invalid.target", operand);
416 error("err.unsupported.target.version", operand);
512 // prompt after each error
516 // dump stack on error
544 error("er
683 void error(String key, Object... args) { method in class:Main
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DJCDiagnostic.java86 * Create an error diagnostic.
87 * @param source The source of the compilation unit, if any, in which to report the error.
88 * @param pos The source position at which to report the error.
89 * @param key The key for the localized error message.
90 * @param args Fields of the error message.
92 public JCDiagnostic error( method in class:JCDiagnostic.Factory
128 * @param key The key for the localized error message.
175 * @param key The key for the localized error message.
242 * @param key The key for the localized error message.
243 * @param args Fields of the error messag
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DDocEnv.java170 //### instead a dummy created for error recovery.
268 * Print error message, increment error count.
279 * Print error message, increment error count.
283 public void error(DocImpl doc, String key) { method in class:DocEnv
286 messager.error(doc==null ? null : doc.position(), key);
290 * Print error message, increment error count.
294 public void error(SourcePositio method in class:DocEnv
317 public void error(DocImpl doc, String key, String a1) { method in class:DocEnv
330 public void error(DocImpl doc, String key, String a1, String a2) { method in class:DocEnv
344 public void error(DocImpl doc, String key, String a1, String a2, String a3) { method in class:DocEnv
[all...]
/openjdk7/jdk/src/share/javavm/export/
H A DjdwpTransport.h187 char** error);
242 jdwpTransportError GetLastError(char** error) { argument
243 return functions->GetLastError(this, error);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.cpp367 int error = deflateInit2(&zs, Z_BEST_COMPRESSION, Z_DEFLATED, local
369 if (error != Z_OK) {
370 switch (error) {
372 PRINTCR((2, "Error: deflate error : Out of memory \n"));
375 PRINTCR((2,"Error: deflate error : Invalid compression level \n"));
378 PRINTCR((2,"Error: deflate error : Invalid version\n"));
381 PRINTCR((2,"Error: Internal deflate error error = %d\n", error));
402 if (first != null && error
450 int error = inflate(&zs, Z_NO_FLUSH); local
539 int error = inflateInit2((z_stream*) zstream, -MAX_WBITS); local
[all...]
/openjdk7/langtools/test/tools/javac/tree/
H A DTreePosTest.java178 error("File not found: " + file);
220 error("File " + file + " excluded");
240 error("Error parsing " + file + "\n" + e.getMessage());
243 error("Error reading " + file + ": " + e);
249 error("File " + file + " ignored");
285 * Report an error. When the program is complete, the program will either
287 * @param msg the error message
289 void error(String msg) { method in class:TreePosTest
426 error(msg);
527 * down list for selecting error condition
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java105 * This error listener is used only for this factory and is not passed to
266 * Set the error event listener for the TransformerFactory, which is used
270 * @param listener The error listener to use with the TransformerFactory
286 * Get the error event handler for the TransformerFactory.
288 * @return The error listener used with the TransformerFactory
716 * Pass warning messages from the compiler to the error listener
730 _errorListener.error(
739 * Pass error messages from the compiler to the error listener
750 _errorListener.error(ne
1091 public void error(TransformerException e) method in class:TransformerFactoryImpl
[all...]
H A DTransformerImpl.java139 * An error listener for runtime errors.
368 System.out.println("Result writing error");
769 * Get the error event handler in effect for the transformation.
771 * @return The error event handler currently in effect
779 * Set the error event listener in effect for the transformation.
781 * xsl:messages to error listener.
783 * @param listener The error event listener to use
801 * Inform TrAX error listener of an error
805 _errorListener.error(ne
1333 public void error(TransformerException e) method in class:TransformerImpl
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java93 /** Property identifier: error reporter. */
474 /** Returns the one and only instance of this error handler. */
485 public void error(SAXParseException e) throws SAXException { method in class:JAXPValidatorComponent.DraconianErrorHandler
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource_Filter.java64 * simpler and less error-prone; the only controller operation is deliverMoreNodes(),
193 // Register an error handler for us to output to
436 public void error(SAXParseException exception) throws SAXException method in class:IncrementalSAXSource_Filter
439 clientErrorHandler.error(exception);
447 clientErrorHandler.error(exception);
457 clientErrorHandler.error(exception);
528 // application coding error, and is unrecoverable.
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java121 // a fatal error and continue trying to parse, rather than throwing an exception.
147 error(XPATHErrorResources.ER_EXTRA_ILLEGAL_TOKENS,
212 error(XPATHErrorResources.ER_EXTRA_ILLEGAL_TOKENS,
223 /** The error listener where syntax errors are to be sent.
234 * Allow an application to register an error event handler, where syntax
235 * errors will be sent. If the error listener is not set, syntax errors
238 * @param handler Reference to error listener where syntax errors will be
247 * Return the current error listener.
249 * @return The error listener, which should not normally be null, but may be.
502 error(XPATHErrorResource
606 void error(String msg, Object[] args) throws TransformerException method in class:XPathParser
[all...]

Completed in 95 milliseconds

<<111213141516