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

1 2 3 4 5 6

  /external/skia/src/sksl/
SkSLUtil.h 145 #define ABORT(...) { SkDebugf(__VA_ARGS__); sksl_abort(); }
147 #define ABORT(...) { sksl_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.h 81 #define ABORT ABORT_TASK_SET
  /system/security/keystore/include/keystore/
IKeystoreService.h 109 ABORT = IBinder::FIRST_CALL_TRANSACTION + 30,
223 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 50 #define AO 245 /* abort output--but let prog finish */
57 #define ABORT 238 /* Abort process */
65 "EOF", "SUSP", "ABORT", "EOR",
203 "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", \
  /external/syslinux/gpxe/src/drivers/net/
sis190.h 210 ABORT = 0x00800000,
  /external/tcpdump/
print-telnet.c 77 #define AO 245 /* abort output--but let prog finish */
84 #define ABORT 238 /* Abort process */
92 "EOF", "SUSP", "ABORT", "EOR",
237 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/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", \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/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", \

Completed in 734 milliseconds

1 2 3 4 5 6