HomeSort by relevance Sort by last modified time
    Searched full:abort (Results 126 - 150 of 1231) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/opencore/doc/oscl_html/
oscl__error__imp__fatalerror_8h-source.html 35 00037 <span class="comment">//leave will abort the program, but it's needed</span>
44 00046 <span class="comment">//leave will abort the program, but it's needed</span>
oscl__socket__method_8h-source.html 42 <a name="l00039"></a><a class="code" href="classOsclSocketMethod.html#a2">00039</a> <span class="keywordtype">void</span> <a class="code" href="classOsclSocketMethod.html#a2">Abort</a>()
104 <a name="l00105"></a><a class="code" href="classOsclSocketRequestAO.html#b4">00105</a> <span class="keywordtype">void</span> <a class="code" href="classOsclSocketRequestAO.html#b4">Abort</a>()
111 00112 <a class="code" href="classOsclSocketRequestAO.html#n0">iContainer</a>.<a class="code" href="classOsclSocketMethod.html#a2">Abort</a>();
159 00160 <a class="code" href="classOsclSocketMethod.html#a2">Abort</a>();
161 00162 <a class="code" href="classOsclSocketMethod.html#n0">iSocketRequestAO</a>-&gt;<a class="code" href="classOsclSocketRequestAO.html#b4">Abort</a>();
167 00168 <a class="code" href="classOsclSocketMethod.html#a2">Abort</a>();
174 00175 <a class="code" href="classOsclSocketMethod.html#n0">iSocketRequestAO</a>-&gt;<a class="code" href="classOsclSocketRequestAO.html#b4">Abort</a>();
  /external/skia/src/core/
SkMemory_stdlib.cpp 174 abort();
183 abort();
  /external/stlport/stlport/stl/
_cstdlib.h 32 * because Borland compiler consider that for instance the abort function
63 using _STLP_VENDOR_CSTD::abort;
  /external/tcpdump/
sctpHeader.h 226 /* for the abort and shutdown ACK
289 * chunk/type i.e. shutdownAck Abort */
  /external/webkit/WebCore/platform/network/qt/
SocketStreamHandleQt.cpp 154 // we should abort on certificate errors.
155 // We don't abort while this is still work in progress.
  /external/webkit/WebCore/xml/
XMLHttpRequest.h 76 void abort();
90 DEFINE_ATTRIBUTE_EVENT_LISTENER(abort);
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
liblog.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
liblog.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
liblog.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
liblog.so 
  /packages/apps/Browser/src/com/android/browser/
FetchUrlMimeType.java 100 request.abort();
102 request.abort();
  /external/libffi/src/ia64/
ffi.c 102 abort ();
124 abort ();
158 abort ();
379 abort ();
573 abort ();
  /external/webkit/WebKit/android/jni/
PictureSet.cpp 369 DBG_SET_LOGD("abort {%d,%d}", bitmap.width(), bitmap.height());
377 DBG_SET_LOG("abort");
391 DBG_SET_LOG("abort");
397 DBG_SET_LOGD("abort %d", byteLength);
403 DBG_SET_LOGD("abort %d", byteLength);
410 DBG_SET_LOGD("abort %d", byteLength);
417 DBG_SET_LOGD("abort %d", byteLength);
  /frameworks/base/awt/javax/imageio/
ImageWriter.java 89 // Indicates that abort operation is requested
90 // Abort mechanism should be thread-safe
320 * Requests an abort operation for current writing operation.
322 public synchronized void abort() { method in class:ImageWriter
327 * Checks whether or not a request to abort the current write operation has
330 * @return true, if the request to abort the current write operation has
338 * Clears all previous abort request, and abortRequested returns false after
  /bionic/libc/docs/
CHANGES.TXT 100 - abort(): ARM-specific hack to preserve the 'lr' register when abort()
102 abort() never returns). This improves stack traces considerably.
  /external/bison/lib/
bbitset.h 160 if (!BITSET_COMPATIBLE_ (DST, SRC)) abort ();
164 || !BITSET_COMPATIBLE_ (DST, SRC2)) abort ();
168 || !BITSET_COMPATIBLE_ (DST, SRC3)) abort ();
  /external/kernel-headers/original/linux/raid/
md_k.h 174 * ERR: and IO error was detected - abort the resync/recovery
175 * INTR: someone requested a (clean) early abort.
269 * if appropriate, and should abort recovery if needed
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 62 * safe. In particular, {@link #close} will always immediately abort ongoing
192 * <p>{@link #close} can be used to abort this call from another thread.
216 // abort blocking operations on the socket
  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 200 * Called when a ABORT request is received.
213 * If an ABORT request is received during the processing of a PUT request,
234 * If an ABORT request is received during the processing of a GET request,
  /ndk/docs/system/libc/
CHANGES.TXT 100 - abort(): ARM-specific hack to preserve the 'lr' register when abort()
102 abort() never returns). This improves stack traces considerably.
  /bionic/libc/arch-arm/bionic/
_setjmp.S 105 bl PIC_SYM(_C_LABEL(abort), PLT)
setjmp.S 135 bl PIC_SYM(_C_LABEL(abort), PLT)
  /bionic/libc/kernel/common/linux/
fd.h 69 abort, member in struct:floppy_max_errors
  /bionic/libstdc++/include/
cstdlib 41 using ::abort;

Completed in 183 milliseconds

1 2 3 4 56 7 8 91011>>