HomeSort by relevance Sort by last modified time
    Searched refs:abort (Results 76 - 100 of 731) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/compile/libbcc/include/bcc/
Assert.h 45 abort(); \
  /frameworks/compile/libbcc/runtime/lib/
absvti2.c 29 abort();
trampoline_setup.c 29 /* enough space on stack for the trampoline, abort */
31 abort();
  /frameworks/compile/linkloader/utils/
rsl_assert.cpp 41 abort();
  /external/webkit/Source/WebKit/chromium/src/
IDBTransactionBackendProxy.cpp 70 void IDBTransactionBackendProxy::abort() function in class:WebKit::IDBTransactionBackendProxy
72 m_webIDBTransaction->abort();
WebIDBTransactionImpl.cpp 62 void WebIDBTransactionImpl::abort() function in class:WebKit::WebIDBTransactionImpl
64 m_backend->abort();
WebIDBTransactionImpl.h 46 virtual void abort();
AsyncFileWriterChromium.h 60 virtual void abort();
IDBTransactionBackendProxy.h 46 virtual void abort();
  /external/webkit/Tools/EWSTools/
start-queue.sh 47 git rebase --abort
  /external/chromium/third_party/libjingle/source/talk/base/
common.cc 60 abort();
  /external/valgrind/main/none/tests/
valgrind_cpp_test.cpp 46 abort();
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendInterface.h 54 virtual void abort() = 0;
IDBPendingTransactionMonitor.cpp 66 m_transactions->at(i)->abort();
IDBTransaction.h 63 void abort();
68 DEFINE_ATTRIBUTE_EVENT_LISTENER(abort);
  /external/qemu/
oslib-win32.c 38 abort();
48 abort();
63 abort();
qemu-malloc.c 46 abort();
57 abort();
68 abort();
  /bionic/libc/unistd/
open.c 58 abort();
openat.c 59 abort();
  /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
  /external/compiler-rt/lib/
int_util.c 29 panic("%s:%d: abort in %s", file, line, function);
41 __assert_rtn(function, file, line, "libcompiler_rt abort");
47 /* Get the system definition of abort() */
53 abort();
  /external/qemu/target-i386/
kvm-gs-restore.c 51 abort();
61 abort();
73 abort();
83 abort();
  /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
  /external/webkit/Source/WebCore/fileapi/
FileWriter.h 62 void abort(ExceptionCode&);
86 DEFINE_ATTRIBUTE_EVENT_LISTENER(abort);
  /external/libppp/src/
chat.c 231 if (c->abort.num < MAXABORTS) {
235 for (i = 0; i < c->abort.num; i++)
236 if (len > c->abort.string[i].len) {
239 for (last = c->abort.num; last > i; last--) {
240 c->abort.string[last].data = c->abort.string[last-1].data;
241 c->abort.string[last].len = c->abort.string[last-1].len;
245 c->abort.string[i].len = len;
246 if ((c->abort.string[i].data = (char *)malloc(len+1)) != NULL)
    [all...]

Completed in 1034 milliseconds

1 2 34 5 6 7 8 91011>>