Searched refs:err (Results 301 - 325 of 1846) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/sun/nio/cs/
H A DTestISO2022CNDecoder.java69 System.err.print(label + ": read failed, char " + i);
70 System.err.print(" ... expected 0x"
73 System.err.println(", got EOF");
75 System.err.println(", got 0x"
85 System.err.println(label + ": read failed, no EOF");
86 System.err.println("testChar is " +
94 System.err.println(label + ": read failed, char " + i);
106 System.err.println(label + ": directBuffer failed, ");
110 System.err.println(label + ": decoder's decode() failed!");
116 System.err
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPlatform.java172 if(Printer.err)Printer.err("Security exception loading main native library. JavaSound requires access to these resources.");
199 if (Printer.err) Printer.err("Loaded unknown lib '"+lib+"' successfully.");
202 if (Printer.err) Printer.err("Couldn't load library "+lib+": "+t.toString());
/openjdk7/jdk/test/com/sun/security/sasl/
H A DClientCallbackHandler.java68 System.err.println(rcb.getPrompt());
75 System.err.println(j + ":" + choices[j]);
83 System.err.print("Enter choice number: ");
103 System.err.print(rcb.getPrompt());
105 System.err.print(rcb.getPrompt() + " [" + realm + "] ");
108 System.err.flush();
/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DClientCallbackHandler.java68 System.err.println(rcb.getPrompt());
75 System.err.println(j + ":" + choices[j]);
83 System.err.print("Enter choice number: ");
103 System.err.print(rcb.getPrompt());
105 System.err.print(rcb.getPrompt() + " [" + realm + "] ");
108 System.err.flush();
/openjdk7/jdk/test/java/io/RandomAccessFile/
H A DReadWritePrimitives.java42 // System.err.println("Time taken="+(finish-start));
46 // System.err.println("Time taken="+(finish-start));
50 // System.err.println("Time taken="+(finish-start));
54 // System.err.println("Time taken="+(finish-start));
70 System.err.println("An error occurred. Read:" + r
77 System.err.println("An error occurred. Read:" + rmax);
95 System.err.println("An error occurred. Read:" + r
117 System.err.println("An error occurred. Read:" + r
124 System.err.println("An error occurred. Read:" + rmax);
142 System.err
[all...]
H A DWriteBytesChars.java53 System.err.println("Test succeeded.");
68 System.err.println("Test succeeded.");
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DBasicAccept.java72 super("Server", System.err);
109 System.err.println("Connected");
112 System.err.println("Connection pending...");
118 System.err.println("Not finished");
127 System.err.println("Finished connecting");
135 System.err.println("Read from server");
/openjdk7/jdk/test/java/rmi/Naming/legalRegistryNames/
H A DLegalRegistryNames.java59 System.err.println("\nRegression test for bug/rfe 4254808\n");
73 System.err.println("Starting registry on default port");
86 System.err.println("\ntesting form: " + s);
97 System.err.println("\tRegistry entry for form: " +
104 System.err.println("\tform " + s + " OK");
110 System.err.println("\tunexpected lookup or unbind " +
/openjdk7/jdk/test/sun/security/util/Oid/
H A DOidFormat.java114 System.err.println("Trying " + Arrays.toString(ints));
119 System.err.println(ioe);
124 System.err.println("Trying " + Arrays.toString(ints));
136 System.err.println("Trying " + s);
151 System.err.println("Trying " + s);
156 System.err.println(ioe);
/openjdk7/langtools/test/tools/javadoc/6227454/
H A DTest.java61 System.err.println("test " + testNum);
86 System.err.println(out);
87 System.err.println("javadoc exit: rc=" + rc);
122 System.err.println("Error: " + msg);
132 System.err.println("text: '" + text + "'");
134 System.err.println("text: '"
/openjdk7/langtools/test/tools/javadoc/6958836/
H A DTest.java57 System.err.println("Test " + (++count) + ": " + pkg + " " + testOpts);
81 System.err.println("rc: " + rc);
85 System.err.println("Errors:\n" + errOut);
88 System.err.println("Warnings:\n" + warnOut);
91 System.err.println("Notes:\n" + noteOut);
114 System.err.println(msg);
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiBootstrapTest.java339 final String err = "Connection failed for " + crinfo +
341 System.out.println(err);
342 log.trace("testCommunication",err);
353 final String err = "Connection failed for " + crinfo +
355 System.out.println(err);
356 log.trace("testCommunication",err);
386 final String err = "Expected failure didn't occur for " +
388 System.out.println(err);
393 final String err = "Communication failed with " + crinfo +
395 System.out.println(err);
[all...]
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java41 err.println(msg);
78 err.println("corrupted ENDSIZ");
83 err.println("corrupted ENDOFF");
88 err.println("corrupted CENSIG");
93 err.println("corrupted CENFLG");
98 err.println("corrupted CENNAM 1");
103 err.println("corrupted CENNAM 2");
108 err.println("corrupted CENNAM 3");
114 err.println("corrupted CENEXT 1");
119 err
[all...]
/openjdk7/langtools/test/tools/javac/file/
H A DT7068451.java60 System.err.println("using " + compiler.getClass() + " from " + compiler.getClass().getProtectionDomain().getCodeSource());
74 System.err.println();
75 System.err.println("FIRST compilation");
76 System.err.println();
87 System.err.println();
88 System.err.println("SECOND compilation");
89 System.err.println();
98 System.err.println();
99 System.err.println("SECOND compilation, REPEATED");
100 System.err
[all...]
/openjdk7/jdk/test/java/math/BigDecimal/
H A DZeroScalingTests.java71 System.err.println("For classic exact add, expected scale of " +
78 System.err.println("For UNLIMITED math context add," +
86 System.err.println("For longEnough math context add," +
111 System.err.println("\n " + element + " +\t" + zero + " =\t" + result);
113 System.err.println("scales" + element.scale() + " \t" + zero.scale() +
115 System.err.println("expected scale = " + preferredScale);
122 System.err.println("Expected scale " + preferredScale +
131 System.err.println("Expected scale " + preferredScale +
140 System.err.println("Expected scale " + preferredScale +
149 System.err
[all...]
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_PCM.cpp433 OSStatus err; local
447 err = AudioConverterNew(inFormat, outFormat, &converter);
449 if (err || converter == NULL) {
450 OS_ERROR1(err, "Resampler::Init (AudioConverterNew), converter=%p", converter);
459 err = AudioConverterGetProperty(converter, kAudioConverterPrimeInfo, &sizePrime, &primeInfo);
460 if (err) {
461 OS_ERROR0(err, "Resampler::Init (get kAudioConverterPrimeInfo)");
508 OSStatus err; local
521 err = AudioConverterFillComplexBuffer(converter, ConverterInputProc, &data, &packets, &abl, NULL);
532 } while (err
630 OSStatus err; local
746 OSStatus err = AudioUnitRender(device->audioUnit, ioActionFlags, inTimeStamp, inBusNumber, inNumberFrames, &abl); local
809 OSStatus err = GetAudioObjectProperty(audioDeviceID, kAudioUnitScope_Global, kAudioDevicePropertyDeviceName, 256, &name, 0); local
827 OSStatus err = noErr; local
890 OSStatus err; local
933 OSStatus err = AudioOutputUnitStart(device->audioUnit); local
946 OSStatus err = AudioOutputUnitStop(device->audioUnit); local
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCLHSDB.java90 CommandProcessor cp = new CommandProcessor(di, in, System.out, System.err);
158 System.err.print("Unable to parse process ID \"" + pidText + "\".\nPlease enter a number.");
162 System.err.println("Attaching to process " + pid + ", please wait...");
171 System.err.println("Unable to connect to process ID " + pid + ":\n\n" + errMsg);
184 System.err.println("Opening core file, please wait...");
193 System.err.println("Unable to open core file\n" + corePath + ":\n\n" + errMsg);
206 System.err.println("Connecting to debug server, please wait...");
212 System.err.println("Unable to connect to machine \"" + remoteMachineName + "\":\n\n" + errMsg);
/openjdk7/hotspot/src/os/windows/vm/
H A DvmError_windows.cpp73 VMError err(NULL, exception_code, NULL,
75 err.report_and_die();
/openjdk7/jdk/test/java/awt/Modal/SupportedTest/
H A DSupportedTest.java53 System.err.println("Error: modality type " + mt + " is not supported\n" +
69 System.err.println("Error: modal exclusion type " + et + "is not supported\n" +
/openjdk7/jdk/test/java/awt/Window/Grab/
H A DGrabTest.java124 System.err.println("Failure: [1] Press inside of Window (on Button) caused ungrab");
134 System.err.println("Failure: [2] Press inside of Window caused ungrab");
143 System.err.println("Failure: [3] Press inside of Frame didn't cause ungrab");
153 System.err.println("Failure: [4] Press inside of Frame's title didn't cause ungrab");
165 System.err.println("Failure: [5] Press inside of other Frame's title didn't cause ungrab");
170 System.err.println("Error: Frame can't be focused");
186 System.err.println("Failure: [6] Press on the outside area didn't cause ungrab");
197 System.err.println("Failure: [7] Window disposal didn't cause ungrab");
/openjdk7/jdk/test/java/awt/xembed/server/
H A DRunTestXEmbed.java74 System.err.println("Test for " + test.getName() + " has started.");
105 System.err.println("Performing single test " + args[0]);
108 System.err.println("Test " + args[0] + " has failed");
110 System.err.println("Test " + args[0] + " has passed");
119 System.err.println("Performing " + meth.getName());
128 System.err.println("Some tests have failed:");
132 System.err.println(meth.getName());
136 System.err.println("All PASSED");
/openjdk7/jdk/test/java/io/ByteArrayInputStream/
H A DSkip.java37 System.err.println("\nCurrently at pos = " + curpos +
52 System.err.println("actual number skipped: "+ skipped);
/openjdk7/jdk/test/java/io/File/
H A DListNull.java39 System.err.println("-- " + what);
41 System.err.println(fs[i]);
/openjdk7/jdk/test/java/io/Serializable/badSubstByReplace/
H A DBadSubstByReplace.java49 System.err.println("replaceObject(" + obj.toString() + ") with " +
69 System.err.println("Caught expected exception " + e.toString());
/openjdk7/jdk/test/java/io/Serializable/misplacedArrayClassDesc/
H A DMisplacedArrayClassDesc.java48 System.err.println("\nRegression test for CR6313687");
74 System.err.println("\nTest passed");

Completed in 132 milliseconds

<<11121314151617181920>>