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

1 2 3

  /external/bison/tests/
testsuite 635 -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...]
  /dalvik/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
47 public abstract void abort(); method in class:CacheRequest
  /external/webkit/WebCore/storage/
IDBRequest.cpp 47 void IDBRequest::abort() function in class:WebCore::IDBRequest
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
CacheRequestTest.java 38 method = "abort",
50 mcr.abort();
79 public void abort() { method in class:CacheRequestTest.MockCacheRequest
ResponseCacheTest.java 303 public void abort() { method in class:ResponseCacheTest.TestCacheRequest
  /bionic/libc/unistd/
abort.c 1 /* $OpenBSD: abort.c,v 1.14 2005/08/08 08:05:36 espie Exp $ */
40 __libc_android_log_print(ANDROID_LOG_DEBUG, "libc-abort", (format), ##__VA_ARGS__ )
47 abort(void)
58 * any errors -- X311J doesn't allow abort to return anyway.
67 * POSIX requires we flush stdio buffers on abort
108 * abort() does not return, which gcc interprets to mean that it doesn't
111 * which function called abort().
117 * the side-effect of replacing abort() with __libc_android_abort() in
124 abort(void) function
  /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/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThreadAborter.java 42 public void abort() { method in class:WaitingThreadAborter
ConnPoolByRoute.java 228 aborter.abort();
253 * @param aborter an object which can abort a {@link WaitingThread}.
  /dalvik/libcore/xml/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
  /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
ClientOperation.java 127 * Sends an ABORT message to the server. By calling this method, the
133 public synchronized void abort() throws IOException { method in class:ClientOperation
426 abort(); method
ServerOperation.java 279 * ended, an abort was received, or the final bit was set in the
409 * Determine if an ABORT was sent as the reply
415 mExceptionString = "Abort Received";
416 throw new IOException("Abort Received");
494 * Sends an ABORT message to the server. By calling this method, the
500 public void abort() throws IOException { method in class:ServerOperation
  /packages/apps/Browser/src/com/android/browser/
FetchUrlMimeType.java 100 request.abort();
102 request.abort();
DownloadTouchIcon.java 94 request.abort();
96 request.abort();
  /external/apache-http/src/org/apache/http/impl/client/
RequestWrapper.java 146 public void abort() throws UnsupportedOperationException { method in class:RequestWrapper
  /external/skia/src/xml/
SkJS.cpp 25 void abort() { function
  /external/e2fsprogs/e2fsck/
super.c 52 int abort; member in struct:process_block_struct
83 pb->abort = 1;
167 pb.abort = 0;
191 if (pb.abort)
  /external/e2fsprogs/lib/ss/
ss_internal.h 74 int abort; /* exit subsystem */ member in struct:_ss_data
  /external/webkit/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 183 void QNetworkReplyHandler::abort() function in class:WebCore::QNetworkReplyHandler
188 reply->abort();
  /external/bluetooth/bluez/audio/
avdtp.h 158 void (*abort) (struct avdtp *session, struct avdtp_local_sep *lsep, member in struct:avdtp_sep_cfm
195 gboolean (*abort) (struct avdtp *session, struct avdtp_local_sep *sep, member in struct:avdtp_sep_ind
  /external/gtest/src/
gtest-port.cc 398 fflush(NULL); // abort() is not guaranteed to flush open file streams.
399 abort();
548 void abort() { function in namespace:testing::internal
  /external/webkit/WebCore/xml/
XMLHttpRequest.cpp 528 void XMLHttpRequest::abort() function in class:WebCore::XMLHttpRequest
809 // If we are already in an error state, for instance we called abort(), bail out early.

Completed in 748 milliseconds

1 2 3