HomeSort by relevance Sort by last modified time
    Searched defs:abort (Results 51 - 75 of 207) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
debug_map_base.hpp 158 std::abort; member in class:__gnu_pbds::detail::std
169 std::abort();
185 std::abort();
210 std::abort();
226 std::abort();
241 std::abort();
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
DiskLruCache.java 87 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
575 editor.abort();
690 entry.currentEditor.abort();
853 public void abort() throws IOException { method in class:DiskLruCache.Editor
    [all...]
ImageFetcher.java 218 editor.abort();
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 75 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
514 editor.abort();
518 editor.abort();
628 entry.currentEditor.abort();
819 public void abort() throws IOException { method in class:DiskLruCache.Editor
826 abort(); method
  /external/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.java 316 editor.abort();
433 @Override public void abort() { method in class:HttpResponseCache.CacheRequestImpl
443 editor.abort();
  /external/ceres-solver/internal/ceres/
program_evaluator.h 162 bool abort = false; local
167 #pragma omp flush(abort)
168 if (abort) {
207 abort = true;
208 // This ensures that the OpenMP threads have a consistent view of 'abort'. Do
211 #pragma omp flush(abort)
246 if (!abort) {
261 return !abort;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
cws_container_client.js 236 CWSContainerClient.prototype.abort = function() {
248 this.abort();
  /external/chromium_org/chrome/browser/resources/image_loader/
request.js 225 AuthorizedXHR.prototype.abort = function() {
228 this.xhr_.abort();
433 this.xhr_.abort();
  /external/chromium_org/remoting/webapp/
xhr_proxy.js 67 remoting.XMLHttpRequestProxy.prototype.abort = function() {
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp 247 void FileReader::abort() function in class:WebCore::FileReader
257 // 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.
271 fireEvent(EventTypeNames::abort);
312 // since any of the events could call abort(), which internally checks
313 // if we're still loading (therefore we need abort process) or not.
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 96 // InvalidStateError exception and abort these steps.
116 // InvalidStateError exception and abort these steps.
117 // 3. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
129 // and abort these steps.
158 // InvalidStateError exception and abort these steps.
159 // 2. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
166 // exception and abort these steps.
187 // InvalidStateError exception and abort these steps.
188 // 2. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
194 // 3. If the new value equals NaN, then throw an InvalidAccessError and abort these steps
248 void SourceBuffer::abort(ExceptionState& exceptionState) function in class:WebCore::SourceBuffer
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebApplicationCacheHost.h 95 virtual void abort() { } function in class:blink::WebApplicationCacheHost
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.h 79 // Can be called in the middle of playback (the draw() call). WIll abort the
81 void abort() { fAbortCurrentPlayback = true; } function in class:SkPicturePlayback
  /external/clang/lib/ARCMigrate/
Internals.h 134 void abort() { function in class:clang::arcmt::Transaction
  /external/e2fsprogs/lib/ss/
ss_internal.h 74 int abort; /* exit subsystem */ member in struct:_ss_data
  /external/skia/src/core/
SkPicturePlayback.h 79 // Can be called in the middle of playback (the draw() call). WIll abort the
81 void abort() { fAbortCurrentPlayback = true; } function in class:SkPicturePlayback
  /frameworks/base/obex/javax/obex/
ClientOperation.java 134 * Sends an ABORT message to the server. By calling this method, the
140 public synchronized void abort() throws IOException { method in class:ClientOperation
433 abort(); method
  /packages/apps/Browser/src/com/android/browser/
DownloadTouchIcon.java 147 request.abort();
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 102 ** Function: abort
109 void NfcTag::abort () function in class:NfcTag
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLog.java 154 * @param onAbort run after the abort() operation has completed asynchronously
156 private synchronized void abort(final Runnable onAbort) { method in class:ResearchLog
194 abort(null);
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 296 getRequest.abort();
299 getRequest.abort();
302 getRequest.abort();
  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 475 HttpBase::abort(HttpError err) { function in class:talk_base::HttpBase
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementInstance.h 100 DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), abort); member in class:WebCore::SVGElementInstance
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpbase.cc 479 HttpBase::abort(HttpError err) { function in class:talk_base::HttpBase
  /external/chromium_org/ui/compositor/
layer_animator.cc 418 void LayerAnimator::StopAnimatingInternal(bool abort) {
437 SAFE_INVOKE_VOID(FinishAnimation, running_animations_[0], abort);
517 LayerAnimationSequence* sequence, bool abort) {
520 if (abort)
521 sequence->Abort(delegate());
582 LayerAnimationSequence* sequence, bool abort) {
596 if (abort)
597 running_animations_copy[i].sequence()->Abort(delegate());
617 if (abort)
618 sequences[i]->Abort(delegate())
630 const bool abort = false; local
653 const bool abort = true; local
    [all...]

Completed in 476 milliseconds

1 23 4 5 6 7 8 9