HomeSort by relevance Sort by last modified time
    Searched defs:abort (Results 151 - 175 of 423) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/boringssl/mac-x86_64/crypto/fipsmodule/
aes-x86_64.S 1122 jne L$abort
1282 L$abort:
    [all...]
  /external/iptables/iptables/
nft-shared.h 264 int (*abort)(struct nft_handle *h); member in struct:nft_xt_restore_cb
  /external/python/cpython3/Lib/
imaplib.py 163 IMAP4 server errors raise <instance>.abort("<reason>"),
166 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
169 "abort" exceptions imply the connection should be reset, and
180 class abort(error): pass # Service errors - close and retry class in class:IMAP4
181 class readonly(abort): pass # Mailbox status changed to READ-ONLY
412 return None if the client abort response '*' should be sent instead.
795 raise self.abort('TLS session already established')
797 raise self.abort('TLS not supported by server')
926 raise self.abort(bye[-1].decode(self._encoding, 'replace'))
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py 1039 def abort(self): member in class:BarrierProxy
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 265 * Abort all existing inflation tasks
269 mRunningTask.abort();
275 // abort any existing inflation
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationInflater.java 660 public void abort() { method in class:NotificationInflater.AsyncInflationTask
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 515 /* check remote abort */
522 /* abort happens */
562 putOperation.abort();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fd.h 89 abort, /* number of errors to be reached before aborting */ member in struct:floppy_max_errors
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 523 extern void abort (void);
677 /* Redefine abort to report an internal error w/o coredump, and
680 #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) macro
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
libbfd-in.h 802 #undef abort
803 #define abort() _bfd_abort (__FILE__, __LINE__, __PRETTY_FUNCTION__)
799 #undef abort macro
800 #define abort macro
  /toolchain/binutils/binutils-2.27/gas/
as.h 90 #undef abort macro
91 #define abort() as_abort (__FILE__, __LINE__, __PRETTY_FUNCTION__) macro
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
UsbDeviceTestActivity.java 1301 void abort() { method in class:UsbDeviceTestActivity.TestThread
    [all...]
  /bionic/libc/kernel/uapi/linux/
fd.h 57 unsigned int abort, read_track, reset, recal, reporting; member in struct:floppy_max_errors
  /device/google/contexthub/contexthubhal/
system_comms.h 167 virtual void abort(int32_t) = 0;
198 void abort(int32_t status) { function in class:android::nanohub::SystemComm::Session
  /device/google/contexthub/firmware/os/core/
seos.c 772 static bool osStopTask(struct Task *task, bool abort)
786 if (abort)
1132 void abort(void) function
    [all...]
  /external/autotest/frontend/afe/
models.py 757 queue_entry.abort()
1725 def abort(self): member in class:Job
2011 def abort(self): member in class:HostQueueEntry
2171 def abort(self): member in class:SpecialTask
    [all...]
  /external/boringssl/win-x86_64/crypto/fipsmodule/
aes-x86_64.asm 1164 jne NEAR $L$abort
1324 $L$abort:
    [all...]
  /external/kernel-headers/original/uapi/linux/
fd.h 90 abort, /* number of errors to be reached before aborting */ member in struct:floppy_max_errors
  /external/perf_data_converter/src/quipper/kernel/
perf_internals.h 222 u64 abort : 1; member in struct:quipper::branch_flags
  /external/v8/src/interpreter/
interpreter-assembler.cc 1273 Branch(WordEqual(lhs, rhs), &ok, &abort); local
    [all...]
  /external/valgrind/coregrind/
m_main.c 209 " --require-text-symbol=:sonamepattern:symbolpattern abort run if the\n"
2417 void abort(void){ function
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 318 public void abort(String callId, Session.Info sessionInfo) {
1620 private void abort(String callId) { method in class:ConnectionService
    [all...]
  /frameworks/support/customview/src/main/java/androidx/customview/widget/
ViewDragHelper.java 521 * {@link #cancel()}, but also abort all motion in progress and snap to the end of any
524 public void abort() { method in class:ViewDragHelper
    [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java 1563 public sun.net.ftp.FtpClient abort() throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 269 public void abort(String callId, Session.Info info) throws RemoteException { } method in class:ConnectionServiceFixture.FakeConnectionService

Completed in 944 milliseconds

1 2 3 4 5 67 8 91011>>