Home
last modified time | relevance | path

Searched refs:ABORT (Results 1 – 25 of 51) sorted by relevance

123

/external/skia/src/sksl/ir/
DSkSLType.cpp52 default: ABORT("unsupported vector column count (%d)", columns); in toCompound()
59 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
66 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
73 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
75 default: ABORT("unsupported row count (%d)", rows); in toCompound()
84 default: ABORT("unsupported vector column count (%d)", columns); in toCompound()
91 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
98 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
105 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
107 default: ABORT("unsupported row count (%d)", rows); in toCompound()
[all …]
DSkSLSwizzle.h58 ABORT("cannot swizzle %s\n", value.description().c_str()); in get_type()
/external/libese/libese-teq1/
Dteq1.c78 case S(ABORT, REQUEST): in teq1_pcb_to_name()
80 case S(ABORT, RESPONSE): in teq1_pcb_to_name()
494 case TEQ1_RULE(S(ABORT, REQUEST), S(ABORT, RESPONSE)): in teq1_rules()
497 case TEQ1_RULE(S(ABORT, RESPONSE), R(0, 0, 0)): in teq1_rules()
498 case TEQ1_RULE(S(ABORT, RESPONSE), R(1, 0, 0)): in teq1_rules()
504 case TEQ1_RULE(I(0, 1), S(ABORT, REQUEST)): in teq1_rules()
505 case TEQ1_RULE(I(1, 1), S(ABORT, REQUEST)): in teq1_rules()
506 case TEQ1_RULE(R(0, 0, 0), S(ABORT, REQUEST)): in teq1_rules()
507 case TEQ1_RULE(R(0, 0, 1), S(ABORT, REQUEST)): in teq1_rules()
508 case TEQ1_RULE(R(0, 1, 0), S(ABORT, REQUEST)): in teq1_rules()
[all …]
/external/skia/src/sksl/
DSkSLMemoryLayout.h39 ABORT("unreachable"); in roundUpIfNeeded()
68 ABORT(("cannot determine size of type " + type.name()).c_str()); in alignment()
82 ABORT("type does not have a stride"); in stride()
119 ABORT(("cannot determine size of type " + type.name()).c_str()); in size()
DSkSLUtil.h145 #define ABORT(...) { SkDebugf(__VA_ARGS__); sksl_abort(); } macro
147 #define ABORT(...) { sksl_abort(); } macro
DSkSLGLSLCodeGenerator.cpp125 ABORT("unsupported expression: %s", expr.description().c_str()); in writeExpression()
410 default: ABORT("unsupported binary operator"); in get_binary_precedence()
697 ABORT("unsupported statement: %s", s.description().c_str()); in writeStatement()
855 ABORT("unsupported program element"); in generateCode()
DSkSLSPIRVCodeGenerator.cpp774 ABORT("unsupported SPIR-V op"); in opcode_text()
1083 ABORT("runtime-sized arrays are not yet supported"); in getType()
1109 ABORT("invalid type: %s", type.description().c_str()); in getType()
1222 ABORT("unsupported expression: %s", expr.description().c_str()); in writeExpression()
1241 ABORT("invalid call %s, cannot operate on '%s'", c.description().c_str(), in writeIntrinsicCall()
1278 ABORT("unsupported intrinsic kind"); in writeIntrinsicCall()
1531 ABORT("unimplemented"); in writeMatrixCopy()
1625 ABORT("unsupported constructor: %s", c.description().c_str()); in writeConstructor()
1965 ABORT("invalid operandType: %s", operandType.description().c_str()); in writeBinaryOperation()
2094 ABORT("unsupported binary expression: %s", b.description().c_str()); in writeBinaryExpression()
[all …]
DSkSLToken.h174 ABORT("unsupported operator: %d\n", kind); in OperatorName()
DSkSLIRGenerator.cpp185 ABORT("unsupported statement type: %d\n", statement.fKind); in convertStatement()
715 ABORT("unsupported expression type: %d\n", expr.fKind); in convertExpression()
771 ABORT("unsupported symbol type %d\n", result->fKind); in convertIdentifier()
1424 ABORT("unsupported prefix operator\n"); in convertPrefixExpression()
1623 ABORT("unsupported suffix operator"); in convertSuffixExpression()
/external/iptables/extensions/
Dlibxt_sctp.man10 Chunk types: DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOK…
16 ABORT T t
Dlibxt_sctp.t18 -p sctp -m sctp --chunk-types all ABORT;=;OK
/external/skia/src/sksl/ast/
DSkSLASTSuffix.h40 ABORT("unsupported suffix operator"); in description()
/external/arm-neon-tests/
Darmscript.inc1 ERROR=ABORT // Abort if error occurs when processing the script
/external/jline/src/src/main/java/jline/
DConsoleOperations.java280 final static short ABORT = -64; field
DConsoleReader.java90 names.put("ABORT", new Short(ABORT));
533 case ABORT: in readLine()
655 case ABORT: in readLine()
/external/kernel-headers/original/scsi/
Dscsi.h137 #define ABORT ABORT_TASK_SET macro
/external/kernel-headers/modified/scsi/
Dscsi.h144 #define ABORT ABORT_TASK_SET macro
/external/jline/src/src/main/resources/jline/
Dwindowsbindings.properties23 7: ABORT
Dkeybindings.properties20 7: ABORT
/external/e2fsprogs/ext2ed/
Ddir_com.c113 if (return_code==ABORT || return_code==FOUND) in search_dir_entries()
145 *status=ABORT;return (info); /* There was no match */ in search_dir_entries()
Dext2ed.h370 #define ABORT 0 macro
/external/autotest/site_utils/admin/scripts/
Dcheck_db.out72 ABORT 9469
/external/syslinux/gpxe/src/drivers/net/
Dsis190.h210 ABORT = 0x00800000, enumerator
Dsis900.h214 ABORT = 0x04000000, enumerator
/external/tcpdump/
Dprint-telnet.c84 #define ABORT 238 /* Abort process */ macro

123