Searched refs:error (Results 251 - 275 of 894) sorted by relevance

<<11121314151617181920>>

/openjdk7/langtools/test/tools/javap/4870651/
H A DT4870651.java74 error(expect + " not found");
78 void error(String msg) { method in class:T4870651
/openjdk7/langtools/test/tools/javap/
H A DT4880663.java79 error(expect + " not found");
83 void error(String msg) { method in class:T4880663
H A DT4880672.java43 verify("C", ""); // must not give error if no InnerClasses attribute
52 error(expect + " not found");
56 void error(String msg) { method in class:T4880672
76 throw new Error("javap reported error.");
H A DT4975569.java56 error(expect + " not found");
60 void error(String msg) { method in class:T4975569
H A DT6271787.java80 error(expect + " not found");
84 void error(String msg) { method in class:T6271787
H A DT6868539.java63 error(expect + " not found");
67 void error(String msg) { method in class:T6868539
/openjdk7/jdk/make/tools/src/build/tools/jdwpgen/
H A DSelectNode.java47 error("Select must be based on 'int' or 'byte'");
50 error("empty");
57 error("Select must have at least two options");
64 error("Select must consist of selector followed by Alt items");
75 error("Internal - called SelectNode.docType()");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DCodeModelClassFactory.java84 // report the error
85 errorReceiver.error( new SAXParseException(
105 // report the error
106 errorReceiver.error( new SAXParseException(
109 errorReceiver.error( new SAXParseException(
115 errorReceiver.error( new SAXParseException(
121 errorReceiver.error( new SAXParseException(
131 * Create a dummy class to recover from an error.
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6373555.java45 private static volatile boolean error = false; field in class:B6373555
64 if (error) {
65 throw new Exception ("error in test");
76 if (error) {
77 throw new Exception ("error in test");
80 throw new Exception ("error in test: timed out");
118 error = true;
130 error = true;
/openjdk7/jdk/src/solaris/bin/
H A Djexec.c97 static const char * UNKNOWN_ERROR = "unknown error";
124 void errorExit(int error, const char * message);
221 * implies an error in the exec. */
232 * error - errno is set to this value, and it is used to exit.
235 void errorExit(int error, const char * message) { argument
236 if (error != 0) {
237 errno = error;
241 exit((error == 0) ? 0 : 1);
/openjdk7/langtools/test/tools/javac/scope/7046348/
H A DEagerInterfaceCompletionTest.java67 error("Unexpected completion failure" +
72 error("Missing completion failure " +
89 error("Internal compilation error");
96 error("Expected file " + classToRemove + " does not exists in folder " + testDir);
101 void error(String msg) { method in class:EagerInterfaceCompletionTest
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXObject.java231 * Cast result object to a number. Always issues an error.
240 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NUMBER,
259 * Cast result object to a boolean. Always issues an error.
268 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NUMBER,
405 * Cast result object to a nodelist. Always issues an error.
414 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NODELIST,
432 * Cast result object to a nodelist. Always issues an error.
441 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NODELIST,
448 * Cast result object to a nodelist. Always issues an error.
457 error(XPATHErrorResource
684 protected void error(String msg) method in class:XObject
699 protected void error(String msg, Object[] args) method in class:XObject
[all...]
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DFileDispatcherImpl.c60 int error = GetLastError(); local
61 if (error == ERROR_BROKEN_PIPE) {
64 if (error == ERROR_NO_DATA) {
108 int error = GetLastError(); local
109 if (error == ERROR_BROKEN_PIPE) {
112 if (error == ERROR_NO_DATA) {
164 int error = GetLastError(); local
165 if (error == ERROR_BROKEN_PIPE) {
168 if (error == ERROR_NO_DATA) {
328 int error local
408 int error = GetLastError(); local
[all...]
/openjdk7/langtools/make/tools/CompileProperties/
H A DCompileProperties.java67 void error(String msg, Exception e); method in interface:CompileProperties.Log
84 public void error(String msg, Exception e) {
114 log.error("options parsed but no files to compile", null);
162 log.error("The -optionsfile file is empty", null);
168 log.error("Cannot read all of -optionsfile file", null);
173 log.error("cannot open " + filename, e);
181 log.error("cannot close " + filename, e);
196 log.error("argument error", null);
212 log.error("Canno
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DChoose.java68 ErrorMsg error = null;
84 error = new ErrorMsg(ErrorMsg.MULTIPLE_OTHERWISE_ERR, this);
85 getParser().reportError(Constants.ERROR, error);
91 // It is an error if we find some other element here
93 error = new ErrorMsg(ErrorMsg.WHEN_ELEMENT_ERR, this);
94 getParser().reportError(Constants.ERROR, error);
100 error = new ErrorMsg(ErrorMsg.MISSING_WHEN_ERR, this);
101 getParser().reportError(Constants.ERROR, error);
/openjdk7/langtools/test/tools/javac/api/
H A DT6838467.java78 error("fileSystemIsCaseSignificant is set on Windows.");
104 error("expected fileobject classes not found\n"
159 error("hashCode error: " + fo1 + " [" + hash1 + "] "
165 error("no files found for file manager 1");
167 error("no files found for file manager 2");
170 error("expected matches not found: expected " + expectEqualCount + ", found " + foundEqualCount);
220 void error(String msg) { method in class:T6838467
H A DTestContainTypes.java172 private void error(String msg) { method in class:TestContainTypes.ContainTypesTester
183 error("no anno found/wrong number of annotations found: " + annotations.size());
188 error("no annotated element found/wrong number of annotated elements found: " + annoElems.size());
192 error("annotated element must be a method");
196 error("annotated method must have 2 arguments");
202 error("parameter type must be generic in one type-variable");
208 error("bad type containment result\n" +
/openjdk7/langtools/test/tools/javac/diags/
H A DCheckExamples.java71 error("Example " + e + " declares key " + k + " but does not generate it");
75 error("Example " + e + " generates key " + k + " but does not declare it");
79 error("Example " + e + " declares key " + k + " which is also on the \"not yet\" list");
90 error("Key " + dk + " is declared in tests but is not a valid key in resource bundle");
95 error("Key " + nk + " is declared in not-yet list but is not a valid key in resource bundle");
100 error("Key " + rk + " is declared in resource bundle but is not in tests or not-yet list");
183 * Report an error.
185 void error(String msg) { method in class:CheckExamples
/openjdk7/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicMarkableReference.java207 NoSuchFieldError error = new NoSuchFieldError(field);
208 error.initCause(e);
209 throw error;
H A DAtomicStampedReference.java208 NoSuchFieldError error = new NoSuchFieldError(field);
209 error.initCause(e);
210 throw error;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DAnnotationParser.java91 errorListener.error(null,Messages.OPERAND_MISSING.format(Const.CONFIG_FILE_OPTION));
98 errorListener.error(null,Messages.NON_EXISTENT_FILE.format());
113 errorListener.error(e.getMessage(),e);
115 // the error should have already been reported
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DVersionChecker.java93 // we have both @version and @jaxb:version. error.
96 getErrorHandler().error(e);
119 getErrorHandler().error(e);
125 getErrorHandler().error(e);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DVersionChecker.java99 // we have both @version and @jaxb:version. error.
102 getErrorHandler().error(e);
121 getErrorHandler().error(e);
128 getErrorHandler().error(e);
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest14.java106 error = !output.equals (test_output);
109 if (error ) {
110 throw new RuntimeException ("test failed error");
116 public static boolean error = false; field in class:Test14
/openjdk7/jdk/test/java/nio/charset/coders/
H A DCheck.java82 private void error() { method in class:Check
95 error();
108 error();
142 throw new RuntimeException(errors + " error(s) occurred");

Completed in 526 milliseconds

<<11121314151617181920>>