Searched refs:ABORT (Results 1 - 25 of 38) sorted by relevance

12

/external/skia/src/sksl/ir/
H A DSkSLType.cpp52 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("unsupporte
[all...]
H A DSkSLExpression.h66 ABORT("cannot call compareConstant on this type");
H A DSkSLSwizzle.h60 ABORT("cannot swizzle %s\n", value.description().c_str());
H A DSkSLVariableReference.h115 ABORT("unsupported constant\n");
H A DSkSLConstructor.h144 ABORT("failed to find vector component %d in %s\n", index, description().c_str());
201 ABORT("can't happen, matrix component out of bounds");
H A DSkSLLayout.h68 ABORT("Unexpected format");
/external/skia/src/sksl/ast/
H A DSkSLASTSuffix.h40 ABORT("unsupported suffix operator");
/external/skia/src/sksl/
H A DSkSLMemoryLayout.h39 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());
H A DSkSLUtil.h273 #define ASSERT(x) (void)((x) || (ABORT("failed assert(%s): %s:%d\n", #x, __FILE__, __LINE__), 0))
290 #define ABORT(...) (printf(__VA_ARGS__), sksl_abort()) macro
H A DSkSLCPPCodeGenerator.cpp126 ABORT("unsupported default_value type\n");
152 ABORT("unsupported runtime value type\n");
174 ABORT("should have found sampler in parameters\n");
347 ABORT("unsupported uniform type: %s %s;\n", var.fType.name().c_str(), var.fName.c_str());
532 ABORT("no automatic key handling for mat4\n");
H A DSkSLToken.h185 ABORT("unsupported operator: %d\n", kind);
H A DSkSLGLSLCodeGenerator.cpp127 ABORT("unsupported expression: %s", expr.description().c_str());
413 default: ABORT("unsupported binary operator");
487 ABORT("internal error; setting was not folded to a constant during compilation\n");
713 ABORT("unsupported statement: %s", s.description().c_str());
877 ABORT("unsupported program element");
H A DSkSLSPIRVCodeGenerator.cpp771 ABORT("unsupported SPIR-V op");
1112 ABORT("invalid type: %s", type.description().c_str());
1233 ABORT("unsupported expression: %s", expr.description().c_str());
1252 ABORT("invalid call %s, cannot operate on '%s'", c.description().c_str(),
1289 ABORT("unsupported intrinsic kind");
1576 ABORT("unimplemented");
1672 ABORT("unsupported constructor: %s", c.description().c_str());
2022 ABORT("invalid operandType: %s", operandType.description().c_str());
2188 ABORT("unsupported binary expression: %s", b.description().c_str());
2362 ABORT("unsupporte
[all...]
H A DSkSLCFGGenerator.cpp141 ABORT("invalid lvalue: %s\n", lvalue->description().c_str());
239 ABORT("unhandled expression: %s\n", expr->description().c_str());
612 ABORT("unsupported statement kind");
/external/libese/libese-teq1/
H A Dteq1.c78 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
509 case TEQ1_RULE(S(ABORT, REQUEST), S(ABORT, RESPONSE)):
512 case TEQ1_RULE(S(ABORT, RESPONSE), R(0, 0, 0)):
513 case TEQ1_RULE(S(ABORT, RESPONSE), R(1, 0, 0)):
519 case TEQ1_RULE(I(0, 1), S(ABORT, REQUES
[all...]
/external/jline/src/src/main/java/jline/
H A DConsoleOperations.java280 final static short ABORT = -64; field in interface:ConsoleOperations
H A DConsoleReader.java90 names.put("ABORT", new Short(ABORT));
533 case ABORT:
655 case ABORT:
/external/python/cpython2/Lib/lib-tk/
H A DtkMessageBox.py45 ABORT = "abort" variable
/external/kernel-headers/modified/scsi/
H A Dscsi.h144 #define ABORT ABORT_TASK_SET macro
/external/kernel-headers/original/scsi/
H A Dscsi.h137 #define ABORT ABORT_TASK_SET macro
/external/e2fsprogs/ext2ed/
H A Ddir_com.c91 ABORT - Current dir entry is returned.
95 If the last entry is reached, it is returned, along with an ABORT status.
113 if (return_code==ABORT || return_code==FOUND)
145 *status=ABORT;return (info); /* There was no match */
H A Dext2ed.h370 #define ABORT 0 macro
/external/syslinux/gpxe/src/drivers/net/
H A Dsis190.h210 ABORT = 0x00800000, enumerator in enum:_DescStatusBit
H A Dsis900.h214 ABORT = 0x04000000, enumerator in enum:sis900_tx_buffer_status
/external/tcpdump/
H A Dprint-telnet.c87 #define ABORT 238 /* Abort process */ macro
95 "EOF", "SUSP", "ABORT", "EOR",
240 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \

Completed in 375 milliseconds

12