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

1 2 3 4 5 6 7

  /frameworks/support/room/common/src/main/java/android/arch/persistence/room/
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;
Insert.java 55 * @return How to handle conflicts. Defaults to {@link OnConflictStrategy#ABORT}.
58 int onConflict() default OnConflictStrategy.ABORT;
  /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...]
SkSLExpression.h 66 ABORT("cannot call compareConstant on this type");
SkSLSwizzle.h 60 ABORT("cannot swizzle %s\n", value.description().c_str());
SkSLVariableReference.h 115 ABORT("unsupported constant\n");
  /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 %s", type.name().c_str());
82 ABORT("type does not have a stride");
119 ABORT("cannot determine size of type %s", type.name().c_str());
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())
  /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)";
506 * If a S(ABORT) is injected into this engine, then we may have sent an
507 * abort.
509 case TEQ1_RULE(S(ABORT, REQUEST), S(ABORT, RESPONSE)):
512 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;
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/processor/
OnConflictProcessor.kt 48 OnConflictStrategy.ABORT -> "ABORT"
  /hardware/interfaces/soundtrigger/2.0/
ISoundTriggerHwCallback.hal 24 ABORT = 1,
  /bionic/libc/kernel/android/scsi/scsi/
scsi.h 69 #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);
  /external/python/cpython2/Lib/lib-tk/
tkMessageBox.py 45 ABORT = "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"

Completed in 2395 milliseconds

1 2 3 4 5 6 7