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

1 2 3 4 5 6 7

  /external/skia/src/sksl/ir/
SkSLType.cpp 52 default: ABORT("unsupported vector column count (%d)", columns);
59 default: ABORT("unsupported matrix column count (%d)", columns);
66 default: ABORT("unsupported matrix column count (%d)", columns);
73 default: ABORT("unsupported matrix column count (%d)", columns);
75 default: ABORT("unsupported row count (%d)", rows);
84 default: ABORT("unsupported vector column count (%d)", columns);
91 default: ABORT("unsupported matrix column count (%d)", columns);
98 default: ABORT("unsupported matrix column count (%d)", columns);
105 default: ABORT("unsupported matrix column count (%d)", columns);
107 default: ABORT("unsupported row count (%d)", rows)
    [all...]
SkSLSwizzle.h 58 ABORT("cannot swizzle %s\n", value.description().c_str());
  /external/skia/src/sksl/ast/
SkSLASTSuffix.h 40 ABORT("unsupported suffix operator");
  /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:
  /external/skia/src/sksl/
SkSLMemoryLayout.h 39 ABORT("unreachable");
68 ABORT(("cannot determine size of type " + type.name()).c_str());
82 ABORT("type does not have a stride");
119 ABORT(("cannot determine size of type " + type.name()).c_str());
SkSLUtil.h 145 #define ABORT(...) { SkDebugf(__VA_ARGS__); sksl_abort(); }
147 #define ABORT(...) { sksl_abort(); }
  /external/libese/libese-teq1/
teq1.c 28 return "Abort";
78 case S(ABORT, REQUEST):
79 return "S(ABORT, REQUEST)";
80 case S(ABORT, RESPONSE):
81 return "S(ABORT, RESPONSE)";
491 * If a S(ABORT) is injected into this engine, then we may have sent an
492 * abort.
494 case TEQ1_RULE(S(ABORT, REQUEST), S(ABORT, RESPONSE)):
497 case TEQ1_RULE(S(ABORT, RESPONSE), R(0, 0, 0))
    [all...]
  /external/jline/src/src/main/java/jline/
ConsoleOperations.java 280 final static short ABORT = -64;
  /hardware/interfaces/soundtrigger/2.0/
ISoundTriggerHwCallback.hal 24 ABORT = 1,
  /bionic/libc/kernel/android/scsi/
scsi.h 81 #define ABORT ABORT_TASK_SET
  /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;
  /device/google/contexthub/firmware/app/chre/common/
chre_app_syscalls.c 75 (void)syscallDo1P(SYSCALL_CHRE_API(ABORT), abortCode);
  /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"
  /hardware/interfaces/tv/cec/1.0/
types.hal 123 ABORT = 0xFF,
127 * Operand description [Abort Reason]
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 91 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
104 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
105 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
115 CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
116 CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
  /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/kernel-headers/modified/scsi/
scsi.h 144 #define ABORT ABORT_TASK_SET
156 #define DID_ABORT 0x05 /* Told to abort for some other reason */

Completed in 4948 milliseconds

1 2 3 4 5 6 7