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

1234

/external/smack/src/com/kenai/jbosh/
H A DHTTPResponse.java32 void abort(); method in interface:HTTPResponse
H A DApacheHTTPResponse.java166 public void abort() { method in class:ApacheHTTPResponse
168 post.abort();
245 abort();
249 abort();
/external/vixl/tools/
H A Dutil.py33 def abort(message): 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/chromium_org/third_party/WebKit/public/web/
H A DWebSpeechRecognizer.h48 virtual void abort(const WebSpeechRecognitionHandle&, WebSpeechRecognizerClient*) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebSpeechRecognizer
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/rc4/
H A Drc4-md5-x86_64.S10 je L$abort
1259 L$abort:
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DWaitingThreadAborter.java48 public void abort() { method in class:WaitingThreadAborter
/external/chromium_org/chrome/browser/ui/webui/app_list/
H A Dstart_page_browsertest.js92 abort: function() {
/external/chromium_org/third_party/WebKit/Source/core/streams/
H A DStream.cpp64 void Stream::abort() function in class:blink::Stream
85 abort();
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionController.h46 void abort(SpeechRecognition* recognition) { m_client->abort(recognition); } function in class:blink::FINAL
/external/chromium_org/third_party/skia/src/doc/
H A DSkDocument.cpp85 void SkDocument::abort() { function in class:SkDocument
/external/skia/src/doc/
H A DSkDocument.cpp85 void SkDocument::abort() { function in class:SkDocument
/external/chromium_org/chrome/installer/util/
H A Ddelete_tree_work_item.cc57 bool abort = false; local
58 for (ptrdiff_t i = 0; !abort && i != num_key_files_; ++i) {
64 abort = true;
69 abort = true;
73 if (!abort) {
82 abort = true;
88 if (!abort) {
92 for (ptrdiff_t i = 0; !abort && i != num_key_files_; ++i) {
97 abort = true;
105 if (abort) {
[all...]
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCache.cpp89 void ApplicationCache::abort() function in class:blink::ApplicationCache
93 cacheHost->abort();
/external/smack/src/org/apache/harmony/javax/security/auth/spi/
H A DLoginModule.java35 boolean abort() throws LoginException; method in interface:LoginModule
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java151 public void abort() throws UnsupportedOperationException { method in class:RequestWrapper
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/
H A Dprogress_event_listener.js12 'loadstart': { 'progress': 1, 'error': 1, 'abort': 1, 'load': 1 },
13 'progress': { 'progress': 1, 'error': 1, 'abort': 1, 'load': 1 },
15 'abort': { 'loadend': 1 },
28 'abort': 0,
108 body_element.addEventListener('abort', eventListener, true);
160 // Check that the right number of 'abort' events were dispatched.
161 assertEqual(eventMachine.stateHistogram['abort'], abortCount);
181 // If an error or abort was reported, check that lastError is set
184 eventMachine.stateHistogram['abort'] > 0)) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Devent.cpp53 _cl_event::abort(cl_int status) { function in class:_cl_event
58 __chain.back()->abort(status);
/external/chromium_org/third_party/webrtc/tools/rtcbot/
H A Dtest.js32 abort: function (error) {
40 this.abort(message || "Assert failed.");
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Devent.cpp53 _cl_event::abort(cl_int status) { function in class:_cl_event
58 __chain.back()->abort(status);
/external/bison/
H A Dconfigure10979 abort (); function
11904 abort (); function
13770 abort (); function
/external/bison/tests/
H A Dtestsuite1258 -e, --errexit abort as soon as a test fails; implies --debug
45295 abort (); function
45535 abort (); function
150979 abort (); function
175273 abort (); function
[all...]
/external/chromium_org/media/blink/
H A Dwebsourcebuffer_impl.cc104 void WebSourceBufferImpl::abort() { function in class:media::WebSourceBufferImpl
109 // TODO(wolenetz): abort should be able to modify the caller timestamp offset

Completed in 8105 milliseconds

1234