Searched defs:abort (Results 1 - 6 of 6) sorted by relevance

/dalvik/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
47 public abstract void abort(); method in class:CacheRequest
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DCacheRequestTest.java38 method = "abort",
50 mcr.abort();
79 public void abort() { method in class:CacheRequestTest.MockCacheRequest
H A DResponseCacheTest.java303 public void abort() { method in class:ResponseCacheTest.TestCacheRequest
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
H A DLSParser.java464 public void abort(); method in interface:LSParser
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DHttpURLConnectionTest.java627 // make sure protocol handler has tried to call abort.
680 // make sure abort is not called since no write is performed
1044 public void abort() { method in class:HttpURLConnectionTest.MockCacheRequest
H A DURLConnectionTest.java311 public void abort() { method in class:URLConnectionTest.MockCacheRequest

Completed in 131 milliseconds