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

/libcore/luni/src/main/java/java/net/
H A DCacheRequest.java26 * data into the cache. It also allows the user to interrupt and abort the
27 * current store operation by calling the method {@code abort}. If an {@code
46 public abstract void abort(); method in class:CacheRequest
/libcore/luni/src/test/native/
H A Ddalvik_system_JniTest.cpp18 #include <stdlib.h> // for abort
51 default: abort();
78 default: abort();
105 default: abort();
132 default: abort();
159 default: abort();
186 default: abort();
213 default: abort();
240 default: abort();
267 default: abort();
[all...]
/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSParser.java464 public void abort(); method in interface:LSParser
/libcore/luni/src/main/native/
H A DRegister.cpp30 abort();
H A Dlibcore_icu_NativeConverter.cpp384 abort();
444 abort();
H A Dlibcore_icu_ICU.cpp823 abort();
827 abort(); \
H A Dlibcore_io_Posix.cpp1302 static void Posix_setsockoptIpMreqn(JNIEnv*, jobject, jobject, jint, jint, jint) { abort(); }
1303 static void Posix_setsockoptGroupReq(JNIEnv*, jobject, jobject, jint, jint, jobject) { abort(); }
1304 static void Posix_setsockoptGroupSourceReq(JNIEnv*, jobject, jobject, jint, jint, jobject) { abort(); }
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1973 @Override public void abort() {
1990 assertFalse(aborted.get()); // The best behavior is ambiguous, but RI 6 doesn't abort here

Completed in 1483 milliseconds