Searched refs:SUCCESS (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIFocus.java29 private static final int SUCCESS = 0; field in class:JRSUIFocus
55 if (status == SUCCESS) return;
H A DJRSUIControl.java57 private static final int SUCCESS = 0; field in class:JRSUIControl
65 if (nativeJRSInitialized == SUCCESS) return;
67 if (nativeJRSInitialized != SUCCESS) throw new RuntimeException("JRSUI could not be initialized (" + nativeJRSInitialized + ").");
229 if (status != SUCCESS) throw new RuntimeException("JRSUI failed to sync changes into the native buffer: " + this);
264 if (status != SUCCESS) throw new RuntimeException("JRSUI failed to sync changes into the native buffer: " + this);
309 if (status != SUCCESS) throw new RuntimeException("JRSUI failed to sync changes into the native buffer: " + this);
315 if (status != SUCCESS) throw new RuntimeException("JRSUI failed to sync changes into the native buffer: " + this);
/openjdk7/jdk/test/sun/management/jmxremote/
H A DLocalRMIServerSocketFactoryTest.java51 super("SUCCESS: No exception was thrown");
53 static final Result SUCCESS = new Result(); field in class:LocalRMIServerSocketFactoryTest.Result
61 if (x == Result.SUCCESS) {
95 Exception error = Result.SUCCESS;

Completed in 622 milliseconds