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

1 2 3 4 5 67 8 9

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
fd.h 69 abort, member in struct:floppy_max_errors
  /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/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...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java 519 * See javax.security.auth.spi.LoginModule.abort()
521 public boolean abort() throws LoginException { method in class:LoginContext1Test.TestLoginModule
1998 public boolean abort() throws LoginException { method in class:LoginContext1Test.TestLoginModule_Contexted
    [all...]
  /external/valgrind/main/coregrind/
m_main.c 193 " --require-text-symbol=:sonamepattern:symbolpattern abort run if the\n"
2670 void abort(void){ function
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 120 boolean launchFailed; // set if a launched failed, to abort on 2nd try
666 pendingOptions.abort();
675 pendingOptions.abort();
727 pendingOptions.abort();
    [all...]
ActivityStack.java     [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 508 * {@link #cancel()}, but also abort all motion in progress and snap to the end of any
511 public void abort() { method in class:ViewDragHelper
    [all...]
SlidingPaneLayout.java 633 mDragHelper.abort();
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 744 request.abort();
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h 1748 void (JNICALL *abort)(); member in struct:JDK1_1InitArgs
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 233 // Windows CE has no C library. The abort() function is used in
236 static void abort() { function in namespace:testing::internal
462 abort();
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 2392 int abort; member in struct:__anon17225
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 382 public void abort() { method in class:ResearchLogger
384 Log.d(TAG, "abort called");
539 boolean isLogDeleted = abort();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 1191 tAVRC_NEXT_CMD abort; \/* Abort *\/ member in union:__anon929
1405 tAVRC_RSP abort; \/* Abort *\/ member in union:__anon948
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 406 var ABORT = false;
413 function abort(text) { function
415 ABORT = true;
420 abort('Assertion failed: ' + text);
521 default: abort('invalid type for setValue: ' + type);
537 default: abort('invalid type for setValue: ' + type);
665 abort('Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value, or (2) set Module.TOTAL_MEMORY before the program runs.');
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 464 var ABORT = false; // whether we are quitting the application. no code should run after this. set in exit() and abort()
471 function abort(text) { function
473 ABORT = true;
478 abort('Assertion failed: ' + text);
579 default: abort('invalid type for setValue: ' + type);
595 default: abort('invalid type for setValue: ' + type);
727 abort('Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value, or (2) set Module.TOTAL_MEMORY before the program runs.');
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3311 function abort(sp) function
    [all...]
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 415 milliseconds

1 2 3 4 5 67 8 9