Searched refs:abort (Results 1 - 25 of 99) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/java/net/
H A DCacheRequest.java35 * store the resource data into the cache, and also an abort() method
62 public abstract void abort(); method in class:CacheRequest
/openjdk7/jdk/test/javax/security/auth/login/LoginContext/
H A DResetModule.java38 public boolean abort() throws LoginException { return true; } method in class:ResetModule
H A DDefaultHandlerModule.java70 public boolean abort() throws LoginException { method in class:DefaultHandlerModule
H A DModuleSubjectModule.java72 public boolean abort() throws LoginException { method in class:ModuleSubjectModule
H A DConfigConstructor.java205 public boolean abort() throws LoginException { return true; } method in class:ConfigConstructor.MyModule1
223 public boolean abort() throws LoginException { return true; } method in class:ConfigConstructor.MyModule2
242 public boolean abort() throws LoginException { return true; } method in class:ConfigConstructor.MyModule3
260 public boolean abort() throws LoginException { return true; } method in class:ConfigConstructor.MyModule4
277 public boolean abort() throws LoginException { return true; } method in class:ConfigConstructor.MyModule5
294 public boolean abort() throws LoginException { return true; } method in class:ConfigConstructor.MyModule6
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dutils.cpp97 ::abort();
100 u->abort(msg);
108 ::abort();
H A Dzip.h86 void abort(const char* msg) { unpack_abort(msg, u); } function in struct:jar
110 void abort(const char* msg) { unpack_abort(msg, u); } function in struct:gunzip
H A Dunpack.h127 inline void abort(const char* msg);
171 // private abort message string, allocated to PATH_MAX*2
360 void abort(const char* msg) { u->abort(msg); } function in struct:unpacker::attr_definitions
412 void abort(const char* s = null);
489 inline void cpool::abort(const char* msg) { u->abort(msg); } function in class:cpool
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); }
H A Dcoding.cpp235 abort("bad value count");
242 abort(ERB);
267 abort(ERB);
572 abort("illegal arb. coding");
589 abort("illegal run encoding");
593 abort("illegal nested run encoding");
643 abort("illegal pop encoding");
647 abort("illegal nested pop encoding");
685 abort("pop.L value too small");
703 abort("po
[all...]
H A Dunpack.cpp270 if (classRef == NULL) { abort("missing class reference"); return NULL; }
276 if (classRef == NULL) { abort("missing class reference"); return NULL; }
575 abort("too much read-ahead");
589 abort("EOF reading archive magic number");
594 abort("encountered a JAR header in unpacker");
644 abort(message);
658 abort("illegal archive options");
686 abort("EOF reading fixed input buffer");
691 abort("impossible archive size"); // bad input data
695 abort("to
[all...]
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");
/openjdk7/jdk/src/share/classes/javax/security/auth/spi/
H A DLoginModule.java112 * then the <code>abort</code> method for each <code>LoginModule</code>
205 * Method to abort the authentication process (phase 2).
219 * @exception LoginException if the abort fails
224 boolean abort() throws LoginException; method in interface:LoginModule
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlc.hpp82 // Debugging note: Put a breakpoint on "abort".
84 #define assert(cond, msg) { if (!(cond)) { fprintf(stderr, "assert fails %s %d: %s\n", __FILE__, __LINE__, msg); abort(); }}
/openjdk7/hotspot/src/share/vm/prims/
H A DjniCheck.hpp39 os::abort(true);
/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DLSParser.java493 public void abort(); method in interface:LSParser
/openjdk7/hotspot/src/share/vm/utilities/
H A DyieldingWorkgroup.hpp142 // Subclasses should call the parent's abort() method
144 virtual void abort();
199 void abort();
H A DyieldingWorkgroup.cpp77 If so, abort with an error
93 If not, abort with an error
206 // Do not yield; we need to abort as soon as possible
211 // of course is to fix bug # TBF, so that abort's cause
248 void YieldingFlexibleWorkGang::abort() { function in class:YieldingFlexibleWorkGang
287 void YieldingFlexibleGangTask::abort() { function in class:YieldingFlexibleGangTask
289 gang()->abort();
/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/hotspot/src/share/vm/services/
H A DattachListener.hpp53 static void abort();
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6296310.java109 public void abort() {} method in class:MyCacheRequest
/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 DImageDecoder.java56 abort();
162 public void abort() { method in class:ImageDecoder
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/demo/jvmti/hprof/
H A Dhprof_error.c73 abort(); /* Sends SIGABRT signal, usually also caught by libjvm */

Completed in 347 milliseconds

1234