/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLType.cpp | 62 default: ABORT("unsupported vector column count (%d)", columns); in toCompound() 69 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound() 76 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound() 83 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound() 85 default: ABORT("unsupported row count (%d)", rows); in toCompound() 94 default: ABORT("unsupported vector column count (%d)", columns); in toCompound() 101 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound() 108 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound() 115 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound() 117 default: ABORT("unsupported row count (%d)", rows); in toCompound() [all …]
|
D | SkSLExpression.h | 70 ABORT("cannot call compareConstant on this type"); in compareConstant() 78 ABORT("not a constant int"); in getConstantInt() 86 ABORT("not a constant float"); in getConstantFloat()
|
D | SkSLConstructor.h | 159 ABORT("failed to find vector component %d in %s\n", index, description().c_str()); in getVecComponent() 213 ABORT("can't happen, matrix component out of bounds"); in getMatComponent()
|
D | SkSLVariableReference.cpp | 87 ABORT("unsupported constant\n"); in copy_constant()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLMemoryLayout.h | 41 ABORT("unreachable"); in roundUpIfNeeded() 70 ABORT("cannot determine size of type %s", type.name().c_str()); in alignment() 91 ABORT("type does not have a stride"); in stride() 131 ABORT("cannot determine size of type %s", type.name().c_str()); in size()
|
D | SkSLJIT.cpp | 273 ABORT("unsupported type"); in getType() 466 ABORT("unsupported lvalue"); in getLValue() 481 ABORT("unsupported type: %s\n", type.description().c_str()); in typeKind() 521 ABORT("unsupported typeKind"); \ in compileBinary() 541 ABORT("unsupported typeKind"); \ in compileBinary() 558 ABORT("unsupported typeKind"); \ in compileBinary() 620 ABORT("unsupported typeKind"); in compileBinary() 659 ABORT("unsupported typeKind"); in compileBinary() 730 ABORT("unsupported binary operator"); in compileBinary() 757 ABORT("unsupported typeKind"); in compilePostfix() [all …]
|
D | SkSLDefines.h | 40 #define ABORT(...) (printf(__VA_ARGS__), sksl_abort()) macro
|
D | SkSLMetalCodeGenerator.cpp | 161 ABORT("unsupported expression: %s", expr.description().c_str()); in writeExpression() 196 ABORT("unsupported metal intrinsic kind"); in writeIntrinsicCall() 201 ABORT("unsupported intrinsic kind"); in writeIntrinsicCall() 373 ABORT("unsupported special intrinsic kind"); in writeSpecialIntrinsic() 642 default: ABORT("unsupported binary operator"); in GetBinaryPrecedence() 774 ABORT("internal error; setting was not folded to a constant during compilation\n"); in writeSetting() 1186 ABORT("unsupported statement: %s", s.description().c_str()); in writeStatement() 1508 ABORT("unsupported program element"); in writeProgramElement()
|
D | SkSLGLSLCodeGenerator.cpp | 103 ABORT("unsupported vector type"); in getTypeName() 118 ABORT("unsupported matrix type"); in getTypeName() 236 ABORT("unsupported expression: %s", expr.description().c_str()); in writeExpression() 911 default: ABORT("unsupported binary operator"); in writeFunctionCall() 1038 ABORT("internal error; setting was not folded to a constant during compilation\n"); in writeFunctionCall() 1332 ABORT("unsupported statement: %s", s.description().c_str()); in writeFunctionCall() 1540 ABORT("unsupported program element"); in writeFunctionCall()
|
/third_party/flutter/skia/src/sksl/lex/ |
D | LexUtil.h | 15 #define ABORT(...) (fprintf(stderr, __VA_ARGS__), abort()) macro 16 #define SkASSERT(x) (void)((x) || (ABORT("failed SkASSERT(%s): %s:%d\n", #x, __FILE__, __LINE__), 0…
|
D | NFAState.h | 78 ABORT("unreachable"); in accept() 134 ABORT("unreachable"); in description()
|
/third_party/iptables/extensions/ |
D | libxt_sctp.man | 11 Chunk types: DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOK… 17 ABORT T t
|
D | libxt_sctp.t | 18 -p sctp -m sctp --chunk-types all ABORT;=;OK
|
/third_party/FatFs/source/ |
D | ff.c | 165 #define ABORT(fs, res) { fp->err = (BYTE)(res); LEAVE_FF(fs, res); } macro 3557 if (clst < 2) ABORT(fs, FR_INT_ERR); in f_read() 3558 if (clst == 0xFFFFFFFF) ABORT(fs, FR_DISK_ERR); in f_read() 3562 if (sect == 0) ABORT(fs, FR_INT_ERR); in f_read() 3569 if (disk_read(fs->pdrv, rbuff, sect, cc) != RES_OK) ABORT(fs, FR_DISK_ERR); in f_read() 3575 if (copy_ret != EOK) ABORT(fs, FR_INVALID_PARAMETER); in f_read() 3584 if (copy_ret != EOK) ABORT(fs, FR_INVALID_PARAMETER); in f_read() 3598 if (disk_write(fs->pdrv, fp->buf, fp->sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); in f_read() 3602 …if (disk_read(fs->pdrv, fp->buf, sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); /* Fill sector cache … in f_read() 3610 if (move_window(fs, fp->sect) != FR_OK) ABORT(fs, FR_DISK_ERR); /* Move sector window */ in f_read() [all …]
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/musl/include/scsi/ |
D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/musl/ndk_musl_include/scsi/ |
D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
D | scsi.h | 116 #define ABORT 0x06 macro
|
/third_party/python/Lib/tkinter/ |
D | messagebox.py | 49 ABORT = "abort" variable
|
/third_party/musl/include/arpa/ |
D | telnet.h | 21 #define ABORT 238 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | telnet.h | 21 #define ABORT 238 macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | telnet.h | 21 #define ABORT 238 macro
|
/third_party/musl/ndk_musl_include/arpa/ |
D | telnet.h | 21 #define ABORT 238 macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | telnet.h | 21 #define ABORT 238 macro
|