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

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/telecom/src/android/telecom/cts/
MockConnection.java 120 mRemoteConnection.abort();
  /external/autotest/scheduler/
monitor_db.py 189 metadata_reporter.abort()
1132 def abort(self): member in class:Agent
1263 def abort(self): member in class:AbstractQueueTask
    [all...]
scheduler_models.py 151 def abort(self): member in class:DelayedCallTask
825 def abort(self, dispatcher): member in class:HostQueueEntry
844 # filtering out finished agent, HQE abort won't be able to proceed.
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
model.py 197 # failed, we can't abort a mr.
918 # Shard can be in aborted state when user issued abort, or controller
919 # issued abort because some other shard failed.
1200 def abort(cls, mapreduce_id, **kwargs): member in class:MapreduceControl
    [all...]
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 121 other->abort();
127 abort();
139 abort();
145 void abort() { function in class:clang::ParsingDeclRAIIObject
194 void abort() { function in class:clang::ParsingDeclSpec
195 ParsingRAII.abort();
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.c 375 abort (void) function
dbus-sysdeps-wince-glue.h 98 #define abort _dbus_wince_abort macro
99 void abort (void);
  /frameworks/base/obex/javax/obex/
ServerOperation.java 361 * ended, an abort was received, the final bit was set in the
522 // Here we need to check for and handle abort (throw an exception).
537 * Determine if an ABORT was sent as the reply
582 * This method will look for an abort from the peer during a SRM transfer.
586 * An Abort request will be handled, and cause an IOException("Abort Received").
588 * @throws IOException if an abort request have been received.
601 * Determine if an ABORT was sent as the reply
616 /* TODO: To increase the speed of the abort operation in SRM, we need
619 * message to be send over the socket, that in the abort cas
635 public void abort() throws IOException { method in class:ServerOperation
    [all...]
  /libcore/ojluni/src/main/native/
jvm.h 1467 void (JNICALL *abort)(void); member in struct:JDK1_1InitArgs
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsObexClient.java 460 putOperation.abort();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 445 /* check remote abort */
450 /* abort happens */
485 putOperation.abort();
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java 153 void abort() { method in class:CreateConnectionProcessor
154 Log.v(this, "abort");
164 service.abort(mCall);
392 mService.abort(mCall);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 318 #pragma push_macro("abort")
319 #undef abort macro
320 void __cdecl __declspec(noreturn) abort(void);
321 #pragma pop_macro("abort")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 129 IMAP4 server errors raise <instance>.abort("<reason>"),
132 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
135 "abort" exceptions imply the connection should be reset, and
146 class abort(error): pass # Service errors - close and retry class in class:IMAP4
147 class readonly(abort): pass # Mailbox status changed to READ-ONLY
340 It should return None if the client abort response '*' should
815 raise self.abort(bye[-1])
859 raise self.abort('socket error: %s' % val)
884 raise self.abort('socket error: %s' % val)
898 except self.abort, val
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
xmlbuilder.py 346 def abort(self): member in class:DocumentLS
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 129 IMAP4 server errors raise <instance>.abort("<reason>"),
132 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
135 "abort" exceptions imply the connection should be reset, and
146 class abort(error): pass # Service errors - close and retry class in class:IMAP4
147 class readonly(abort): pass # Mailbox status changed to READ-ONLY
340 It should return None if the client abort response '*' should
815 raise self.abort(bye[-1])
859 raise self.abort('socket error: %s' % val)
884 raise self.abort('socket error: %s' % val)
898 except self.abort, val
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
xmlbuilder.py 346 def abort(self): member in class:DocumentLS
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 129 IMAP4 server errors raise <instance>.abort("<reason>"),
132 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
135 "abort" exceptions imply the connection should be reset, and
146 class abort(error): pass # Service errors - close and retry class in class:IMAP4
147 class readonly(abort): pass # Mailbox status changed to READ-ONLY
340 It should return None if the client abort response '*' should
815 raise self.abort(bye[-1])
859 raise self.abort('socket error: %s' % val)
884 raise self.abort('socket error: %s' % val)
898 except self.abort, val
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 346 def abort(self): member in class:DocumentLS
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 129 IMAP4 server errors raise <instance>.abort("<reason>"),
132 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
135 "abort" exceptions imply the connection should be reset, and
146 class abort(error): pass # Service errors - close and retry class in class:IMAP4
147 class readonly(abort): pass # Mailbox status changed to READ-ONLY
340 It should return None if the client abort response '*' should
815 raise self.abort(bye[-1])
859 raise self.abort('socket error: %s' % val)
884 raise self.abort('socket error: %s' % val)
898 except self.abort, val
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 346 def abort(self): member in class:DocumentLS
  /system/keymaster/
android_keymaster_test_utils.cpp 328 return device()->abort(device(), op_handle_);
705 device_.abort = abort;
885 static keymaster_error_t abort(const struct keymaster1_device* dev, function in class:keymaster::test::Sha256OnlyWrapper
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ld.h 306 #undef abort macro
307 #define abort() ld_abort (__FILE__, __LINE__, __PRETTY_FUNCTION__) macro
  /frameworks/base/core/java/android/app/
ActivityOptions.java 960 public void abort() { method in class:ActivityOptions
1012 public static void abort(ActivityOptions options) { method in class:ActivityOptions
    [all...]
  /development/ndk/platforms/android-3/include/linux/
fd.h 69 abort, member in struct:floppy_max_errors

Completed in 2819 milliseconds

1 2 34 5 6 7 8 91011>>