Searched defs:error (Results 26 - 50 of 394) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6421581.java37 static boolean error = false; field in class:B6421581
67 error = true;
81 error = true;
92 error = true;
106 if (error) {
H A DB6526158.java74 if (error) {
79 public static boolean error = false; field in class:B6526158
91 error = true;
H A DB6526913.java67 if (error) {
72 public static boolean error = false; field in class:B6526913
85 error = true;
100 error = true;
H A DB6744329.java62 error = true;
66 if (error) {
71 public static boolean error = false; field in class:B6744329
H A DB6886436.java76 public static boolean error = false; field in class:B6886436
/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTest4985020.java53 catch (Throwable error) {
54 print(error);
63 catch (Throwable error) {
64 print(error);
78 catch (Throwable error) {
79 print(error);
87 catch (Throwable error) {
88 print(error);
99 catch (Throwable error) {
100 print(error);
194 print(Throwable error) argument
[all...]
/openjdk7/langtools/test/tools/javac/api/6437999/
H A DT6437999.java42 boolean error = false; field in class:T6437999.MyDiagnosticListener
44 error |= diagnostic.getKind() == Diagnostic.Kind.ERROR;
55 dl.error = false;
60 if (!dl.error)
61 throw new AssertionError("No error in ASCII mode");
63 dl.error = false;
68 if (dl.error)
/openjdk7/langtools/test/tools/javadoc/6964914/
H A DTest.java38 javadoc("Error.java", "1 error");
69 error("expected text not found: " + expect);
72 void error(String msg) { method in class:Test
/openjdk7/langtools/test/tools/javah/
H A DTestHelpOpts.java66 error("Unexpected exit: rc=" + rc);
70 error("expected text not found");
72 error("key not found in resource bundle: " + flat.replaceAll(".*(main.opt.[^ ]*).*", "$1"));
75 void error(String msg) { method in class:TestHelpOpts
/openjdk7/make/scripts/
H A Dvsvars.sh52 error() # message function
93 error "No PROGRAMFILES or SYSTEMDRIVE defined in environment"
131 error "No PROCESSOR_IDENTIFIER or MACHTYPE environment variables and uname -m is not helping"
259 error "Unknown option: $1"
266 error "You must pick the version"
279 # Do not allow any error returns
473 error "Does not exist: ${vcBinDir}"
475 error "No vcvars script: ${vcvarsBat}"
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DDefaultValidationErrorHandler.java35 public void error(SAXParseException e) throws SAXException { method in class:DefaultValidationErrorHandler
40 // Print a warning before the first error
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDraconianErrorHandler.java42 /** Returns the one and only instance of this error handler. */
53 public void error(SAXParseException e) throws SAXException { method in class:DraconianErrorHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDraconianErrorHandler.java81 public void error(SAXParseException e) throws SAXException { method in class:DraconianErrorHandler
H A DErrorHandlerProxy.java34 * This method will be called whenever an error/warning is found.
39 * rather than copying it into every component that needs an error handler
47 public void error(SAXParseException e) throws SAXException { method in class:ErrorHandlerProxy
50 ((ErrorHandlerWrapper)eh).fErrorHandler.error(e);
53 eh.error("","",ErrorHandlerWrapper.createXMLParseException(e));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLErrorHandler.java27 * in error notifications, then it can register an error handler object
61 * Reports an error. Errors are non-fatal and usually signify that the
64 * @param domain The domain of the error. The domain can be any
68 * document pertaining to this error.
69 * @param key The error key. This key can be any string and
76 public void error(String domain, String key, method in interface:XMLErrorHandler
80 * Report a fatal error. Fatal errors usually occur when the document
84 * <strong>Note:</strong> The error handler should <em>always</em>
87 * the method or a new XNI exception object. If the registered error
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DXbmImageDecoder.java65 * An error has occurred. Throw an exception.
67 private static void error(String s1) throws ImageFormatException { method in class:XbmImageDecoder
105 error("Not an XBM file");
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DErrorManager.java31 * any error that occurs on a Handler during Logging.
43 * We declare standard error codes for important categories of errors.
73 * The error method is called when a Handler failure occurs.
81 * @param code an error code defined in ErrorManager
83 public synchronized void error(String msg, Exception ex, int code) { method in class:ErrorManager
85 // We only report the first error, to avoid clogging
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DIgnoreAllErrorHandler.java63 public void error(SAXParseException ex) throws SAXException { method in class:IgnoreAllErrorHandler
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlErrorHandler.java46 public void error(SAXParseException e) throws SAXException { method in class:XmlErrorHandler
/openjdk7/jdk/make/tools/src/build/tools/commentchecker/
H A DCommentChecker.java77 error(fileName + ": premature EOF.");
89 error(fileName + ":" + lineNumber +
130 error(fileName + ":" + lineNumber +
154 error(fileName + " not found.");
156 error(fileName + ": " + ioe);
162 error(fileName + ": " + e);
168 static void error(String description) { method in class:CommentChecker
177 System.out.println("There was 1 error.");
207 error("error readin
[all...]
/openjdk7/jdk/make/tools/src/build/tools/jdwpgen/
H A DParse.java107 error("Unexpect end-of-file");
119 error("Expected value after: " + name + " =");
142 error("Invalid kind: " + kind);
150 error(exc.toString());
153 error(exc.toString());
158 error("Expected kind identifier, got " + izer.ttype +
165 error("Unexpected character: '" + (char)izer.ttype + "'");
170 void error(String errmsg) { method in class:Parse
/openjdk7/jdk/src/share/back/
H A DClassLoaderReferenceImpl.c44 jvmtiError error; local
49 error = allClassLoaderClasses(loader, &classes, &count);
50 if (error != JVMTI_ERROR_NONE) {
51 outStream_setError(out, map2jdwpError(error));
H A DThreadGroupReferenceImpl.c102 jvmtiError error; local
108 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadGroupChildren)(gdata->jvmti, group,
111 if (error != JVMTI_ERROR_NONE) {
112 outStream_setError(out, map2jdwpError(error));
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.hpp56 // string representation of error
57 char* error() const { return _error; } function in class:HeapDumper
58 void set_error(char* error);
77 // returns error message (resource allocated), or NULL if no error
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DConsoleErrorReporter.java60 public void error(SAXParseException e) { method in class:ConsoleErrorReporter

Completed in 160 milliseconds

1234567891011>>