Searched refs:err (Results 426 - 450 of 1846) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/native/sun/security/krb5/
H A Dnativeccache.c75 static void printiferr (errcode_t err, const char *format, ...);
276 krb5_error_code err = 0; local
284 err = krb5_init_context (&kcontext);
286 if (!err) {
287 err = krb5_cc_default (kcontext, &ccache);
290 if (!err) {
291 err = krb5_cc_set_flags (kcontext, ccache, flags); /* turn off OPENCLOSE */
294 if (!err) {
295 err = krb5_cc_start_seq_get (kcontext, ccache, &cursor);
298 if (!err) {
459 int err = krb5_unparse_name (kcontext, principalName, &principalString); local
563 printiferr(errcode_t err, const char *format, ...) argument
[all...]
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp114 OSStatus err = noErr; local
123 err = GetAudioObjectPropertySize(kAudioObjectSystemObject, kAudioObjectPropertyScopeGlobal,
125 if (err == noErr) {
128 err = GetAudioObjectProperty(kAudioObjectSystemObject, kAudioObjectPropertyScopeGlobal,
130 if (err == noErr) {
147 err = GetAudioObjectPropertySize(mixer->deviceID, kAudioObjectPropertyScopeGlobal,
149 if (err == noErr) {
152 err = GetAudioObjectProperty(mixer->deviceID, kAudioObjectPropertyScopeGlobal,
154 if (err == noErr) {
238 OSStatus err; local
316 OSStatus err = GetAudioObjectProperty(streamID, kAudioObjectPropertyScopeGlobal, local
372 OSStatus err = GetAudioObjectProperty(streamID, kAudioObjectPropertyScopeGlobal, local
383 OSStatus err = GetAudioObjectProperty(mixer->deviceID, kAudioObjectPropertyScopeGlobal, local
463 OSStatus err; local
614 OSStatus err = AudioObjectGetPropertyData(mixer->deviceID, &address, 0, NULL, &size, &cfname); local
671 OSStatus err = GetAudioObjectProperty(control->audioControls[i]->controlID, local
703 OSStatus err = SetAudioObjectProperty(control->audioControls[i]->controlID, local
723 OSStatus err = GetAudioObjectProperty(control->audioControls[i]->controlID, local
741 OSStatus err = SetAudioObjectProperty(control->audioControls[i]->controlID, local
[all...]
/openjdk7/hotspot/test/compiler/6982370/
H A DTest6982370.java59 System.err.println("a[" + j + "] = " + a[j] + " != " + value + " for " + a.length);
78 System.err.println("a[" + j + "] = " + a[j] + " != " + value + " for " + a.length);
95 System.err.println("a[" + j + "] = " + a[j] + " != " + value + " for " + a.length);
113 System.err.println("a[" + j + "] = " + a[j] + " != " + value + " for " + a.length);
132 System.err.println("a[" + j + "] = " + a[j] + " != " + value + " for " + a.length);
/openjdk7/jdk/test/java/awt/Multiscreen/UpdateGCTest/
H A DUpdateGCTest.java117 System.err.println("Unknown exception caught");
118 z.printStackTrace(System.err);
129 System.err.println("GC for component (" + c + ") is not updated");
130 System.err.println("Right GC: " + gc);
131 System.err.println("Component GC: " + c.getGraphicsConfiguration());
/openjdk7/jdk/test/java/io/OutputStream/
H A DWriteParams.java58 System.err.println("Error:IndexOutOfBoundsException thrown"+
63 /* System.err.println("PassE: " + off[i] + " " + len[i]); */
67 System.err.println("Error: OutOfMemoryError in write(b, " +
74 System.err.println("Error:No IndexOutOfBoundsException thrown"+
79 /* System.err.println("Pass: " + off[i] + " " + len[i]); */
86 System.err.println("Successfully completed bounds tests on " + out);
96 System.err.println("SuccessFully completed null b test on " + out);
/openjdk7/jdk/test/javax/management/relation/
H A DNonArrayListTest.java98 System.err.println("Exception for " + testName);
119 System.err.println("Exception for " + testName);
129 System.err.println("Exception for " + testName);
139 System.err.println("Exception for " + testName);
147 System.err.println("SOME TESTS FAILED");
/openjdk7/jdk/test/sun/java2d/X11SurfaceData/SharedMemoryPixmapsTest/
H A DSharedMemoryPixmapsTest.java66 System.err.println("Usage: SharedMemoryPixmapsTest [-show]");
110 System.err.println("Test Passed");
112 System.err.println("Test Failed");
139 System.err.println("Incorrect pixel" + " at "
145 System.err.println("Test Failed");
/openjdk7/jdk/src/share/classes/sun/misc/
H A DQueue.java132 System.err.println(">> "+msg);
133 System.err.println("["+length+" elt(s); head = "+
139 System.err.println(" "+cursor);
144 System.err.println(" tail != last: "+tail+", "+last);
146 System.err.println("]");
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirClient.java95 System.err.println("Bad number of arguments: usage is: \n\t" +
102 System.err.println("No such host: " + args[0]+
106 System.err.println("Bad address: " + args[0]+
112 System.err.println("Bad port value: " + args[1]+
117 System.err.println("Bad argument: " + args[1]+
/openjdk7/langtools/test/tools/javac/processing/environment/round/
H A DTestElementsAnnotatedWith.java97 System.err.println("Results: " + resultsMeta);
101 System.err.printf("Bad number of elements; expected %d, got %d%n",
108 System.err.println("Name ``" + simpleName + "'' not expected.");
118 System.err.println("Base and Meta sets unequal;\n meta: " + resultsMeta +
123 System.err.println("AnnotatedElementInfo: " + annotatedElementInfo);
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c355 int err; local
357 RESTARTABLE(close((int)fd), err); local
407 int err; local
411 RESTARTABLE(stat64(path, &buf), err); local
412 if (err == -1) {
423 int err; local
427 RESTARTABLE(lstat64(path, &buf), err); local
428 if (err == -1) {
439 int err; local
442 RESTARTABLE(fstat64((int)fd, &buf), err); local
454 int err; local
474 int err; local
487 int err; local
489 RESTARTABLE(fchmod((int)filedes, (mode_t)mode), err); local
500 int err; local
503 RESTARTABLE(chown(path, (uid_t)uid, (gid_t)gid), err); local
512 int err; local
515 RESTARTABLE(lchown(path, (uid_t)uid, (gid_t)gid), err); local
524 int err; local
526 RESTARTABLE(fchown(filedes, (uid_t)uid, (gid_t)gid), err); local
536 int err; local
546 RESTARTABLE(utimes(path, &times[0]), err); local
557 int err = 0; local
566 RESTARTABLE(futimes(filedes, &times[0]), err); local
613 int err; local
616 RESTARTABLE(closedir(dirp), err); local
681 int err; local
685 RESTARTABLE(link(existing, newname), err); local
817 int err; local
830 int err; local
835 RESTARTABLE(statvfs64(path, &buf), err); local
850 long err; local
864 long err; local
877 int err; local
880 RESTARTABLE(mknod(path, (mode_t)mode, (dev_t)dev), err); local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/callback/
H A DTextCallbackHandler.java105 System.err.println(text);
112 System.err.print(nc.getPrompt());
114 System.err.print(nc.getPrompt() +
117 System.err.flush();
129 System.err.print(pc.getPrompt());
130 System.err.flush();
230 System.err.println(prompt);
236 System.err.println(
241 System.err.println(
246 System.err
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvFill.java32 System.err.println("usage: <filledFile> <stubFile> <resultFile>");
125 System.err.println("Warning: function " + name + " missing from filled file");
134 System.err.println("Warning: function " + name +
136 System.err.println(" old (filled): " + filledFunc.args);
137 System.err.println(" new (stub): " + args);
182 System.err.println("Fatal error parsing file: " + fn);
183 System.err.println("Line number: " + in.getLineNumber());
184 System.err.println("Error message: " + msg);
185 System.err.println("Source line: " + line);
240 System.err
[all...]
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_MidiIn.c75 char* MIDI_IN_GetErrorStr(INT32 err) { argument
76 return (char*) getErrorStr(err);
181 int err; local
204 err = snd_rawmidi_read((snd_rawmidi_t*) handle->deviceHandle, buffer, 1);
206 if (err != 1) {
207 ERROR2("< ERROR: MIDI_IN_GetMessage(): snd_rawmidi_read() returned %d : %s\n", err, snd_strerror(err));
211 err = snd_midi_event_encode_byte((snd_midi_event_t*) handle->platformData,
214 if (err == 1) {
216 } else if (err <
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_MidiIn.c75 char* MIDI_IN_GetErrorStr(INT32 err) { argument
76 return (char*) getErrorStr(err);
181 int err; local
204 err = snd_rawmidi_read((snd_rawmidi_t*) handle->deviceHandle, buffer, 1);
206 if (err != 1) {
207 ERROR2("< ERROR: MIDI_IN_GetMessage(): snd_rawmidi_read() returned %d : %s\n", err, snd_strerror(err));
211 err = snd_midi_event_encode_byte((snd_midi_event_t*) handle->platformData,
214 if (err == 1) {
216 } else if (err <
[all...]
/openjdk7/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DDHKeyAgreement3.java67 System.err.println("Using SKIP Diffie-Hellman parameters");
71 System.err.println("ALICE: Generate DH keypair ...");
77 System.err.println("BOB: Generate DH keypair ...");
83 System.err.println("CAROL: Generate DH keypair ...");
90 System.err.println("ALICE: Initialize ...");
95 System.err.println("BOB: Initialize ...");
100 System.err.println("CAROL: Initialize ...");
148 System.err.println("Alice and Bob are the same");
159 System.err.println("Bob and Carol are the same");
196 System.err
[all...]
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DRMID.java52 System.err.println("RMID: " + mesg.toString());
123 return createRMID(System.out, System.err, true);
127 return createRMID(System.out, System.err, debugExec);
130 public static RMID createRMID(OutputStream out, OutputStream err) { argument
131 return createRMID(out, err, true);
134 public static RMID createRMID(OutputStream out, OutputStream err, argument
137 return createRMID(out, err, debugExec, true,
141 public static RMID createRMID(OutputStream out, OutputStream err, argument
148 out, err, port);
159 OutputStream out, OutputStream err, in
158 RMID(String classname, String options, String args, OutputStream out, OutputStream err, int port) argument
[all...]
/openjdk7/jdk/test/java/util/logging/
H A DLoggingDeadlock2.java69 equal(r.err(), "");
134 private final String err; field in class:LoggingDeadlock2.ProcessResults
139 String err,
143 this.err = err;
149 public String err() { return err; } method in class:LoggingDeadlock2.ProcessResults
156 .append("<STDERR>\n" + err() + "</STDERR>\n")
200 String err = "";
217 err
138 ProcessResults(String out, String err, int exitValue, Throwable throwable) argument
[all...]
/openjdk7/langtools/test/tools/javac/StringsInSwitch/
H A DOneCaseSwitches.java62 System.err.println("zeroCaseWithDefault: Expectedly got add result of " + addResult +
95 System.err.println("oneCaseNoDefault: Unexpectedly got add result of " + addResult +
128 System.err.println("oneCaseNoDefault: Expectedly got add result of " + addResult +
176 System.err.println("Didn't get NPE as expected from " + method);
182 System.err.println("Didn't get expected target exception NPE, got " +
193 System.err.println("Did not find any annotated methods.");
210 System.err.println("Non-empty set after zeroCasesNoDefault");
218 System.err.println("Missing strings after zeroCasesWithDefault");
234 System.err.println("Unexpected result from oneCaseNoDefault: didn't get {\"Foo\"}");
242 System.err
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DRBTree.java80 System.err.println("RBTree.insertNode");
92 System.err.println(" Case 1/1");
105 System.err.println(" Case 1/2");
112 System.err.println(" Case 1/3");
125 System.err.println(" Case 2/1");
138 System.err.println(" Case 2/2");
145 System.err.println(" Case 2/3");
157 System.err.println(" Propagating");
465 System.err.println("Verify failed:");
466 printOn(System.err);
[all...]
/openjdk7/hotspot/agent/test/jdi/
H A Dsagclient.java49 System.err.println( "ERROR: No attaching connectors");
120 System.err.println("ERROR: myCoreConn.attach got IO Exception:" + ee);
123 System.err.println("ERROR: myCoreConn.attach got illegal args exception:" + ee);
139 System.err.println("ERROR: myPIDConn.attach got IO Exception:" + ee);
142 System.err.println("ERROR: myPIDConn.attach got illegal args exception:" + ee);
159 System.err.println("ERROR: myDbgSvrConn.attach got IO Exception:" + ee);
162 System.err.println("ERROR: myDbgSvrConn.attach got illegal args exception:" + ee);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DEventSupport.java213 if (debug) System.err.println("EventSupport removing listener");
221 System.err.println("EventSupport removing listener from notifier");
225 System.err.println("EventSupport stopping notifier");
233 if (debug) System.err.println("EventSupport removing unsolicited: " +
252 System.err.println("EventSupport.removeDeadNotifier: " + info.name);
264 System.err.println("EventSupport.fireUnsolicited: " + obj + " "
306 if (debug) System.err.println("EventSupport clean up");
/openjdk7/jdk/test/java/awt/font/NumericShaper/
H A DShapingTest.java37 private static boolean err = false; field in class:ShapingTest
44 if (err) {
148 err = true;
149 System.err.println("Error with range(s) <" + ranges + ">.");
150 System.err.println(" text = " + given);
151 System.err.println(" got = " + got);
152 System.err.println(" expected = " + expected);
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DAsyncCloseChannel.java46 System.err.println("WARNING: Still does not work on Windows!");
84 System.err.println("Oops: read a character: "
96 System.err.println("Exception on sensor server " + ex.getMessage());
128 System.err.println("Exception on target server " + ex.getMessage());
155 System.err.println("Exception on sensor client " + ex.getMessage());
201 System.err.println("Exception in target client child "
216 System.err.println("Exception in target client parent "
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartService/
H A DRestartService.java64 System.err.println(responder + " service started");
67 System.err.println("unable to obtain stub from marshalled object");
79 System.err.println("RestartService: received ping from " + responder);
149 System.err.println("Creating descriptors");
168 System.err.println("Registering descriptors");
189 System.err.println("Test1 passed: rmid restarted" +
211 System.err.println("Test2 passed: rmid did not " +

Completed in 149 milliseconds

<<11121314151617181920>>