Searched refs:err (Results 276 - 300 of 1846) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DUseCustomSocketFactory.java80 System.err.println("\nCreate Test-->");
94 System.err.println("\nusing protocol: " +
122 System.err.println("Bound to " + echo[i]);
128 System.err.println("Result: " + new String(result));
150 System.err.println("\nReactivate Test-->");
154 System.err.println("\nusing protocol: " +
161 System.err.println("Result: " + new String(result));
/openjdk7/langtools/test/tools/javac/
H A DVersionOpt.java53 System.err.println("javac not found in tools.jar: " + javacURL);
54 System.err.println("rest of test skipped");
65 System.err.println("javac not found in tools.jar: " + javacHome);
66 System.err.println("rest of test skipped");
96 System.err.println("error: unexpected value for " + kind);
97 System.err.println("expect: >>" + expect + "<<");
98 System.err.println(" found: >>" + found + "<<");
/openjdk7/jdk/test/com/sun/jmx/snmp/
H A DSnmpOidHashCode.java76 System.err.println("WARNING: can't load "+SNMP_OID_CLASS_NAME);
79 System.err.println("WARNING: can't load "+SNMP_OID_CLASS_NAME);
121 System.err.println("WARNING: "+
123 System.err.println(SnmpOidHashCode.class.getName()+
138 System.err.println("OIDs differ but " +
145 System.err.println("OIDs are equal but " +
155 System.err.println("OIDs are equal but " +
179 System.err.println("*** -----------------------------------");
180 System.err.println("*** Test SnmpOidHashCode failed: " +
183 System.err
[all...]
/openjdk7/jdk/test/java/awt/Multiscreen/DeviceIdentificationTest/
H A DDeviceIdentificationTest.java87 System.err.println("--- Devices: ---");
89 System.err.println("Device["+i+"]= "+ gd);
90 System.err.println(" bounds = "+
94 System.err.println("-------------------");
104 System.err.println("--- My Device ---");
105 System.err.println("Device = "+ gd);
106 System.err.println(" bounds = "+
117 System.err.println("--- Creating FS Frame on Device ---");
118 System.err.println("Device = "+ gd);
119 System.err
[all...]
/openjdk7/jdk/test/java/rmi/activation/rmidViaInheritedChannel/
H A DRmidViaInheritedChannel.java58 System.err.println("notification received.");
73 System.err.println("export callback object and bind in registry");
85 System.err.println("start rmid with inherited channel");
87 rmid = RMID.createRMID(System.out, System.err, true, false,
97 System.err.println("get activation system");
99 System.err.println("ActivationSystem = " + system);
105 System.err.println("TEST PASSED");
161 System.err.println("RmidSelectorProvider.inheritedChannel");
171 System.err.println("serverSocket = " + serverSocket);
177 System.err
[all...]
/openjdk7/jdk/test/java/util/Objects/
H A DBasicObjectsTest.java59 System.err.printf("When equating %s to %s, got %b instead of %b%n.",
88 System.err.printf("When equating %s to %s, got %b instead of %b%n.",
155 System.err.printf("When comparing %s to %s, got %d instead of %d%n.",
169 System.err.printf("1-arg non-null failed to return its arg");
173 System.err.printf("1-arg nonNull threw unexpected NPE");
179 System.err.printf("1-arg nonNull failed to throw NPE");
189 System.err.printf("2-arg nonNull failed to return its arg");
193 System.err.printf("2-arg nonNull threw unexpected NPE");
199 System.err.printf("2-arg nonNull failed to throw NPE");
203 System.err
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DDebugServer.java105 System.err.println("Attaching to process ID " + pid + " and starting RMI services, please wait...");
108 System.err.println("Attaching to core " + coreFileName +
115 System.err.print("Error attaching to process or starting server: ");
117 System.err.print("Error attaching to core file or starting server: ");
130 System.err.println("Debugger attached and RMI services started.");
/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DSerializeWithException.java38 System.err.println("\nRegression test for testing of " +
87 System.err.println("\nIOException did not occur at " +
92 System.err.println("\n " + exception.toString() +
97 System.err.println("\nTEST PASSED");
99 System.err.print("TEST FAILED: ");
H A DValidateClass.java34 System.err.println("\nRegression test for validation of callbacks \n");
68 System.err.println("\nTEST FAILED: Validation callbacks did " +
73 System.err.println("\nTEST PASSED");
75 System.err.print("TEST FAILED: ");
126 System.err.println("\nTEST FAILED: Validations called out " +
H A DArraysOfArrays.java35 System.err.println("\nRegression test for testing of " +
91 System.err.println("\nByte array mismatch [" +
104 System.err.println("\nshort array mismatch [" +
116 System.err.println("\nchar array mismatch [" +
128 System.err.println("\nint array mismatch [" +
140 System.err.println("\nlong array mismatch [" +
152 System.err.println("\nboolean array mismatch [" +
164 System.err.println("\nfloat array mismatch [" +
176 System.err.println("\ndouble array mismatch [" +
188 System.err
[all...]
/openjdk7/jdk/test/java/rmi/activation/Activatable/elucidateNoSuchMethod/
H A DElucidateNoSuchMethod.java104 System.err.println("Create activation group in this VM");
111 System.err.println("Creating descriptor");
115 System.err.println("Registering descriptor");
118 System.err.println("Activate object via method call");
129 System.err.println("\ntest passed for 4128620\n");
/openjdk7/jdk/test/java/rmi/activation/ActivateFailedException/activateFails/
H A DActivateFails.java84 System.err.println("\nRegression test for bug 4097135\n");
109 System.err.println("creating activation descriptor...");
131 System.err.println("registering activation descriptor...");
135 System.err.println("invoking method on activatable object...");
144 System.err.println("\nsuccess: ActivateFailedException " +
/openjdk7/jdk/test/java/rmi/server/serverStackTrace/
H A DSuppressStackTraces.java96 System.err.println("\nRegression test for RFE 4487532\n");
110 System.err.println(
125 System.err.println("testing stub for exported object: " + stub);
132 System.err.println(
135 System.err.println();
/openjdk7/jdk/test/java/rmi/transport/readTimeout/
H A DReadTimeoutTest.java63 System.err.println("(installing socket factory)");
71 System.err.println("(exporting remote object)");
83 System.err.println("(connecting to listening port on 127.0.0.1:" +
101 System.err.println("TEST PASSED.");
140 System.err.println("TEST FAILED: " +
/openjdk7/jdk/test/java/util/Calendar/
H A DBug7017458.java35 static volatile boolean err = false; field in class:Bug7017458
43 err = true;
46 if (err) {
98 err = true;
120 err = true;
/openjdk7/jdk/test/sun/security/krb5/
H A DPAData.java68 String err = "";
73 err += "Test 1 fails.\n";
79 err += "Test 2 fails.\n";
83 if (err != "") {
84 throw new Exception(err);
/openjdk7/corba/src/share/classes/sun/corba/
H A DBridge.java102 Error err = new Error( "java.io.ObjectInputStream" +
104 err.initCause(nsme) ;
105 throw err ;
128 Error err = new Error( "Could not access Unsafe" ) ;
129 err.initCause( exc ) ;
130 throw err ;
141 Error err = new Error( "Could not access Unsafe" ) ;
142 err.initCause( t ) ;
143 throw err ;
192 Error err
[all...]
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiOut.c33 char* MIDI_OUT_GetErrorStr(INT32 err) { argument
34 return (char *) MIDI_Utils_GetErrorMsg((int) err);
93 OSStatus err = noErr; local
175 err = MIDISend(macHandle->port, (MIDIEndpointRef) (intptr_t) handle->deviceHandle, packetList);
179 return (err == noErr ? MIDI_SUCCESS : -1);
184 OSStatus err = noErr; local
220 err = MIDISend(macHandle->port, (MIDIEndpointRef) (intptr_t) handle->deviceHandle, packetList);
221 if (err != noErr) {
235 return (err == noErr ? MIDI_SUCCESS : -1);
H A DPLATFORM_API_MacOSX_MidiUtils.c83 static const char* midi_strerror(int err) { argument
92 switch (err) {
142 const char* MIDI_Utils_GetErrorMsg(int err) { argument
143 return midi_strerror(err);
147 void MIDI_Utils_PrintError(int err) { argument
149 const char* s = MIDI_Utils_GetErrorMsg(err);
436 OSStatus err = noErr; local
438 err = MIDIClientCreate(CFSTR("MIDI Client"), NULL, NULL, &client);
439 if (err != noErr) { goto Exit; }
443 err
465 int err = MIDI_ERROR_NONE; local
512 int err = MIDI_ERROR_NONE; local
545 OSStatus err = noErr; local
581 OSStatus err = noErr; local
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DJITDebug.java155 inThread.start(); // transfer all in&err
192 System.err.flush();
193 System.err.println("Unknown transportMethod: " + transportMethod + " - hanging");
194 System.err.flush();
205 System.err.flush();
206 System.err.println("No attaching connector matching: " + connectorName + " - hanging");
207 System.err.flush();
226 System.err.flush();
227 System.err.println("Exception: " + exc + " - hanging");
228 System.err
[all...]
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DMapTest.java42 private static PrintStream err = System.err; field in class:MapTest
54 err.println("Test file " + blah + " initialized");
56 err.println("Zero size: OK");
58 err.println("Read: OK");
60 err.println("Write: OK");
62 err.println("High offset: OK");
132 err.println("I expected "+expectedResult);
133 err.println("I got "+result);
/openjdk7/langtools/test/tools/javac/processing/filer/
H A DTestGetResource2.java50 System.err.println("got compiler from " +
53 System.err.println("got compiler from " + cs.getLocation());
62 System.err.println("testSingleSourceDir");
75 System.err.println("javac result with single source dir: " + result);
80 System.err.println("testCompositeSearchPath");
94 System.err.println("javac result with composite source path: " + result);
99 System.err.println("testMissingResource");
111 System.err.println("javac result when missing resource: " + result);
163 System.err.println(msg);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesImpl.java203 ErrorMsg err = new ErrorMsg(ErrorMsg.DESERIALIZE_TRANSLET_ERR);
204 throw new UnsupportedOperationException(err.toString());
326 ErrorMsg err = new ErrorMsg(ErrorMsg.NO_TRANSLET_CLASS_ERR);
327 throw new TransformerConfigurationException(err.toString());
359 ErrorMsg err= new ErrorMsg(ErrorMsg.NO_MAIN_TRANSLET_ERR, _name);
360 throw new TransformerConfigurationException(err.toString());
364 ErrorMsg err = new ErrorMsg(ErrorMsg.TRANSLET_CLASS_ERR, _name);
365 throw new TransformerConfigurationException(err.toString());
368 ErrorMsg err = new ErrorMsg(ErrorMsg.TRANSLET_OBJECT_ERR, _name);
369 throw new TransformerConfigurationException(err
[all...]
/openjdk7/jdk/make/tools/src/build/tools/hasher/
H A DHasher.java50 static final PrintStream err = System.err; field in class:Hasher
65 err.println("usage: java Hasher [options] [[pkgName.]ClassName]");
66 err.println("options:");
67 err.println(" -e generate empty table (ignores value exprs)");
68 err.println(" -i generate a static inner class");
69 err.println(" -md depth max chain depth (default 3)");
70 err.println(" -mb bits max index bits (lg of table size, default 10)");
71 err.println(" -t type value type (default String)");
72 err
[all...]
/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAppleScriptExecutionContext.m75 NSDictionary *err = nil;
76 NSAppleScript *script = [[[NSAppleScript alloc] initWithContentsOfURL:url error:(&err)] autorelease];
77 if (err != nil) self.error = err;
128 NSDictionary *err = nil;
130 desc = [script executeAndReturnError:(&err)];
132 desc = [script executeAppleEvent:fxnInvkEvt error:(&err)];
136 if (err != nil) {
137 self.error = err;

Completed in 139 milliseconds

<<11121314151617181920>>