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

12

/external/bison/tests/
H A Dtestsuite635 -e, --errexit abort as soon as a test fails; implies --debug
11197 abort (); function
11199 abort (); function
12406 abort (); function
12408 abort (); function
13646 abort (); function
13648 abort (); function
14846 abort (); function
14848 abort (); function
16055 abort (); function
16057 abort (); function
17264 abort (); function
17266 abort (); function
18473 abort (); function
18475 abort (); function
19695 abort (); function
19697 abort (); function
20935 abort (); function
20937 abort (); function
22157 abort (); function
22159 abort (); function
23348 abort (); function
23350 abort (); function
24588 abort (); function
24590 abort (); function
25801 abort (); function
25803 abort (); function
27032 abort (); function
27034 abort (); function
28232 abort (); function
28234 abort (); function
29441 abort (); function
29443 abort (); function
30681 abort (); function
30683 abort (); function
31881 abort (); function
31883 abort (); function
33090 abort (); function
33092 abort (); function
34299 abort (); function
34301 abort (); function
35508 abort (); function
35510 abort (); function
36739 abort (); function
36741 abort (); function
37970 abort (); function
37972 abort (); function
39192 abort (); function
39194 abort (); function
40383 abort (); function
40385 abort (); function
41623 abort (); function
41625 abort (); function
42845 abort (); function
42847 abort (); function
44067 abort (); function
44069 abort (); function
45305 abort (); function
45307 abort (); function
46569 abort (); function
46571 abort (); function
47824 abort (); function
47826 abort (); function
49079 abort (); function
49081 abort (); function
50334 abort (); function
50336 abort (); function
51598 abort (); function
51600 abort (); function
52853 abort (); function
52855 abort (); function
54557 abort (); function
54562 abort (); function
54754 abort (); function
54759 abort (); function
59891 abort (); function
59946 abort (); function
59977 abort (); function
60369 abort (); function
60424 abort (); function
60455 abort (); function
60844 abort (); function
60899 abort (); function
60930 abort (); function
61322 abort (); function
61377 abort (); function
61408 abort (); function
61797 abort (); function
61852 abort (); function
61883 abort (); function
62280 abort (); function
62335 abort (); function
62366 abort (); function
62760 abort (); function
62815 abort (); function
62846 abort (); function
63243 abort (); function
63298 abort (); function
63329 abort (); function
63723 abort (); function
63778 abort (); function
63809 abort (); function
64324 abort (); function
[all...]
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpUriRequest.java67 * @throws UnsupportedOperationException if the abort operation
70 void abort() throws UnsupportedOperationException; method in interface:HttpUriRequest
H A DAbortableHttpRequest.java58 * 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
H A DHttpRequestBase.java133 public void abort() { method in class:HttpRequestBase
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DWaitingThreadAborter.java42 public void abort() { method in class:WaitingThreadAborter
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBTransaction.h54 virtual void abort() { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebIDBTransaction
/external/webkit/Source/WebKit/chromium/src/
H A DIDBTransactionBackendProxy.cpp70 void IDBTransactionBackendProxy::abort() function in class:WebKit::IDBTransactionBackendProxy
72 m_webIDBTransaction->abort();
H A DWebIDBTransactionImpl.cpp62 void WebIDBTransactionImpl::abort() function in class:WebKit::WebIDBTransactionImpl
64 m_backend->abort();
H A DAsyncFileWriterChromium.cpp69 void AsyncFileWriterChromium::abort() function in class:WebCore::AsyncFileWriterChromium
H A DWorkerAsyncFileWriterChromium.cpp82 void WorkerAsyncFileWriterChromium::abort() function in class:WebCore::WorkerAsyncFileWriterChromium
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java146 public void abort() throws UnsupportedOperationException { method in class:RequestWrapper
/external/webkit/Source/WebCore/fileapi/
H A DFileWriter.cpp76 writer()->abort();
128 void FileWriter::abort(ExceptionCode& ec) function in class:WebCore::FileWriter
137 writer()->abort();
H A DFileReader.cpp144 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.
/external/webkit/Source/WebCore/storage/
H A DIDBTransactionBackendImpl.cpp103 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.
H A DIDBTransaction.cpp99 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();
H A DIDBRequest.cpp146 void IDBRequest::abort() function in class:WebCore::IDBRequest
296 m_transaction->backend()->abort();
305 m_transaction->backend()->abort();
/external/grub/netboot/
H A Dfsys_tftp.c51 buf_fill (int abort) argument
54 grub_printf ("buf_fill (%d)\n", abort);
216 tp.opcode = abort ? htons (TFTP_ERROR) : htons (TFTP_ACK);
226 if (abort)
310 /* If the drive is not initialized yet, abort. */
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h47 #define abort() vg_assert(0) macro
/external/clang/lib/ARCMigrate/
H A DInternals.h129 void abort() { function in class:clang::arcmt::Transaction
/external/e2fsprogs/lib/ss/
H A Dss_internal.h74 int abort; /* exit subsystem */ member in struct:_ss_data
/external/skia/src/xml/
H A DSkJS.cpp25 void abort() { function
/external/bluetooth/bluez/audio/
H A Davdtp.h159 void (*abort) (struct avdtp *session, struct avdtp_local_sep *lsep, member in struct:avdtp_sep_cfm
201 gboolean (*abort) (struct avdtp *session, struct avdtp_local_sep *sep, member in struct:avdtp_sep_ind
/external/e2fsprogs/e2fsck/
H A Dsuper.c52 int abort; member in struct:process_block_struct
83 pb->abort = 1;
167 pb.abort = 0;
191 if (pb.abort)
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DLoginContextTest.java848 public boolean abort() throws LoginException { method in class:LoginContextTest.MyModule
977 public boolean abort() throws LoginException { method in class:LoginContextTest.MyLoginModule
981 "MUST initialize and try to login first before abort");
991 "MUST initialize and try to login first before abort");
1019 "MUST try to login first before commit/abort");
1033 public boolean abort() throws LoginException { method in class:LoginContextTest.TestLoginModule
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.cc475 HttpBase::abort(HttpError err) { function in class:talk_base::HttpBase

Completed in 696 milliseconds

12