HomeSort by relevance Sort by last modified time
    Searched defs:ABORT (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /frameworks/support/room/common/src/main/java/android/arch/persistence/room/
Insert.java 55 * @return How to handle conflicts. Defaults to {@link OnConflictStrategy#ABORT}.
58 int onConflict() default OnConflictStrategy.ABORT;
Update.java 36 * @return How to handle conflicts. Defaults to {@link OnConflictStrategy#ABORT}.
39 int onConflict() default OnConflictStrategy.ABORT;
OnConflictStrategy.java 32 @IntDef({OnConflictStrategy.REPLACE, OnConflictStrategy.ROLLBACK, OnConflictStrategy.ABORT,
44 * OnConflict strategy constant to abort the transaction.
46 int ABORT = 3;
  /external/python/cpython2/Lib/lib-tk/
tkMessageBox.py 45 ABORT = "abort"
  /hardware/qcom/gps/msm8084/utils/
loc_timer.c 41 ABORT
182 t->state = ABORT;
  /hardware/qcom/gps/msm8994/utils/
loc_timer.c 41 ABORT
199 t->state = ABORT;
  /hardware/qcom/gps/utils/
loc_timer.c 41 ABORT
198 t->state = ABORT;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkMessageBox.py 45 ABORT = "abort"
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkMessageBox.py 45 ABORT = "abort"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 45 ABORT = "abort"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 45 ABORT = "abort"
  /cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
TestCompanion.java 59 * @return if the test companion should abort
84 private void abort() { method in class:TestCompanion
85 mHandler.obtainMessage(TestHandler.ABORT).sendToTarget();
105 abort(); method
139 static final int ABORT = 2;
157 case ABORT:
  /bionic/libc/kernel/android/scsi/scsi/
scsi.h 69 #define ABORT ABORT_TASK_SET
  /external/skia/src/sksl/
SkSLUtil.h 273 #define ASSERT(x) (void)((x) || (ABORT("failed assert(%s): %s:%d\n", #x, __FILE__, __LINE__), 0))
290 #define ABORT(...) (printf(__VA_ARGS__), sksl_abort())
  /system/security/keystore/include/keystore/
IKeystoreService.h 109 ABORT = IBinder::FIRST_CALL_TRANSACTION + 30,
222 virtual ::keystore::KeyStoreServiceReturnCode abort(const sp<IBinder>& handle) = 0;
  /external/jline/src/src/main/java/jline/
ConsoleOperations.java 280 final static short ABORT = -64;
  /external/e2fsprogs/ext2ed/
ext2ed.h 370 #define ABORT 0
  /external/kernel-headers/modified/scsi/
scsi.h 144 #define ABORT ABORT_TASK_SET
156 #define DID_ABORT 0x05 /* Told to abort for some other reason */
  /external/kernel-headers/original/scsi/
scsi.h 137 #define ABORT ABORT_TASK_SET
148 #define DID_ABORT 0x05 /* Told to abort for some other reason */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
scsi.h 193 #define ABORT 0x06
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
scsi.h 193 #define ABORT 0x06
  /bionic/libc/include/arpa/
telnet.h 49 #define AO 245 /* abort output--but let prog finish */
56 #define ABORT 238 /* Abort process */
64 "EOF", "SUSP", "ABORT", "EOR",
222 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /development/ndk/platforms/android-21/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
telnet.h 52 #define AO 245 /* abort output--but let prog finish */
59 #define ABORT 238 /* Abort process */
67 "EOF", "SUSP", "ABORT", "EOR",
220 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \

Completed in 2071 milliseconds

1 2 3 4 5 6