HomeSort by relevance Sort by last modified time
    Searched defs:abort (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/arch-arm/bionic/
abort_arm.S 32 * Coding the abort function in assembly so that registers are guaranteed to
38 ENTRY(abort) function
42 END(abort)
  /libcore/luni/src/main/java/java/net/
CacheRequest.java 26 * 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
  /external/smack/src/com/kenai/jbosh/
HTTPResponse.java 32 void abort(); method in interface:HTTPResponse
ApacheHTTPResponse.java 164 * Abort the client transmission and response processing.
166 public void abort() { method in class:ApacheHTTPResponse
168 post.abort();
245 abort(); method
249 abort(); method
  /external/apache-http/src/org/apache/http/client/methods/
AbortableHttpRequest.java 58 * used to abort a long-lived request for a connection.
68 * be used to abort an active connection.
76 * return immediately. If the request has not started, it will abort after
88 void abort(); method in interface:AbortableHttpRequest
HttpUriRequest.java 67 * @throws UnsupportedOperationException if the abort operation
70 void abort() throws UnsupportedOperationException; method in interface:HttpUriRequest
HttpRequestBase.java 133 public void abort() { method in class:HttpRequestBase
  /external/webkit/Source/WebKit/chromium/src/
WorkerAsyncFileWriterChromium.cpp 82 void WorkerAsyncFileWriterChromium::abort() function in class:WebCore::WorkerAsyncFileWriterChromium
AsyncFileWriterChromium.cpp 69 void AsyncFileWriterChromium::abort() function in class:WebCore::AsyncFileWriterChromium
IDBTransactionBackendProxy.cpp 70 void IDBTransactionBackendProxy::abort() function in class:WebKit::IDBTransactionBackendProxy
72 m_webIDBTransaction->abort();
WebIDBTransactionImpl.cpp 62 void WebIDBTransactionImpl::abort() function in class:WebKit::WebIDBTransactionImpl
64 m_backend->abort();
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThreadAborter.java 42 public void abort() { method in class:WaitingThreadAborter
  /external/smack/src/org/apache/harmony/javax/security/auth/spi/
LoginModule.java 35 boolean abort() throws LoginException; method in interface:LoginModule
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendImpl.cpp 103 void IDBTransactionBackendImpl::abort() function in class:WebCore::IDBTransactionBackendImpl
109 // abort steps below. We therefore take a self reference to keep ourselves
118 // Run the abort tasks, if any.
IDBTransaction.cpp 99 void IDBTransaction::abort() function in class:WebCore::IDBTransaction
103 m_backend->abort();
122 request->abort();
166 // and after the complete/abort event is enqueued.
178 m_backend->abort();
  /external/webkit/Source/WebKit/chromium/public/
WebIDBTransaction.h 54 virtual void abort() { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebIDBTransaction
  /external/webkit/Source/WebCore/fileapi/
FileWriter.cpp 76 writer()->abort();
128 void FileWriter::abort(ExceptionCode& ec) function in class:WebCore::FileWriter
137 writer()->abort();
FileReader.cpp 144 void FileReader::abort() function in class:WebCore::FileReader
152 // Schedule to have the abort done later since abort() might be called from the event handler and we do not want the resource loading code to be in the stack.
  /frameworks/base/obex/javax/obex/
Operation.java 121 * Sends an ABORT message to the server. By calling this method, the
123 * object. No headers are sent in the abort request. This will end the
128 void abort() throws IOException; method in interface:Operation
  /libcore/luni/src/main/java/libcore/net/http/
AbstractHttpInputStream.java 90 * Calls abort on the cache entry and disconnects the socket. This
103 cacheRequest.abort();
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 460 * Abort the loading of the document that is currently being loaded by
464 public void abort(); method in interface:LSParser
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
AbstractHttpInputStream.java 90 * Calls abort on the cache entry and disconnects the socket. This
103 cacheRequest.abort();
  /packages/apps/Nfc/nci/jni/
PowerSwitch.cpp 378 ** Function: abort
380 ** Description: Abort and unblock currrent operation.
385 void PowerSwitch::abort () function in class:PowerSwitch
387 static const char fn [] = "PowerSwitch::abort";
  /external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/
UnixLoginModuleTest.java 91 lm.abort();
102 lm.abort();
  /external/apache-http/src/org/apache/http/impl/client/
RequestWrapper.java 146 public void abort() throws UnsupportedOperationException { method in class:RequestWrapper

Completed in 629 milliseconds

1 2 3 4 5 6 7