Searched defs:abort (Results 26 - 50 of 58) sorted by relevance

123

/openjdk7/jdk/test/com/sun/jdi/sde/
H A DInstallSDE.java22 abort("Usage: <command> <input class file> " +
44 static void abort(String msg) { method in class:InstallSDE
51 abort("no such file: " + inClassFile);
54 abort("no such file: " + attrFile);
76 abort("expected size: " + len);
276 abort("unexpected tag: " + tag);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp46 inline void band::abort(const char* msg) { u->abort(msg); } function in class:band
191 abort("no index");
203 abort(n == -1 ? "null ref" : "bad ref");
227 abort("overflow detected");
234 abort("overflow detected");
H A Dcoding.h97 static void abort(const char* msg = null) { unpack_abort(msg); } function in struct:coding
190 // inline void abort(const char* msg);
221 void abort(const char* msg) { unpack_abort(msg, u); }
225 //inline void value_stream::abort(const char* msg) { cm->abort(msg); }
/openjdk7/jdk/test/java/util/Map/
H A DCollisions.java367 static void abort() { method in class:Collisions
372 static void abort(String msg) { method in class:Collisions
/openjdk7/jdk/src/share/classes/java/sql/
H A DConnection.java1340 * Terminates an open connection. Calling <code>abort</code> results in:
1349 * Calling <code>abort</code> marks the connection closed and releases any
1350 * resources. Calling <code>abort</code> on a closed connection is a
1355 * <code>abort</code> method returns, the connection will have been marked as
1356 * closed and the <code>Executor</code> that was passed as a parameter to abort
1362 * <code>checkPermission</code> method denies calling <code>abort</code>,
1366 * be used by <code>abort</code>.
1370 * <code>checkPermission</code> method denies calling <code>abort</code>
1375 void abort(Executor executor) throws SQLException; method in interface:Connection
1394 * {@link #abort abor
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKeyStoreLoginModule.java801 * @exception LoginException if the abort fails.
807 public boolean abort() throws LoginException { method in class:KeyStoreLoginModule
/openjdk7/hotspot/src/os/bsd/vm/
H A DattachListener_bsd.cpp506 void AttachListener::abort() { function in class:AttachListener
/openjdk7/hotspot/src/os/linux/vm/
H A DattachListener_linux.cpp492 void AttachListener::abort() { function in class:AttachListener
/openjdk7/jdk/src/share/classes/sun/launcher/
H A DLauncherHelper.java399 abort(ostream, null, "java.launcher.jar.error2", jarname);
403 abort(ostream, null, "java.launcher.jar.error3", jarname);
407 abort(ostream, null, "java.launcher.jar.error3", jarname);
416 abort(ostream, ioe, "java.launcher.jar.error1", jarname);
429 static void abort(PrintStream ostream, Throwable t, String msgKey, Object... args) { method in class:LauncherHelper
484 abort(ostream, cnfe, "java.launcher.cls.error1", cn);
496 abort(ostream, null, "java.launcher.cls.error4", classname);
505 abort(ostream, null, "java.launcher.cls.error2", "static", classname);
508 abort(ostream, null, "java.launcher.cls.error3", classname);
533 abort(ostrea
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageRepresentation.java478 abort();
803 boolean abort = ((availinfo & ImageObserver.ABORT) != 0);
805 if (!done && !abort) {
835 boolean abort = ((availinfo & ImageObserver.ABORT) != 0);
837 if (!done && !abort) {
867 boolean abort = ((availinfo & ImageObserver.ABORT) != 0);
869 if (!done && !abort) {
903 boolean abort = ((availinfo & ImageObserver.ABORT) != 0);
905 if (!done && !abort) {
919 synchronized void abort() { method in class:ImageRepresentation
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageWriter.java1590 * contents of the output following the abort will be undefined.
1596 public synchronized void abort() { method in class:ImageWriter
1601 * Returns <code>true</code> if a request to abort the current
1608 * @see #abort
1616 * Clears any previous abort request. After this method has been
1620 * @see #abort
H A DImageReader.java1762 * contents of the image following the abort will be undefined.
1768 public synchronized void abort() { method in class:ImageReader
1773 * Returns <code>true</code> if a request to abort the current
1780 * @see #abort
1788 * Clears any previous abort request. After this method has been
1792 * @see #abort
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp633 void AttachListener::abort() { function in class:AttachListener
/openjdk7/jdk/src/share/javavm/export/
H A Djvm.h1470 void (JNICALL *abort)(void); member in struct:JDK1_1InitArgs
/openjdk7/jdk/test/java/text/Bidi/
H A DBidiConformance.java41 private static boolean abort = false; field in class:BidiConformance
48 } else if (arg.equals("-abort")) {
49 abort = true;
1466 if (abort) {
/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpClient.java601 * <p>This doesn't abort the current session, more commands can be issued
602 * after an abort.</p>
608 public abstract FtpClient abort() throws FtpProtocolException, IOException; method in class:FtpClient
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java164 public static final RuntimeException abort = new RuntimeException(); field in class:DOMNormalizer
248 if( e==abort )
1375 throw abort;
1378 throw abort;
H A DCoreDocumentImpl.java1258 public void abort() { method in class:CoreDocumentImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java2650 * @see org.w3c.dom.ls.LSParser#abort()
2652 public void abort () { method in class:AbstractDOMParser
H A DDOMParserImpl.java946 // issued an interrupt or an abort.
1003 // issued an interrupt or an abort.
1120 * @see org.w3c.dom.ls.DOMParser#abort()
1122 public void abort () { method in class:DOMParserImpl
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java1554 public sun.net.ftp.FtpClient abort() throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient
1564 * that the abort command was successfully processed.
1569 * indicating that the abort command was successfully
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java1403 public void abort() { method in class:JPEGImageReader
1408 * we allow to abort the reader any time.
1411 super.abort();
1418 /** Set the C level abort flag. Keep it atomic for thread safety. */
H A DJPEGImageWriter.java1209 public synchronized void abort() { method in class:JPEGImageWriter
1213 * NB: we do not check the call back lock here, we allow to abort
1216 super.abort();
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1628 void (JNICALL *abort)(void); member in struct:JDK1_1InitArgs
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java1058 boolean abort,
1063 BackupRead0(hFile, bufferAddress, bufferSize, abort, context, result);
1075 int bufferSize, boolean abort, long context, BackupResult result)
1055 BackupRead(long hFile, long bufferAddress, int bufferSize, boolean abort, long context) argument
1074 BackupRead0(long hFile, long bufferAddress, int bufferSize, boolean abort, long context, BackupResult result) argument

Completed in 643 milliseconds

123