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

1234

/external/syslinux/com32/lib/
H A Dabort.c2 * abort.c
8 void abort(void) function
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpUriRequest.java72 * @throws UnsupportedOperationException if the abort operation
75 void abort() throws UnsupportedOperationException; method in interface:HttpUriRequest
H A DAbortableHttpRequest.java63 * used to abort a long-lived request for a connection.
73 * be used to abort an active connection.
81 * return immediately. If the request has not started, it will abort after
93 void abort(); method in interface:AbortableHttpRequest
H A DHttpRequestBase.java138 public void abort() { method in class:HttpRequestBase
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DCacheRequest.java23 void abort(); method in interface:CacheRequest
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBroadcastReceiver.java15 private AtomicBoolean abort; // The abort state of the currently processed broadcast field in class:ShadowBroadcastReceiver
20 abort.set(true);
25 if (abort == null || !abort.get()) {
30 public void onReceive(Context context, Intent intent, AtomicBoolean abort) { argument
31 this.abort = abort;
/external/apache-http/android/src/android/net/http/
H A DHttpConnection.java84 void restartConnection(boolean abort) { argument
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DWaitingThreadAborter.java48 public void abort() { method in class:WaitingThreadAborter
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
H A Dfficonfig.h152 #define abort() exit(999) macro
/external/skia/src/core/
H A DSkDocument.cpp71 void SkDocument::abort() { function in class:SkDocument
/external/skqp/src/core/
H A DSkDocument.cpp71 void SkDocument::abort() { function in class:SkDocument
/external/ImageMagick/config/
H A Dtap-driver.sh173 function abort(where) function
242 abort("in function stringify_result_obj()")
270 abort("in function report()")
320 abort("in function handle_tap_plan()")
454 abort("getting exit status")
529 abort("in input loop: only one input line")
/external/syslinux/gpxe/src/crypto/axtls/
H A Dos_port.h21 /** We can't actually abort, since we are effectively a kernel... */
22 #define abort() assert ( 0 ) macro
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java151 public void abort() throws UnsupportedOperationException { method in class:RequestWrapper
/external/autotest/site_utils/
H A Dmetadata_reporter.py153 def abort(): function
/external/autotest/venv/lucifer/
H A Dleasing.py119 def abort(self): member in class:Lease
122 This sends a datagram to the abort socket associated with the
129 logger.debug('Connecting to abort socket %s', self._sock_path)
131 logger.debug('Sending abort to %s', self._sock_path)
133 sent = sock.send('abort')
140 self.abort()
146 """Return the path of the abort socket corresponding to the lease."""
/external/skia/tests/
H A DCopySurfaceTest.cpp134 bool abort = false; local
137 for (int y = 0; y < kH && !abort; ++y) {
148 abort = true;
156 abort = true;
H A DApplyGammaTest.cpp152 bool abort = false; local
154 for (int y = 0; y < kH && !abort; ++y) {
155 for (int x = 0; x < kW && !abort; ++x) {
163 abort = true;
/external/skqp/tests/
H A DCopySurfaceTest.cpp134 bool abort = false; local
137 for (int y = 0; y < kH && !abort; ++y) {
148 abort = true;
156 abort = true;
H A DApplyGammaTest.cpp137 bool abort = false; local
139 for (int y = 0; y < kH && !abort; ++y) {
140 for (int x = 0; x < kW && !abort; ++x) {
148 abort = true;
/external/vixl/tools/
H A Dutil.py42 def abort(message): function
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Devent.cpp75 event::abort(cl_int status) { function in class:event
81 ev.abort(status);
/external/python/cpython3/Lib/asyncio/
H A Dtransports.py123 def abort(self): member in class:WriteTransport
168 def abort(self): member in class:DatagramTransport
/external/valgrind/coregrind/m_demangle/
H A Dvg_libciface.h47 #define abort() vg_assert(0) macro
77 #define xmalloc_failed(_sz) abort()
/external/autotest/scheduler/
H A Dpostjob_task.py73 'Inconsistent abort state',
74 'Queue entries have inconsistent abort state:\n' +
96 def abort(self): member in class:PostJobTask
97 # override AgentTask.abort() to avoid killing the process and ending

Completed in 663 milliseconds

1234